11 lines
188 B
SCSS
11 lines
188 B
SCSS
@use "../colors/glass" as *;
|
|
|
|
@mixin textwidgets() {
|
|
.textwidg {
|
|
background-color: rgba(72, 150, 98, 0.733);
|
|
padding: 0 0.2em;
|
|
font-size: 14px;
|
|
font-family: "Fragment Mono";
|
|
}
|
|
}
|