tahoma2d/stuff/config/qss/Medium/less/components/frames.less

12 lines
303 B
Text
Raw Normal View History

2020-05-24 15:33:36 +12:00
/* -----------------------------------------------------------------------------
Component: Frames
----------------------------------------------------------------------------- */
// this is a basic bounding box
// ideal for groupboxes etc
.frame {
border: 1 solid @accent;
border-radius: 2;
}