Boyscout _inputs.scss

This commit is contained in:
rubenmoya 2017-11-20 16:19:24 +01:00
parent e0e0e7cf1c
commit aed2e0b394

View File

@ -24,36 +24,45 @@
&.is-cursor {
cursor: pointer;
}
&.is-empty {
color: $cHintText;
}
&.is-number {
color: darken($cHighlight, 16%);
}
&.is-null {
color: $cHintText;
font-style: italic;
}
&:hover {
border: 1px solid $cBlueHover;
}
&:focus {
border: 1px solid $cBlue;
outline: none;
}
&:disabled,
&.is-disabled {
border-color: $cSecondaryLine;
background: $cThirdBackground;
cursor: default;
}
&.has-icon {
padding-right: $baseSize * 4;
}
&.has-error {
@include default-form-error-style();
}
}
.CDB-InputTextPlain {
width: 100%;
border: 0;