From 6879622bea59aa9ee99809c161124deb7e104158 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 3 Mar 2022 01:52:26 +0000 Subject: [PATCH] Add adminItem__title component --- src/stylesheets/components/_admin.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/stylesheets/components/_admin.scss b/src/stylesheets/components/_admin.scss index b92e878..f65c12d 100644 --- a/src/stylesheets/components/_admin.scss +++ b/src/stylesheets/components/_admin.scss @@ -19,6 +19,17 @@ padding: .7rem; background-color: white; border-radius: 15px; + + div &__title { + display: flex; + flex-direction: column; + align-items: flex-start; + + @include respond-to('medium') { + flex-direction: row; + justify-content: space-between; + } + } } .adminSection {