format using ninja format

This commit is contained in:
medProgAyat 2025-10-06 19:05:34 +03:30
parent bc08907f14
commit 63803e0ff3

View file

@ -25,19 +25,19 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style lang="scss">
.error-box {
background-color: var(--window-bg);
border: 1px solid var(--error-fg);
color: var(--fg);
padding: 1rem;
border-radius: 0.5rem;
max-width: 400px;
margin: 1rem auto;
text-align: center;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.error-text {
color: var(--error-fg);
font-weight: 600;
margin-bottom: 0.75rem;
}
background-color: var(--window-bg);
border: 1px solid var(--error-fg);
color: var(--fg);
padding: 1rem;
border-radius: 0.5rem;
max-width: 400px;
margin: 1rem auto;
text-align: center;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.error-text {
color: var(--error-fg);
font-weight: 600;
margin-bottom: 0.75rem;
}
</style>