-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FC-0036] refactor: Further refinements to tag drawer #970
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ | |
} | ||
|
||
.tags-drawer { | ||
.tags-drawer-heading { | ||
font-size: 1.375rem !important; | ||
} | ||
|
||
.tags-drawer-footer { | ||
right: 0; | ||
bottom: 0; | ||
|
@@ -18,6 +22,14 @@ | |
background-color: transparent; | ||
color: $gray-300 !important; | ||
} | ||
|
||
.tags-drawer-subtitle { | ||
font-size: 1.125rem !important; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Likewise you can use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated 6e959bb |
||
} | ||
|
||
.tags-drawer-taxonomy-name { | ||
font-size: .875rem !important; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And this is h5 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated 6e959bb |
||
} | ||
} | ||
|
||
// Apply styles to sheet only if it has a child with a .tags-drawer class | ||
|
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.
I think this is the font size of h3, you can use the
h3
class name to apply that style.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.
Updated: 6e959bb