You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
470 B
38 lines
470 B
@import './colors'; |
|
|
|
.icons-disable { |
|
opacity: 0.3; |
|
cursor: auto; |
|
} |
|
|
|
.nav-footer { |
|
background-color: #fff; |
|
position: fixed; |
|
left: 0; |
|
bottom: 0; |
|
width: 100%; |
|
|
|
.footer-item { |
|
display: flex; |
|
justify-content: space-evenly; |
|
padding: 0 5px; |
|
align-items: center; |
|
margin-bottom: 5px; |
|
} |
|
} |
|
|
|
.nav-footer-item{ |
|
margin-right: 1.5rem; |
|
} |
|
|
|
.active{ |
|
border-radius: 20%; |
|
width: 65px; |
|
background-color: #009aa873; |
|
} |
|
|
|
.icon{ |
|
width: 65px; |
|
} |
|
|
|
|
|
|