diff options
| author | 2022-12-28 23:06:03 +0100 | |
|---|---|---|
| committer | 2022-12-28 23:06:03 +0100 | |
| commit | 6131aa4479a51862c28d4da693bb1fe5d2c47e24 (patch) | |
| tree | 877fc44d29c8e307eecfbeef4e0183698e1a16f1 /p/themes/Swage | |
| parent | e072411bafc4d0177835c68d9cb12341540ce554 (diff) | |
fix: Misalignment of "There are no articles to show" box (#4959)
Diffstat (limited to 'p/themes/Swage')
| -rw-r--r-- | p/themes/Swage/swage.css | 7 | ||||
| -rw-r--r-- | p/themes/Swage/swage.rtl.css | 5 | ||||
| -rw-r--r-- | p/themes/Swage/swage.scss | 3 |
3 files changed, 5 insertions, 10 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index aa6527e49..2c1de119a 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -367,8 +367,7 @@ form th { } .alert { - margin: 5px auto; - padding: 10px 15px; + margin: 0.25rem auto; background-color: var(--color-background-light); color: var(--color-text-light-darker); font-size: 0.9em; @@ -1170,6 +1169,4 @@ button.as-link { #slider label { min-height: initial; -} - -/*# sourceMappingURL=swage.css.map */ +}
\ No newline at end of file diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index ab311bb31..79ef84c39 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -367,8 +367,7 @@ form th { } .alert { - margin: 5px auto; - padding: 10px 15px; + margin: 0.25rem auto; background-color: var(--color-background-light); color: var(--color-text-light-darker); font-size: 0.9em; @@ -1170,4 +1169,4 @@ button.as-link { #slider label { min-height: initial; -} +}
\ No newline at end of file diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index be9fc9ad2..41221665c 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -489,8 +489,7 @@ form { } .alert { - margin: 5px auto; - padding: 10px 15px; + margin: 0.25rem auto; background-color: var(--color-background-light); color: var(--color-text-light-darker); font-size: 0.9em; |
