notohh
a9626cfd89
All checks were successful
flake check / check (push) Successful in 9m47s
fmt check / check (push) Successful in 1m14s
21 lines
No EOL
202 B
SCSS
21 lines
No EOL
202 B
SCSS
@import 'colors.scss';
|
|
|
|
@mixin widget {
|
|
color: $white
|
|
};
|
|
|
|
.date {
|
|
@include widget();
|
|
}
|
|
|
|
.workspaces {
|
|
@include widget();
|
|
};
|
|
|
|
.media {
|
|
@include widget();
|
|
}
|
|
|
|
image {
|
|
font-size: 24px;
|
|
} |