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