Styling disabled input
This commit is contained in:
parent
e49803cb81
commit
c05a286f84
@ -1,7 +1,3 @@
|
|||||||
.LP-Input:has( .LP-Input__Field:disabled){
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LP-Input{
|
.LP-Input{
|
||||||
$-margin-bottom: 30px;
|
$-margin-bottom: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -21,27 +17,11 @@
|
|||||||
background-color: $-secondary-background-color;
|
background-color: $-secondary-background-color;
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled{
|
|
||||||
background-color: transparent;
|
|
||||||
border-bottom: 1px dashed $-secondary-color;
|
|
||||||
cursor: not-allowed;
|
|
||||||
|
|
||||||
&:active{
|
|
||||||
margin-bottom: $-margin-bottom;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
~.LP-Input__Message{
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Input__Label{
|
.LP-Input__Label{
|
||||||
font-family: $-primary-sans-serif-font;
|
font-family: $-primary-sans-serif-font;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Input__Message{
|
.LP-Input__Message{
|
||||||
@ -67,23 +47,30 @@
|
|||||||
.LP-Input__Message{
|
.LP-Input__Message{
|
||||||
color: $-primary-accent-color;
|
color: $-primary-accent-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media(max-width: $-viewport-small){
|
&--disabled{
|
||||||
.LP-Input{
|
.LP-Input__Field, .LP-Input__Field:disabled{
|
||||||
.LP-Input__Label{
|
background-color: transparent;
|
||||||
font-family: $-primary-sans-serif-font;
|
border-bottom: 1px dashed $-secondary-color;
|
||||||
font-size: 2.5vw;
|
cursor: not-allowed;
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media(max-width: $-viewport-extra-small){
|
label + &{
|
||||||
.LP-Input{
|
color: red;
|
||||||
.LP-Input__Label{
|
}
|
||||||
font-family: $-primary-sans-serif-font;
|
|
||||||
font-size: 18px;
|
&:focus, &:active{
|
||||||
}
|
margin-bottom: $-margin-bottom;
|
||||||
}
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
~.LP-Input__Message{
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.LP-Input__Label{
|
||||||
|
color: $-secondary-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user