parent
db4037dd07
commit
2d399de16d
15 changed files with 215 additions and 102 deletions
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.8 KiB |
@ -1,4 +1,32 @@ |
|||||||
|
@import "./colors"; |
||||||
|
|
||||||
.nav-menu-font { |
.nav-menu-font { |
||||||
min-width: 4rem !important; |
min-width: 3.5rem !important; |
||||||
transform: translate3d(-5px, 24px, 0px) !important; |
transform: translate3d(-5px, 24px, 0px) !important; |
||||||
} |
} |
||||||
|
|
||||||
|
.btn-font { |
||||||
|
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; |
||||||
|
p { |
||||||
|
padding: 0 5px !important; |
||||||
|
margin: 0; |
||||||
|
color: #fff; |
||||||
|
} |
||||||
|
} |
||||||
|
@ -1,3 +1,7 @@ |
|||||||
@import './colors'; |
@import './colors'; |
||||||
@import './btnStyle'; |
@import './btnStyle'; |
||||||
@import './twobtnStyle'; |
@import './twobtnStyle'; |
||||||
|
|
||||||
|
label{ |
||||||
|
font-family: "SansNum" !important; |
||||||
|
} |
@ -1,14 +1,20 @@ |
|||||||
@import './btnStyle'; |
@import "./btnStyle"; |
||||||
@import './twobtnStyle'; |
@import "./twobtnStyle"; |
||||||
|
|
||||||
|
|
||||||
.line-space-icon- { |
.line-space-icon- { |
||||||
font-size: 1rem !important; |
font-size: 1rem !important; |
||||||
width: 1rem !important; |
width: 1rem !important; |
||||||
margin: 3px; |
margin: 3px; |
||||||
|
color: #009aa8 !important; |
||||||
} |
} |
||||||
|
|
||||||
.line-space-icon { |
.line-space-icon { |
||||||
font-size: 1rem !important; |
font-size: 1rem !important; |
||||||
width: 1rem !important; |
width: 1rem !important; |
||||||
} |
} |
||||||
|
|
||||||
|
.label { |
||||||
|
font-family: "SansNum" !important; |
||||||
|
text-align: center; |
||||||
|
color: #009aa8; |
||||||
|
} |
||||||
|
Loading…
Reference in new issue