tahoma2d/stuff/config/qss/Astral_072_Dark/less/components/icons.less
Kite 9753a41e2e Minimalist Theme (#1112)
* Introducing Astral themes
2017-04-14 16:30:36 +09:00

31 lines
744 B
Text

/* -----------------------------------------------------------------------------
Component: Icons
----------------------------------------------------------------------------- */
// Camera Lock
// -----------------------------------------------------------------------------
.icon-lock {
height: 16px;
padding: 1px;
width: 16px;
&:unchecked {
image: url('@{img-url}/cam_unlock.svg');
}
&:checked {
image: url('@{img-url}/cam_lock.svg');
}
}
// Force Square Pixel
// -----------------------------------------------------------------------------
.icon-fsp {
height: 16px;
image: url('@{img-url}/fsp_unchecked.svg');
padding: 1px;
width: 16px;
&:checked {
image: url('@{img-url}/fsp_checked.svg');
}
}