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

10 lines
270 B
Text
Raw Normal View History

/* -----------------------------------------------------------------------------
2017-08-29 06:40:43 +12:00
Component: Frames
----------------------------------------------------------------------------- */
2017-08-29 06:40:43 +12:00
// A basic bounding box
.frame {
border: 1px solid @accent;
border-radius: 2px;
}