xref: /template/sprintdoc/css/plugins/structstatus.less (revision 634eb790ea982d0dc8b285b55f5561b234b13e7c)
1/**
2 * This file provides styles for structstatus plugin
3 */
4
5
6/* + + + + +  global  + + + + + */
7
8#dokuwiki__content {
9    .struct_status {
10        border-color: @ini_border;
11        border-radius: @fix_border-radius;
12        font-size: @font-size-small;
13    }
14}
15