Commit ed01f87c authored by Luke Bennett's avatar Luke Bennett

Custom deprecation message styles

parent a87d7624
......@@ -194,3 +194,27 @@
.issuable-row {
background-color: $white-light;
}
.milestone-deprecation-message {
.popup {
max-width: 300px;
position: absolute;
left: 30px;
.body {
padding: $gl-padding-8;
}
.footer {
padding: $gl-padding-8 $gl-padding;
}
}
.instructions-list {
padding: 0 0 0 30px;
}
.text-container {
position: relative;
}
}
\ No newline at end of file
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