Commit 17ae344e authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'consolidate-design-man-scss' into 'master'

Consolidate styles for Design Management

See merge request gitlab-org/gitlab!29558
parents 08131e7c 1402d204
.design-detail {
background-color: rgba($black, 0.9);
.with-performance-bar & {
top: 35px;
}
}
.design-presentation-wrapper { .design-presentation-wrapper {
top: 0; top: 0;
left: 0; left: 0;
...@@ -13,11 +21,6 @@ ...@@ -13,11 +21,6 @@
transform: translateX(-50%); transform: translateX(-50%);
} }
.design-list-item .design-event {
top: $gl-padding;
right: $gl-padding;
}
.design-checkbox { .design-checkbox {
position: absolute; position: absolute;
top: $gl-padding; top: $gl-padding;
......
.design-list-item { .design-list-item {
height: 280px;
text-decoration: none; text-decoration: none;
.icon-version-status { .icon-version-status {
...@@ -6,4 +7,13 @@ ...@@ -6,4 +7,13 @@
right: 10px; right: 10px;
top: 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