gaf-mobile
Version:
GAF mobile Web site
70 lines (62 loc) • 1.78 kB
text/less
@import (reference) '../themes/variables';
/* Skill Selector Form */
@skill-selector-height: 52px;
.skill-selector {
.skill-selector-wrapper {
overflow: hidden;
border: 3px solid @septenary-color-xxxlight;
border-radius: 5px;
background-color: @septenary-color-xxxlight;
}
.skill-selector-input {
display: inline-block;
float: left;
width: 80%;
height: @skill-selector-height;
margin: 0;
padding-left: 12px;
border-radius: 0;
border-width: 0;
font-size: @type-size-sml;
color: @text-color-dark;
}
.skill-selector-submit {
display: inline-block;
position: relative;
float: left;
overflow: hidden;
width: 20%;
height: @skill-selector-height;
padding: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-width: 0;
background-color: @secondary-color;
font-weight: 300;
font-size: 20px;
color: @septenary-color-xxxlight;
&:active,
&:focus,
&.fl-touch-active,
html.no-touch &:hover {
background-color: lighten(@secondary-color, 4%);
}
&.btn-processing {
background-color: @septenary-color-xxlight;
color: @septenary-color-xxxlight;
}
}
.validation {
margin-top: 10px;
&.validation-error {
display: inline-block;
line-height: 1em;
background-color: @error-notify-color;
border-radius: 2px;
padding: 4px 8px;
color: @septenary-color-xxlight;
}
}
}