Moving editable select styles to the scss files

This commit is contained in:
Jesús Espino 2016-12-23 11:50:05 +01:00
parent b733d9e06f
commit fed684c058
2 changed files with 37 additions and 24 deletions

View file

@ -248,6 +248,32 @@
width: 100%;
}
.editable-select {
position: relative;
width: 100%;
height: 38px;
.input-text {
position: absolute;
top: 0;
left: 0;
width: 80%;
}
.input-select {
position: absolute;
top: 0;
left: 0;
border: none;
color: $color-white;
width: 100%;
option {
color: $intense-ui-text;
font-size: $fs12;
}
}
}
}
.color-th {