1 @import "../settings/colors";
3 // Font is not included.
4 // For Vector, that should be layered on top with vector-type
5 .agora-field-styling() {
7 border: 1px solid @colorGrayLight;
10 // Styling focus of native checkboxes etc on Mac is almost impossible.
11 &:not([type=checkbox]):not([type=radio]) {
12 outline: 0; // Removes OS field focus
15 box-shadow: @colorProgressiveShadow 0 0 5px;
17 border-color: @colorProgressiveShadow;
21 padding: 0.35em 0.5em 0.35em 0.5em;
23 // Ensure that buttons and inputs are nicely aligned when they have differing heights
24 vertical-align: middle;
27 .agora-label-styling() {
30 color: darken(@colorGrayLight, 50%);
37 .agora-inline-label-styling() {
40 vertical-align: bottom;
45 & > input[type="checkbox"],
46 & > input[type="radio"] {
51 border: 1px solid @colorGrayLight;