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

@@ -106,6 +106,8 @@
justify-content: space-between;
&::before {
flex-shrink: 0;
margin-right: 0;
margin-left: $gap * 2;
}
&:hover {

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;

View File

@@ -68,7 +68,7 @@
background: $color;
color: black;
padding: 24px;
border-radius: 5px;
//border-radius: 5px;
box-shadow: 0 5px 30px rgba(black, .1);
}