fixed and updated roundness tab
This commit is contained in:
parent
0184d5fff0
commit
73a9370710
5 changed files with 84 additions and 66 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue