mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
feat: settings wip
This commit is contained in:
@@ -4,6 +4,7 @@ $height: 1.5em;
|
||||
|
||||
label:has(input[type="checkbox"]) {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
display: flex;
|
||||
gap: $padding;
|
||||
@@ -12,7 +13,7 @@ label:has(input[type="checkbox"]) {
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
input {
|
||||
input[type="checkbox"] {
|
||||
$width: calc($height * (5 / 3));
|
||||
$diameter: calc($height - ((2 * $padding) + (2 * $border)));
|
||||
$radius: calc($diameter / 2);
|
||||
|
||||
Reference in New Issue
Block a user