mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
format using ninja format
This commit is contained in:
parent
bc08907f14
commit
63803e0ff3
1 changed files with 15 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue