fixed and updated roundness tab

This commit is contained in:
Henry Jameson 2018-11-21 03:14:59 +03:00
parent 0184d5fff0
commit 73a9370710
5 changed files with 84 additions and 66 deletions

View file

@ -13,6 +13,14 @@
flex: 1;
}
&.disabled {
input, select {
&:not(.exclude-disabled) {
opacity: .5
}
}
}
input, select {
min-width: 3em;
margin: 0;
@ -43,10 +51,6 @@
&:not([type=number]):not([type=text]) {
align-self: center;
}
&.disabled *:not(.exlcude-disabled) {
opacity: .5
}
}
}