diff --git a/app/styles/dependencies/mixins/project-card.scss b/app/styles/dependencies/mixins/project-card.scss index fa709c3c..ae606573 100644 --- a/app/styles/dependencies/mixins/project-card.scss +++ b/app/styles/dependencies/mixins/project-card.scss @@ -49,8 +49,9 @@ flex-grow: 0; } .project-card-logo { + display: inline-block; flex-basis: 50px; - min-width: 50px; + width: 50px; height: 50px; margin-right: .5rem; img { diff --git a/app/themes/high-contrast/custom.scss b/app/themes/high-contrast/custom.scss index a133091b..0ad07c93 100644 --- a/app/themes/high-contrast/custom.scss +++ b/app/themes/high-contrast/custom.scss @@ -358,3 +358,10 @@ tg-project-menu { } } + +// DASHBOARD +.home-wrapper { + .title-bar { + color: $white; + } +} diff --git a/app/themes/taiga/custom.scss b/app/themes/taiga/custom.scss index 184e779d..08adf274 100644 --- a/app/themes/taiga/custom.scss +++ b/app/themes/taiga/custom.scss @@ -164,10 +164,3 @@ tg-project-menu { background: $whitish; } } - -// DASHBOARD -.home-wrapper { - .title-bar { - color: $white; - } -}