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