mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-23 03:47:45 +00:00
Checkbox styles
This commit is contained in:
parent
4214355602
commit
c9d5a4e42f
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
:import('~stremio/common/Checkbox/styles.less') {
|
||||
checkbox-icon: icon;
|
||||
}
|
||||
|
||||
.settings-parent-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -78,6 +82,13 @@
|
|||
color: var(--color-surfacelighter);
|
||||
}
|
||||
|
||||
.checkbox-icon {
|
||||
flex: none;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
fill: var(--color-surfacelight);
|
||||
}
|
||||
|
||||
&.user-container {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue