notes/.config/OpenToonz/stuff/config/qss/Default/less/components/frames.less

11 lines
314 B
Text

/* -----------------------------------------------------------------------------
Component: Frames
----------------------------------------------------------------------------- */
// this is a basic bounding box
// ideal for groupboxes etc
.frame {
border: 1 solid @accent;
border-radius: 2;
}