selector styles

This commit is contained in:
Andrew Croce
2018-08-30 14:56:19 -04:00
parent 323890b9e3
commit 44dfbbf9d0
5 changed files with 67 additions and 3 deletions

View File

@@ -37,7 +37,8 @@
input,
textarea,
select {
select,
.selector__button {
border-color: $state-color;
border-width: $border-width;
}
@@ -72,6 +73,10 @@
position: relative;
clear: both;
dd {
font-weight: normal;
}
.icon-validation {
position: absolute;
top: 100%;
@@ -105,7 +110,8 @@
input,
textarea,
select {
select,
.selector__button {
@include line-max;
margin: 0;
box-sizing: border-box;