tahoma2d/stuff/config/qss/Astral_072_Dark/less/components/icons.less

32 lines
744 B
Text
Raw Normal View History

/* -----------------------------------------------------------------------------
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');
}
}