parent
04f0f25c67
commit
ce2016f60c
4 changed files with 64 additions and 60 deletions
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 860 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 411 B |
@ -1,60 +0,0 @@ |
|||||||
$primary: #06BACE; |
|
||||||
$gray: #dbdbdb; |
|
||||||
$danger: #E00A0A; |
|
||||||
$success: #23C933; |
|
||||||
|
|
||||||
.input { |
|
||||||
&__labelFocus{ |
|
||||||
top: 0px !important; |
|
||||||
font-size: 9px !important; |
|
||||||
color: $primary !important; |
|
||||||
} |
|
||||||
&__labelDanger{ |
|
||||||
top: 0px !important; |
|
||||||
font-size: 9px !important; |
|
||||||
color: $danger !important; |
|
||||||
} |
|
||||||
&__labelSuccess{ |
|
||||||
top: 0px !important; |
|
||||||
font-size: 9px !important; |
|
||||||
color: $success !important; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
&__inputActive{ |
|
||||||
border-color: $primary !important; |
|
||||||
} |
|
||||||
&__inputSuccess{ |
|
||||||
border-color: $success !important; |
|
||||||
} |
|
||||||
&__inputDanger{ |
|
||||||
border-color: $danger !important; |
|
||||||
} |
|
||||||
|
|
||||||
&__message{ |
|
||||||
&Success{ |
|
||||||
color: $success; |
|
||||||
} |
|
||||||
&Danger{ |
|
||||||
color: $danger; |
|
||||||
} |
|
||||||
} |
|
||||||
&__length{ |
|
||||||
&Success{ |
|
||||||
color: $success; |
|
||||||
} |
|
||||||
&Danger{ |
|
||||||
color: $danger; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.en { |
|
||||||
direction: ltr; |
|
||||||
text-align: left; |
|
||||||
} |
|
||||||
|
|
||||||
.fa { |
|
||||||
direction: rtl; |
|
||||||
text-align: right; |
|
||||||
} |
|
Loading…
Reference in new issue