forked from opentiny/tiny-vue
fix(checkbox): modify smb theme (#2096)
This commit is contained in:
parent
b734129b56
commit
d30996dd75
|
@ -212,14 +212,14 @@
|
||||||
border-bottom: 16px solid transparent;
|
border-bottom: 16px solid transparent;
|
||||||
border-right: 16px solid var(--ti-checkbox-button-checked-border-color);
|
border-right: 16px solid var(--ti-checkbox-button-checked-border-color);
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
right: 3px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
height: 8px;
|
height: 8px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
right: 3px;
|
right: 6px;
|
||||||
top: 1px;
|
top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue