aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-12-28 23:06:03 +0100
committerGravatar GitHub <noreply@github.com> 2022-12-28 23:06:03 +0100
commit6131aa4479a51862c28d4da693bb1fe5d2c47e24 (patch)
tree877fc44d29c8e307eecfbeef4e0183698e1a16f1 /p/themes/Ansum
parente072411bafc4d0177835c68d9cb12341540ce554 (diff)
fix: Misalignment of "There are no articles to show" box (#4959)
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_components.scss3
-rw-r--r--p/themes/Ansum/ansum.css6
-rw-r--r--p/themes/Ansum/ansum.rtl.css4
3 files changed, 2 insertions, 11 deletions
diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss
index 001d31578..e35f90940 100644
--- a/p/themes/Ansum/_components.scss
+++ b/p/themes/Ansum/_components.scss
@@ -147,9 +147,6 @@
/*=== Alerts */
.alert {
- margin: 1rem 0;
- // width: 100%;
- padding: 1rem;
background: variables.$grey-lighter;
color: variables.$grey-dark;
font-size: 1rem;
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index baf47f47f..f67709b46 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -319,8 +319,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #fcfaf8;
color: #766556;
font-size: 1rem;
@@ -1314,6 +1312,4 @@ body.register {
a, button.as-link {
outline: none;
color: #ca7227;
-}
-
-/*# sourceMappingURL=ansum.css.map */
+} \ No newline at end of file
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index ac38ced4a..bb7d9947c 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -319,8 +319,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #fcfaf8;
color: #766556;
font-size: 1rem;
@@ -1314,4 +1312,4 @@ body.register {
a, button.as-link {
outline: none;
color: #ca7227;
-}
+} \ No newline at end of file