0.0.141
This commit is contained in:
@@ -603,11 +603,19 @@ input.deactive {
|
||||
}
|
||||
|
||||
.custom-checkbox+label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
display: block;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.custom-checkbox+label > span {
|
||||
display: block;
|
||||
user-select: none;
|
||||
float: right;
|
||||
text-align: left;
|
||||
width: 86%;
|
||||
padding-top: 2%;
|
||||
}
|
||||
|
||||
.custom-checkbox+label::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user