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{ |
// .btn-font { |
||||||
text-align: center; |
// display: flex; |
||||||
|
// outline: none; |
||||||
|
// border-radius: 5px; |
||||||
|
// border: $green solid 1.5px; |
||||||
|
// color: $green; |
||||||
|
// background-color: white; |
||||||
|
|
||||||
|
// 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; |
||||||
|
padding: 0 4px !important; |
||||||
|
margin: 0 !important; |
||||||
|
color: $green; |
||||||
|
font-size: 14px !important; |
||||||
|
|
||||||
.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{ |
p{ |
||||||
border: $green solid 1.5px; |
font-weight: lighter !important; |
||||||
color: white; |
padding: 0 !important; |
||||||
background-color: $green; |
margin: 0 !important; |
||||||
} |
} |
||||||
|
} |
||||||
|
|
||||||
} |
.button-body-fontFamily:active , .button-body-fontFamily:hover { |
||||||
|
background-color: #fff !important; |
||||||
|
} |
Loading…
Reference in new issue