1 // Font is not included.
2 // For Vector, that should be layered on top with vector-type
3 @mixin agora-field-styling() {
4 @include reset-focus; // Removes OS field focus
13 // @include box-shadow generates unneeded prefixes
14 // https://github.com/chriseppstein/compass/issues/1054 , so specify
16 box-shadow: $agoraBlueShadow 0px 0px 5px;
19 color: $agoraBlueShadow;
23 color: $agoraTextColor;
24 padding: 0.35em 0 0.35em 0.5em;
27 @mixin agora-label-styling() {
32 color: darken($agoraGray, 30%);
39 @mixin agora-inline-label-styling() {
42 vertical-align: bottom;
49 & > input[type="checkbox"],
50 & > input[type="radio"] {
53 margin: 0 0.1em 0em 0;