Fix UI issues

This commit is contained in:
yflory
2018-04-18 14:19:45 +02:00
parent e21e9b9d9f
commit c190a38a6b
4 changed files with 41 additions and 29 deletions

View File

@@ -49,6 +49,11 @@
}
}
.cp-checkmark-label {
&:empty {
display: none;
}
}
.cp-checkmark-mark {
margin-right: 10px;
position: relative;
@@ -68,6 +73,7 @@
transform: rotate(45deg);
border: solid @colortheme_checkmark-col1;
border-width: 0 @width @width 0;
position: absolute;
}
&:focus {
//border-color: #FF007C !important;
@@ -114,6 +120,13 @@
}
}
}
.cp-checkmark-label {
&:empty {
display: none;
}
}
@radio-size: @dim1 * 3;
.cp-radio-mark {
margin-right: 10px;

View File

@@ -54,11 +54,7 @@
}
label.noTitle {
display: inline-flex;
vertical-align: top;
& ~ .fa {
line-height: 24px;
height: 24px;
vertical-align: top;
.fa {
margin-left: 10px;
}
}