creates theming files for the module styles in aio; done as part of the effor to make aio themeable PR Close #41129
6 lines
115 B
SCSS
6 lines
115 B
SCSS
.reviewed {
|
|
color: lighten($darkgray, 10);
|
|
@include font-size(13);
|
|
font-style: italic;
|
|
text-align: right;
|
|
} |