feat: chart toggles
This commit is contained in:
parent
daf958c845
commit
f5036cbdf3
10 changed files with 153 additions and 40 deletions
|
@ -4,12 +4,22 @@
|
|||
}
|
||||
|
||||
.now__section--header,
|
||||
.now__section--header-buttons,
|
||||
.recent__links-header {
|
||||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||
}
|
||||
|
||||
.now__section--header:first-of-type {
|
||||
margin-top: 0;
|
||||
.now__section--header-wrapper {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.now__section--header-buttons > button {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.now__section--header-buttons > button:last-of-type {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.media__grid {
|
||||
|
|
Reference in a new issue