Custom deprecation message styles
This commit is contained in:
parent
a87d762404
commit
ed01f87c99
1 changed files with 24 additions and 0 deletions
|
@ -194,3 +194,27 @@
|
||||||
.issuable-row {
|
.issuable-row {
|
||||||
background-color: $white-light;
|
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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue