Skip to content

Commit

Permalink
refactor(components): change css style for the organizations filter s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent 438d397 commit e01401a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/OrganizationsFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
isOpen ? 'filter-section has-border' : 'filter-section lg:has-border'
"
>
<h1 class="filter-text">Filter</h1>
<h3 class="filter-text">Filter</h3>
<button
:class="isOpen ? 'expand-button' : 'expand-button-collapsed'"
aria-label="Expand Filter Section"
Expand Down Expand Up @@ -50,12 +50,11 @@ export default {

<style lang="postcss" scoped>
.section-container {
@apply block w-11/12 lg:w-1/3 mx-auto lg:mx-0 lg:mr-5 lg:bg-lightgrey;
@apply block lg:w-[28%] lg:bg-lightgrey;
}
.content-conatiner {
background-color: #f4f4f5;
@apply mx-3 lg:mx-0;
}
.filter-section {
Expand All @@ -73,7 +72,7 @@ export default {
}
.sort-section {
@apply mx-6 pt-6 pb-4;
@apply pt-6 pb-4;
}
.contributions-radio {
Expand Down

0 comments on commit e01401a

Please sign in to comment.