tahoma2d/stuff/config/qss/Medium/less/components/frames.less
2020-05-23 21:33:36 -06:00

11 lines
303 B
Text

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