-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: APPS-3090 Move CSS from EventSeries page to SectionStaffArticleL…
…ist component for FTVA Theme (#663) * updates to styles * linting * fix border-bottom * update to background * update to background * update to background * add section wrapper story and styles - medium is still broken in section wrapper * update small and medium styling * linting
- Loading branch information
1 parent
44246ee
commit 10aaab7
Showing
5 changed files
with
352 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,47 @@ | ||
.ftva.section-staff-article-list { | ||
background-color: var(--color-white); | ||
padding: 45px; | ||
|
||
// Breakpoints | ||
@media #{$small} { | ||
.container { | ||
max-width: 100%; | ||
} | ||
|
||
.block-staff-article-list { | ||
.block-staff-article-item { | ||
border-bottom: 7px dotted indigo; | ||
border-bottom: 1px solid $page-blue; | ||
} | ||
|
||
.block-staff-article-item:last-child { | ||
border-bottom: 0; | ||
padding-bottom: 0; | ||
} | ||
} | ||
|
||
@media #{$medium} { | ||
margin-left: 0; | ||
margin-right: 0; | ||
} | ||
|
||
// Breakpoints | ||
@media #{$small} { | ||
background: none; | ||
padding: 0; | ||
margin-left: 0; | ||
margin-right: 0; | ||
|
||
.block-staff-article-list { | ||
.block-staff-article-item { | ||
border-bottom: 0; | ||
margin-bottom: 40px; | ||
} | ||
|
||
.block-staff-article-item:last-child { | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
.container { | ||
max-width: none; | ||
} | ||
} | ||
} |
Oops, something went wrong.
10aaab7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://ucla-library-storybook.netlify.app as production
🚀 Deployed on https://67539c7f8a59a459f851328b--ucla-library-storybook.netlify.app