mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 18:26:04 +00:00
27 lines
362 B
SCSS
27 lines
362 B
SCSS
.CheckboxRoot {
|
|
&.SizeXS {
|
|
width: 14px;
|
|
height: 14px;
|
|
|
|
:global {
|
|
.p-checkbox-box, .p-checkbox-input {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
}
|
|
}
|
|
&.SizeM {
|
|
width: 16px;
|
|
height: 16px;
|
|
|
|
:global {
|
|
.p-checkbox-box, .p-checkbox-input {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.Label {}
|