Skip to content

Commit

Permalink
ValkyrSceneCards v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkyr-JS committed Jul 8, 2024
1 parent 49d3ced commit 6135b42
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
16 changes: 13 additions & 3 deletions plugins/ValkyrSceneCards/ValkyrSceneCards.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.vsc-card-description__title-link {
display: inline-block;
}
.vsc-card-description__small-bar {
display: flex;
align-items: start;
Expand Down Expand Up @@ -110,6 +107,19 @@
.vsc-performer-list__performer-hover {
padding: 5px;
}

.vsc-performer-list__gender-color--male {
color: #89cff0 !important;
}
.vsc-performer-list__gender-color--female {
color: #f38cac !important;
}
.vsc-performer-list__gender-color--transgender_male, .vsc-performer-list__gender-color--transgender_female, .vsc-performer-list__gender-color--intersex, .vsc-performer-list__gender-color--non_binary {
color: #c8a2c8 !important;
}
.vsc-performer-list__gender-color--unknown {
color: white !important;
}
/*!**********************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles.scss ***!
\**********************************************************************************************************/
Expand Down
Loading

0 comments on commit 6135b42

Please sign in to comment.