mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
20 lines
267 B
SCSS
20 lines
267 B
SCSS
label {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.form-control {
|
|
@include box-shadow(none);
|
|
}
|
|
|
|
input.form-control {
|
|
padding: 2px 8px;
|
|
height: 40px;
|
|
}
|
|
|
|
.form-control:focus {
|
|
padding: 2px 8px;
|
|
border: 1px solid #999;
|
|
outline: 0;
|
|
@include box-shadow(none);
|
|
}
|