mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -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">
|
<style lang="scss">
|
||||||
.error-box {
|
.error-box {
|
||||||
background-color: var(--window-bg);
|
background-color: var(--window-bg);
|
||||||
border: 1px solid var(--error-fg);
|
border: 1px solid var(--error-fg);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
.error-text {
|
.error-text {
|
||||||
color: var(--error-fg);
|
color: var(--error-fg);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue