refactor(static): refactor static module

This commit is contained in:
2026-07-06 11:52:55 +03:00
parent 820472796b
commit 8f244455ac
14 changed files with 78 additions and 79 deletions

View File

@@ -3,38 +3,7 @@
@import "./lib/bootstrap-icons";
@import "./lib/weather-icons";
@import "./widget.scss";
@import "./weather/weather.scss";
.table.table-compact {
td {
padding: 0.1rem 0.4rem;
}
}
.icon-header {
@include font-size($h4-font-size);
}
.app-header {
display: flex;
flex-direction: row;
> .link-list {
display: flex;
flex-direction: row;
gap: 1rem;
app-link {
display: flex;
align-items: center;
&:not(:last-child)::after {
margin-left: 1rem;
content: "|";
}
}
}
}
@import "./mobile";
@import "./styles/weather.scss";
@import "./styles/app";
@import "./styles/widget.scss";
@import "./styles/mobile";