From 6b0b368564102c4607a1f8efa58a7aa2900acbaf Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Fri, 21 Jul 2023 11:44:54 +1200 Subject: [PATCH] A few border touch ups for a cleaner and consistent look --- src/web/stylesheets/components/_recipe.css | 1 + src/web/stylesheets/components/operations/_categories.css | 1 - src/web/stylesheets/components/operations/_operations.css | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web/stylesheets/components/_recipe.css b/src/web/stylesheets/components/_recipe.css index 13b9d660..5ee46615 100644 --- a/src/web/stylesheets/components/_recipe.css +++ b/src/web/stylesheets/components/_recipe.css @@ -9,6 +9,7 @@ #recipe { position: relative; background-color: var(--primary-background-colour); + border-bottom: 1px solid var(--primary-border-colour); } #rec-list { diff --git a/src/web/stylesheets/components/operations/_categories.css b/src/web/stylesheets/components/operations/_categories.css index 77aae776..431cca1f 100644 --- a/src/web/stylesheets/components/operations/_categories.css +++ b/src/web/stylesheets/components/operations/_categories.css @@ -3,7 +3,6 @@ */ c-category-list > ul { - border-top: 1px solid var(--primary-border-colour); list-style-type: none; padding-left: 0; margin-bottom: 0; diff --git a/src/web/stylesheets/components/operations/_operations.css b/src/web/stylesheets/components/operations/_operations.css index 0ad63f64..cfdaed9f 100644 --- a/src/web/stylesheets/components/operations/_operations.css +++ b/src/web/stylesheets/components/operations/_operations.css @@ -7,6 +7,7 @@ #operations { background-color: var(--primary-background-colour); + border-bottom: 1px solid var(--primary-border-colour); } #operations-wrapper {