Commit 778a393a authored by Enrique Alcantara's avatar Enrique Alcantara

Use single position: relative declaration

parent 67449173
......@@ -126,19 +126,6 @@ label {
}
}
.select-wrapper {
position: relative;
.fa-chevron-down {
position: absolute;
font-size: 10px;
right: 10px;
top: 12px;
color: $gray-darkest;
pointer-events: none;
}
}
.select-control {
padding-left: 10px;
padding-right: 10px;
......@@ -241,16 +228,26 @@ label {
}
}
.input-icon-wrapper {
.input-icon-wrapper,
.select-wrapper {
position: relative;
}
.input-icon-right {
.select-wrapper > .fa-chevron-down {
position: absolute;
font-size: 10px;
right: 10px;
top: 12px;
color: $gray-darkest;
pointer-events: none;
}
.input-icon-wrapper > .input-icon-right {
position: absolute;
right: 0.8em;
top: 50%;
transform: translateY(-50%);
color: $gray-600;
}
}
.input-md {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment