2016-11-03 19:40:54 +00:00
|
|
|
.input-icon-field {
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-top: $pad-medium;
|
2016-11-03 19:40:54 +00:00
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 6px;
|
|
|
|
|
top: 28px;
|
2016-12-09 16:14:16 +00:00
|
|
|
font-size: 18px;
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-blue;
|
2016-11-03 19:40:54 +00:00
|
|
|
|
|
|
|
|
&--active {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-vibrant-blue;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--error {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $ui-error;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__input {
|
2021-04-30 21:32:50 +00:00
|
|
|
border: 1px solid $ui-fleet-blue-15;
|
2020-12-02 14:59:44 +00:00
|
|
|
background-color: $ui-light-grey;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 9px 30px 9px 16px;
|
|
|
|
|
font-size: $small;
|
2016-11-03 19:40:54 +00:00
|
|
|
text-indent: 1px;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-black;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2016-12-01 18:57:19 +00:00
|
|
|
|
2019-01-03 20:46:55 +00:00
|
|
|
::placeholder {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-blue;
|
2016-12-01 18:57:19 +00:00
|
|
|
}
|
2016-11-03 19:40:54 +00:00
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--error {
|
2021-04-30 21:32:50 +00:00
|
|
|
border-bottom-color: $ui-error;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__label {
|
2020-12-02 14:59:44 +00:00
|
|
|
font-size: $x-small;
|
|
|
|
|
font-weight: $bold;
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-bottom: $pad-xsmall;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__errors {
|
2020-12-02 14:59:44 +00:00
|
|
|
font-size: $x-small;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|
2016-12-01 18:57:19 +00:00
|
|
|
|
|
|
|
|
&__hint {
|
2020-12-02 14:59:44 +00:00
|
|
|
font-size: $x-small;
|
|
|
|
|
font-style: italic;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2020-12-02 14:59:44 +00:00
|
|
|
line-height: 20px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-top: 8px;
|
2016-12-01 18:57:19 +00:00
|
|
|
|
|
|
|
|
code {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-vibrant-blue;
|
2020-11-24 16:59:03 +00:00
|
|
|
background-color: $ui-light-grey;
|
2021-04-30 21:32:50 +00:00
|
|
|
padding: $pad-xxsmall;
|
2021-04-12 13:32:25 +00:00
|
|
|
font-family: "SourceCodePro", $monospace;
|
2016-12-01 18:57:19 +00:00
|
|
|
}
|
|
|
|
|
}
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|