select styling

This commit is contained in:
Kyle Spearrin 2018-01-29 21:17:10 -05:00
parent 7d2d4eafcb
commit ae37dc63ea
1 changed files with 7 additions and 1 deletions

View File

@ -139,7 +139,7 @@
}
}
input:not([type="checkbox"]), select, textarea {
input:not([type="checkbox"]), textarea {
border: none;
width: 100%;
background-color: transparent;
@ -153,6 +153,12 @@
}
}
select {
width: 100%;
border: 1px solid darken($border-color-dark, 7%);
border-radius: $border-radius;
}
.action-buttons {
.row-btn {
float: left;