🐛 Fixing checkbox style
This commit is contained in:
parent
2fb2019710
commit
dfd55ae783
@ -9,13 +9,14 @@
|
|||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 16px;
|
width: 15px;
|
||||||
height: 16px;
|
height: 15px;
|
||||||
border: 1px solid $turquoise-flash;
|
border: 1px solid $turquoise-flash;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
display: grid;
|
display: flex;
|
||||||
place-content: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user