Copy CSS files to installation folder

This commit is contained in:
nileane 2024-03-02 00:56:49 +00:00 committed by github-actions[bot]
commit e1aa87e950
3 changed files with 39 additions and 21 deletions

View file

@ -748,6 +748,7 @@ body.app-body {
.icon-quote-right, .icon-quote-right,
.icon-home, .icon-home,
.icon-hashtag, .icon-hashtag,
.icon-explore,
.icon-search, .icon-search,
.icon-times-circle, .icon-times-circle,
.icon-bell, .icon-bell,
@ -805,6 +806,7 @@ body.app-body {
.icon-quote-right, .icon-quote-right,
.icon-home, .icon-home,
.icon-hashtag, .icon-hashtag,
.icon-explore,
.icon-search, .icon-search,
.icon-times-circle, .icon-times-circle,
.icon-bell, .icon-bell,
@ -978,15 +980,19 @@ body.app-body {
.layout-multiple-columns .column-link .icon-globe { .layout-multiple-columns .column-link .icon-globe {
background-image: var(--icon-globe-accent); background-image: var(--icon-globe-accent);
} }
/* Explore + Hashtag icon */ /* Hashtag icon */
.app-body .icon-hashtag, .app-body .icon-hashtag {
.app-body .column-link .icon-hashtag { background-image: var(--icon-hashtag);
}
/* Explore icon */
.app-body .icon-explore,
.app-body .column-link .icon-explore {
background-image: var(--icon-explore); background-image: var(--icon-explore);
} }
.app-body .column-link.active .icon-hashtag { .app-body .column-link.active .icon-explore {
background-image: var(--icon-explore-active); background-image: var(--icon-explore-active);
} }
.layout-multiple-columns .column-link .icon-hashtag { .layout-multiple-columns .column-link .icon-explore {
background-image: var(--icon-explore-accent); background-image: var(--icon-explore-accent);
} }
/* Search icon */ /* Search icon */
@ -1250,10 +1256,10 @@ body.app-body {
.app-body .navigation-panel .column-link.active .icon-bell { .app-body .navigation-panel .column-link.active .icon-bell {
background-image: var(--icon-bell-accent-active); background-image: var(--icon-bell-accent-active);
} }
.app-body .navigation-panel .column-link .icon-hashtag { .app-body .navigation-panel .column-link .icon-explore {
background-image: var(--icon-explore-accent); background-image: var(--icon-explore-accent);
} }
.app-body .navigation-panel .column-link.active .icon-hashtag { .app-body .navigation-panel .column-link.active .icon-explore {
background-image: var(--icon-explore-accent-active); background-image: var(--icon-explore-accent-active);
} }
.app-body .navigation-panel .column-link .icon-search { .app-body .navigation-panel .column-link .icon-search {

View file

@ -748,6 +748,7 @@ body.app-body {
.icon-quote-right, .icon-quote-right,
.icon-home, .icon-home,
.icon-hashtag, .icon-hashtag,
.icon-explore,
.icon-search, .icon-search,
.icon-times-circle, .icon-times-circle,
.icon-bell, .icon-bell,
@ -805,6 +806,7 @@ body.app-body {
.icon-quote-right, .icon-quote-right,
.icon-home, .icon-home,
.icon-hashtag, .icon-hashtag,
.icon-explore,
.icon-search, .icon-search,
.icon-times-circle, .icon-times-circle,
.icon-bell, .icon-bell,
@ -978,15 +980,19 @@ body.app-body {
.layout-multiple-columns .column-link .icon-globe { .layout-multiple-columns .column-link .icon-globe {
background-image: var(--icon-globe-accent); background-image: var(--icon-globe-accent);
} }
/* Explore + Hashtag icon */ /* Hashtag icon */
.app-body .icon-hashtag, .app-body .icon-hashtag {
.app-body .column-link .icon-hashtag { background-image: var(--icon-hashtag);
}
/* Explore icon */
.app-body .icon-explore,
.app-body .column-link .icon-explore {
background-image: var(--icon-explore); background-image: var(--icon-explore);
} }
.app-body .column-link.active .icon-hashtag { .app-body .column-link.active .icon-explore {
background-image: var(--icon-explore-active); background-image: var(--icon-explore-active);
} }
.layout-multiple-columns .column-link .icon-hashtag { .layout-multiple-columns .column-link .icon-explore {
background-image: var(--icon-explore-accent); background-image: var(--icon-explore-accent);
} }
/* Search icon */ /* Search icon */
@ -1250,10 +1256,10 @@ body.app-body {
.app-body .navigation-panel .column-link.active .icon-bell { .app-body .navigation-panel .column-link.active .icon-bell {
background-image: var(--icon-bell-accent-active); background-image: var(--icon-bell-accent-active);
} }
.app-body .navigation-panel .column-link .icon-hashtag { .app-body .navigation-panel .column-link .icon-explore {
background-image: var(--icon-explore-accent); background-image: var(--icon-explore-accent);
} }
.app-body .navigation-panel .column-link.active .icon-hashtag { .app-body .navigation-panel .column-link.active .icon-explore {
background-image: var(--icon-explore-accent-active); background-image: var(--icon-explore-accent-active);
} }
.app-body .navigation-panel .column-link .icon-search { .app-body .navigation-panel .column-link .icon-search {

View file

@ -748,6 +748,7 @@ body.app-body {
.icon-quote-right, .icon-quote-right,
.icon-home, .icon-home,
.icon-hashtag, .icon-hashtag,
.icon-explore,
.icon-search, .icon-search,
.icon-times-circle, .icon-times-circle,
.icon-bell, .icon-bell,
@ -805,6 +806,7 @@ body.app-body {
.icon-quote-right, .icon-quote-right,
.icon-home, .icon-home,
.icon-hashtag, .icon-hashtag,
.icon-explore,
.icon-search, .icon-search,
.icon-times-circle, .icon-times-circle,
.icon-bell, .icon-bell,
@ -978,15 +980,19 @@ body.app-body {
.layout-multiple-columns .column-link .icon-globe { .layout-multiple-columns .column-link .icon-globe {
background-image: var(--icon-globe-accent); background-image: var(--icon-globe-accent);
} }
/* Explore + Hashtag icon */ /* Hashtag icon */
.app-body .icon-hashtag, .app-body .icon-hashtag {
.app-body .column-link .icon-hashtag { background-image: var(--icon-hashtag);
}
/* Explore icon */
.app-body .icon-explore,
.app-body .column-link .icon-explore {
background-image: var(--icon-explore); background-image: var(--icon-explore);
} }
.app-body .column-link.active .icon-hashtag { .app-body .column-link.active .icon-explore {
background-image: var(--icon-explore-active); background-image: var(--icon-explore-active);
} }
.layout-multiple-columns .column-link .icon-hashtag { .layout-multiple-columns .column-link .icon-explore {
background-image: var(--icon-explore-accent); background-image: var(--icon-explore-accent);
} }
/* Search icon */ /* Search icon */
@ -1250,10 +1256,10 @@ body.app-body {
.app-body .navigation-panel .column-link.active .icon-bell { .app-body .navigation-panel .column-link.active .icon-bell {
background-image: var(--icon-bell-accent-active); background-image: var(--icon-bell-accent-active);
} }
.app-body .navigation-panel .column-link .icon-hashtag { .app-body .navigation-panel .column-link .icon-explore {
background-image: var(--icon-explore-accent); background-image: var(--icon-explore-accent);
} }
.app-body .navigation-panel .column-link.active .icon-hashtag { .app-body .navigation-panel .column-link.active .icon-explore {
background-image: var(--icon-explore-accent-active); background-image: var(--icon-explore-accent-active);
} }
.app-body .navigation-panel .column-link .icon-search { .app-body .navigation-panel .column-link .icon-search {