Skip to content

Commit

Permalink
feat: further subject selector dropdown styles
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilR8 committed Oct 8, 2024
1 parent e7c1bcd commit ac5b712
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,22 @@

// --menu denotes component is in dropdown menu
&--menu {
@include filter-borders;

border-width: 1px;
margin-top: var(--spacer-2);

.subjects__list-container {
border: 0;
margin-block-start: 0;
margin-block-end: 0;
padding: var(--spacer-2);
border: 1px solid $border_color;

form {
input#subjectReduce {
font-size: $font_size_sm;
margin: 0 0 var(--spacer-4) 0;
padding-right: var(--spacer-2);

&::placeholder {
text-align: center;
Expand All @@ -148,6 +153,14 @@
top: calc(50% - 1.125rem);
}
}

.subjects__list {
.subjects__li {
font-size: $font_size_sm;
line-height: 22px;
margin-bottom: var(--spacer-2);
}
}
}
}
}

0 comments on commit ac5b712

Please sign in to comment.