aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
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/Mapco
parente072411bafc4d0177835c68d9cb12341540ce554 (diff)
fix: Misalignment of "There are no articles to show" box (#4959)
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_components.scss2
-rw-r--r--p/themes/Mapco/mapco.css6
-rw-r--r--p/themes/Mapco/mapco.rtl.css4
3 files changed, 2 insertions, 10 deletions
diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss
index 55542f2e7..01e08327f 100644
--- a/p/themes/Mapco/_components.scss
+++ b/p/themes/Mapco/_components.scss
@@ -134,8 +134,6 @@
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: variables.$grey-lighter;
color: variables.$grey-dark;
font-size: 1rem;
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 23df81fff..10708e535 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -309,8 +309,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #f9fafb;
color: #5b6871;
font-size: 1rem;
@@ -1332,6 +1330,4 @@ body.register {
a, button.as-link {
outline: none;
color: #36c;
-}
-
-/*# sourceMappingURL=mapco.css.map */
+} \ No newline at end of file
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 0ed0a58df..86f0303cb 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -309,8 +309,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #f9fafb;
color: #5b6871;
font-size: 1rem;
@@ -1332,4 +1330,4 @@ body.register {
a, button.as-link {
outline: none;
color: #36c;
-}
+} \ No newline at end of file