Converting to Webpack. Stage 1.
Этот коммит содержится в:
26
webapp/sass/components/_inputs.scss
Обычный файл
26
webapp/sass/components/_inputs.scss
Обычный файл
@@ -0,0 +1,26 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.form-control {
|
||||
@include border-radius($border-rad);
|
||||
|
||||
&:focus {
|
||||
@include box-shadow(none);
|
||||
}
|
||||
|
||||
&.no-padding {
|
||||
line-height: 32px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&.no-resize {
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control[disabled],
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
cursor: auto;
|
||||
background: rgba(#fff, .1);
|
||||
color: inherit;
|
||||
}
|
||||
Ссылка в новой задаче
Block a user