Skip to content
Snippets Groups Projects
Unverified Commit ed01f87c authored by Luke Bennett's avatar Luke Bennett
Browse files

Custom deprecation message styles

parent a87d7624
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment