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