From 7cbdcb842940f5dad1696f54c759843895084ed3 Mon Sep 17 00:00:00 2001 From: kytwb Date: Sat, 18 Dec 2021 13:23:47 +0100 Subject: Fine-tune settings tabs on small resolutions --- src/styles/recipes.scss | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'src/styles/recipes.scss') diff --git a/src/styles/recipes.scss b/src/styles/recipes.scss index 628d28f05..57587a513 100644 --- a/src/styles/recipes.scss +++ b/src/styles/recipes.scss @@ -24,23 +24,24 @@ } } - .recipes__navigation { - height: auto; - margin-bottom: 35px; + &__service-request { + float: right; + } +} - .badge { - margin-right: 10px; - } +.recipes__navigation { + height: auto; + margin-bottom: 25px; - &.recipes__navigation--disabled { - filter: grayscale(100%); - opacity: 0.3; - pointer-events: none; - } + .badge { + margin-right: 10px; + margin-bottom: 10px; } - &__service-request { - float: right; + &.recipes__navigation--disabled { + filter: grayscale(100%); + opacity: 0.3; + pointer-events: none; } } -- cgit v1.2.3-54-g00ecf