selector styles
This commit is contained in:
@@ -106,6 +106,8 @@
|
||||
justify-content: space-between;
|
||||
&::before {
|
||||
flex-shrink: 0;
|
||||
margin-right: 0;
|
||||
margin-left: $gap * 2;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
@@ -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;
|
||||
|
@@ -68,7 +68,7 @@
|
||||
background: $color;
|
||||
color: black;
|
||||
padding: 24px;
|
||||
border-radius: 5px;
|
||||
//border-radius: 5px;
|
||||
box-shadow: 0 5px 30px rgba(black, .1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user