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

44 lines
757 B
Plaintext

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