29 lines
568 B
CSS
29 lines
568 B
CSS
body {
|
|
}
|
|
|
|
/* #region BOTTOM*/
|
|
|
|
.navBottomContainer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 4.75rem;
|
|
background-color: #34495E;
|
|
border-radius: 12px 12px 0px 0px;
|
|
}
|
|
.slider{
|
|
text-align: center;
|
|
}
|
|
.slider button {
|
|
border: none;
|
|
position: fixed;
|
|
left: 10rem;
|
|
bottom: 4rem;
|
|
width: 4.37rem;
|
|
height: 2.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);
|
|
}
|
|
|
|
/* #endregion BOTTOM*/ |