Adjusts googly-eye radio buttons
This commit is contained in:
parent
b3be05f457
commit
0562c1ffa2
@ -140,8 +140,10 @@ textarea {
|
|||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left:0; top: 2px;
|
left:0;
|
||||||
width: 20px; height: 20px;
|
top: 2px;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
box-shadow: 0;
|
box-shadow: 0;
|
||||||
border: 1px solid $primary-color;
|
border: 1px solid $primary-color;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -156,10 +158,14 @@ textarea {
|
|||||||
&:checked {
|
&:checked {
|
||||||
+ label {
|
+ label {
|
||||||
&:after {
|
&:after {
|
||||||
content: '\2022';
|
content: '';
|
||||||
font-size: 28px;
|
position: absolute;
|
||||||
top: 1px;
|
width: 8px;
|
||||||
left: 2px;
|
height: 8px;
|
||||||
|
top: 8px;
|
||||||
|
left: 6px;
|
||||||
|
background-color: $primary-color;
|
||||||
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user