From 30626183556cd1e76f6bcba7889f5b4c175fd6ae Mon Sep 17 00:00:00 2001 From: protitude Date: Mon, 17 Feb 2025 10:32:55 -0700 Subject: [PATCH 1/2] sidebar: styles on tutorial search --- .../site/sidebar/_left-sidebar.scss | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 components/03-organisms/site/sidebar/_left-sidebar.scss diff --git a/components/03-organisms/site/sidebar/_left-sidebar.scss b/components/03-organisms/site/sidebar/_left-sidebar.scss new file mode 100644 index 0000000..e77647f --- /dev/null +++ b/components/03-organisms/site/sidebar/_left-sidebar.scss @@ -0,0 +1,50 @@ +.path-tutorial { + + .sidebar-left { + margin-top: 6.5em; + padding-right: 1.5em; + + .bef-toggle--select-all { + display: block; + margin-bottom: .5em; + } + + .form-item { + display: flex; + align-items: baseline; + margin-left: 0; + } + + .form-checkbox { + margin-right: .5em; + } + } + + fieldset { + margin-bottom: 1em; + } + + legend { + color: $gray-dark; + font-family: "Roboto", sans-serif; + font-weight: 700; + font-style: normal; + font-size: 1.6rem; + line-height: 1.4; + margin: 0 0 0.5em; + width: auto; + padding: 0; + border-bottom: 1px solid #e5e5e5; + } + + label { + font-weight: normal; + padding: 0; + margin: 0; + } + + .form-item { + margin-bottom: .5em; + } + +} From b5ebe4fd1ba8e6b0ba253b47c36ac74ad9b6f243 Mon Sep 17 00:00:00 2001 From: protitude Date: Mon, 17 Feb 2025 10:51:45 -0700 Subject: [PATCH 2/2] service search: style new sidebar --- components/03-organisms/site/sidebar/_left-sidebar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/03-organisms/site/sidebar/_left-sidebar.scss b/components/03-organisms/site/sidebar/_left-sidebar.scss index e77647f..21c7790 100644 --- a/components/03-organisms/site/sidebar/_left-sidebar.scss +++ b/components/03-organisms/site/sidebar/_left-sidebar.scss @@ -1,4 +1,5 @@ -.path-tutorial { +.path-tutorial, +.path-services { .sidebar-left { margin-top: 6.5em;