add new element-name styles

This commit is contained in:
elhombretecla 2016-11-15 09:39:27 +01:00
parent 7035ec719a
commit d1a624cfd5
4 changed files with 13 additions and 10 deletions

View file

@ -437,6 +437,17 @@ input[type="checkbox"]:focus {
}
// Element-name
input.element-name {
border: 1px solid $soft-ui-border;
border-radius: $br-small;
font-size: $fs13;
margin: 0px;
padding: 3px;
width: 100%;
}
// Input select
.input-select {