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.
24 lines
413 B
24 lines
413 B
@import './colors'; |
|
|
|
|
|
.nav-btn{ |
|
text-align: center; |
|
|
|
.btn-font{ |
|
outline: none; |
|
border-radius: 5px; |
|
margin: 5px; |
|
border: $green solid 1.5px; |
|
color: $green; |
|
background-color: white; |
|
width: 2.8rem; |
|
font-size: 10px; |
|
} |
|
|
|
.btn-font:hover{ |
|
border: $green solid 1.5px; |
|
color: white; |
|
background-color: $green; |
|
} |
|
|
|
}
|
|
|