Files
gpw_next/GPW.CORE.SMART/Components/NavBottom.razor.min.css
T
2023-01-16 09:39:27 +01:00

1 line
555 B
CSS

.all{position:fixed;bottom:0;transition:bottom .3s linear .2s;width:100%;}.navBottomContainer{position:sticky;width:100%;background-color:#34495e;border-radius:12px 12px 0 0;text-align:center;display:flex;justify-content:space-between;bottom:0;}.slider{text-align:center;}.all:hover+.backDrop{display:block;}navBottomContainer div{background-color:#f00;height:5rem;width:5rem;}.slider button{border:0;width:4.37rem;height:1.5rem;background-color:rgba(149,165,166,.5);border-radius:12px 12px 0 0;box-shadow:0 -4px 4px rgba(0,0,0,.3);padding:0;margin:0;}