mirror of https://github.com/akveo/blur-admin
parent
f89cdf0916
commit
f130eb917d
|
@ -226,7 +226,7 @@ label.custom-checkbox {
|
|||
color: $default-text;
|
||||
content: "\a0";
|
||||
background-color: transparent;
|
||||
border: 1px solid $border;
|
||||
border: 2px solid $border;
|
||||
border-radius: 0;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
|
@ -264,14 +264,17 @@ label.custom-radio {
|
|||
& + span {
|
||||
&:before {
|
||||
content: "\f111";
|
||||
font-weight: $font-bold;
|
||||
padding-right: .87px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
& > span {
|
||||
&:before {
|
||||
border-radius: 16px;
|
||||
font-size: 9px;
|
||||
border-radius: 100%;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue