mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
* feat: upgrade dependencies * chore: update linter and CI workflows * chore: upgrade browserslist
30 lines
425 B
SCSS
30 lines
425 B
SCSS
@import '../../styles/variables.scss';
|
|
|
|
.root {
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
|
|
.checkbox {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
visibility: hidden;
|
|
outline: none;
|
|
appearance: none;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
.label {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.checkboxSvg {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 2px;
|
|
margin: 2px 8px 2px 0;
|
|
}
|