Custom radio inputs
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@import (once) "./colortheme-all.less";
|
||||
@import (once) "./tools.less";
|
||||
@import (once) "./checkmark.less";
|
||||
@import (once) './icon-colors.less';
|
||||
|
||||
.creation_main(
|
||||
@@ -112,6 +111,8 @@
|
||||
flex-wrap: wrap;
|
||||
font-size: 16px;
|
||||
margin: 10px 0;
|
||||
min-height: 28px;
|
||||
line-height: 28px;
|
||||
label {
|
||||
flex: 1;
|
||||
}
|
||||
@@ -135,9 +136,11 @@
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
max-height: 0px;
|
||||
max-width: 0px;
|
||||
//margin-top: 10px;
|
||||
&.active {
|
||||
transition: max-height 0.5s ease-in-out;
|
||||
max-width: unset;
|
||||
max-height: 100px;
|
||||
}
|
||||
}
|
||||
@@ -147,7 +150,7 @@
|
||||
input, select {
|
||||
font-size: 14px;
|
||||
border: 1px solid @colortheme_form-border;
|
||||
height: 28px;
|
||||
height: 26px;
|
||||
background-color: @colortheme_form-bg;
|
||||
color: @colortheme_form-color;
|
||||
}
|
||||
@@ -275,8 +278,6 @@
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.checkmark_main(20px);
|
||||
}
|
||||
|
||||
@media screen and (max-height: 700px) {
|
||||
|
||||
Reference in New Issue
Block a user