9 lines
109 B
SCSS
9 lines
109 B
SCSS
.checkbox-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.checkbox-icon {
|
|
margin-right: 6px;
|
|
}
|
|
}
|