Merge pull request #4350 from JDonadio/style-select-list

Homogenized lists
This commit is contained in:
Javier Donadío 2016-06-10 13:36:40 -03:00 committed by GitHub
commit 1524d26f10
5 changed files with 10 additions and 4 deletions

View file

@ -20,6 +20,12 @@
z-index: -1;
}
.radio-label {
text-transform: none;
font-weight: 400;
font-size: 14px;
}
.item-radio .radio-icon {
font-size: 16px;
}