parent
a0d2306a29
commit
d7495fa874
4 changed files with 81 additions and 49 deletions
@ -1,24 +1,46 @@ |
||||
@import './colors'; |
||||
@import "./colors"; |
||||
|
||||
// .nav-btn { |
||||
// text-align: center; |
||||
|
||||
.nav-btn{ |
||||
text-align: center; |
||||
// .btn-font { |
||||
// display: flex; |
||||
// outline: none; |
||||
// border-radius: 5px; |
||||
// border: $green solid 1.5px; |
||||
// color: $green; |
||||
// background-color: white; |
||||
|
||||
.btn-font{ |
||||
outline: none; |
||||
// p { |
||||
// padding: 0 5px !important; |
||||
// margin: 0; |
||||
// color: $green; |
||||
// } |
||||
// } |
||||
// .btn-font:hover { |
||||
// border: $green solid 1.5px; |
||||
// color: white; |
||||
// background-color: $green; |
||||
// } |
||||
// } |
||||
|
||||
|
||||
.button-body-fontFamily{ |
||||
border: solid 1.5px $green !important; |
||||
border-radius: 5px; |
||||
margin: 5px; |
||||
border: $green solid 1.5px; |
||||
padding: 0 4px !important; |
||||
margin: 0 !important; |
||||
color: $green; |
||||
background-color: white; |
||||
width: 2.8rem; |
||||
font-size: 10px; |
||||
} |
||||
font-size: 14px !important; |
||||
|
||||
.btn-font:hover{ |
||||
border: $green solid 1.5px; |
||||
color: white; |
||||
background-color: $green; |
||||
|
||||
p{ |
||||
font-weight: lighter !important; |
||||
padding: 0 !important; |
||||
margin: 0 !important; |
||||
} |
||||
} |
||||
|
||||
} |
||||
.button-body-fontFamily:active , .button-body-fontFamily:hover { |
||||
background-color: #fff !important; |
||||
} |
Loading…
Reference in new issue