Fix border

This commit is contained in:
Dayowe
2025-06-09 09:58:09 +02:00
parent bb04a4d63f
commit 768659a74f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -260,6 +260,7 @@
border-left: 1px solid #e8e3ed; border-left: 1px solid #e8e3ed;
border-right: 1px solid #e8e3ed; border-right: 1px solid #e8e3ed;
margin-top: -1px; margin-top: -1px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
} }
.dog-calc-btn { .dog-calc-btn {
@@ -327,6 +328,7 @@
border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
border-top: none; border-top: none;
margin-top: -1px; margin-top: -1px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
} }
.dog-calc-footer a { .dog-calc-footer a {
+2
View File
@@ -287,6 +287,7 @@
border-left: 1px solid #e8e3ed; border-left: 1px solid #e8e3ed;
border-right: 1px solid #e8e3ed; border-right: 1px solid #e8e3ed;
margin-top: -1px; margin-top: -1px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
} }
.dog-calculator-btn { .dog-calculator-btn {
@@ -328,6 +329,7 @@
border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
border-top: none; border-top: none;
margin-top: -1px; margin-top: -1px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
} }
.dog-calculator-footer a { .dog-calculator-footer a {