diff --git a/frontend/src/app/main/ui/dashboard/grid.scss b/frontend/src/app/main/ui/dashboard/grid.scss index 98b10ac72..13214ea77 100644 --- a/frontend/src/app/main/ui/dashboard/grid.scss +++ b/frontend/src/app/main/ui/dashboard/grid.scss @@ -220,36 +220,36 @@ $thumbnail-default-height: $s-168; // Default width span { color: $db-secondary; } +} - .project-th-icon { - align-items: center; - display: flex; - margin-right: $s-8; - margin-top: 0; +.project-th-icon { + align-items: center; + display: flex; + margin-right: $s-8; + margin-top: 0; +} - &.menu { - align-items: flex-end; - display: flex; - flex-direction: column; - height: $s-32; - justify-content: center; - margin-right: 0; - margin-top: $s-20; - width: 100%; +.menu { + align-items: flex-end; + display: flex; + flex-direction: column; + height: $s-32; + justify-content: center; + margin-right: 0; + margin-top: $s-20; + width: 100%; - > svg { - fill: $df-secondary; - margin-right: 0; - height: $s-16; - width: $s-16; - } + svg { + fill: $df-secondary; + margin-right: 0; + height: $s-16; + width: $s-16; + } - &:hover, - &:focus { - > svg { - fill: $da-tertiary; - } - } + &:hover, + &:focus { + svg { + fill: $da-tertiary; } } }