9 lines
188 B
SCSS
9 lines
188 B
SCSS
.draft::after {
|
|
content: 'Draft';
|
|
color: rgb(201, 8, 8);
|
|
border: 1px solid rgb(201, 8, 8);
|
|
border-radius: 5px;
|
|
@include font-size('sm');
|
|
padding: 2px 5px;
|
|
font-weight: 300;
|
|
} |