Commit 1402d204 authored by Tom Quirk's avatar Tom Quirk Committed by Paul Slaughter

Consolidate sass for Design Management

Ensures all design management sass is
not scattered across multiple files
parent 4d2e90e0
.design-detail {
background-color: rgba($black, 0.9);
.with-performance-bar & {
top: 35px;
}
}
.design-presentation-wrapper {
top: 0;
left: 0;
......@@ -13,11 +21,6 @@
transform: translateX(-50%);
}
.design-list-item .design-event {
top: $gl-padding;
right: $gl-padding;
}
.design-checkbox {
position: absolute;
top: $gl-padding;
......
.design-list-item {
height: 280px;
text-decoration: none;
.icon-version-status {
......@@ -6,4 +7,13 @@
right: 10px;
top: 10px;
}
.design-event {
top: $gl-padding;
right: $gl-padding;
}
.card-body {
height: 230px;
}
}
.design-detail {
background-color: rgba($black, 0.9);
.with-performance-bar & {
top: 35px;
}
}
.design-list-item {
height: 280px;
.card-body {
height: 230px;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment