The `@reviewed` tag can be used to specify the date when the document was last reviewed. PR Close #40582
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;
|
|
} |