Custom deprecation message styles

This commit is contained in:
Luke Bennett 2018-03-03 22:06:41 +01:00
parent a87d762404
commit ed01f87c99
No known key found for this signature in database
GPG Key ID: A738E9C68D3BF31A
1 changed files with 24 additions and 0 deletions

View File

@ -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;
}
}