12 lines
208 B
SCSS
12 lines
208 B
SCSS
@use "../colors/glass" as *;
|
|
@use "../test/test" as *;
|
|
|
|
@mixin textwidgets() {
|
|
.textwidg {
|
|
background-color: $panel_textwidg_bg;
|
|
padding: 0 0.2em;
|
|
font-size: 14px;
|
|
font-family: "Fragment Mono";
|
|
}
|
|
}
|