Commit 607636b9 authored by Luke Bennett's avatar Luke Bennett

Correct styling now we've changed to popover

parent ce3ff3b8
...@@ -196,26 +196,26 @@ ...@@ -196,26 +196,26 @@
} }
.milestone-deprecation-message { .milestone-deprecation-message {
.popup { .popover {
max-width: 300px; padding: 0;
position: absolute;
left: 30px;
.body { .popover-content {
padding: $gl-padding-8; padding: 0;
} }
.footer { .footer {
background-color: $white-light;
padding: $gl-padding-8 $gl-padding; padding: $gl-padding-8 $gl-padding;
border-bottom-left-radius: $border-radius-default;
border-bottom-right-radius: $border-radius-default;
border-top: 1px solid $white-dark;
} }
}
.instructions-list { .instructions-list {
padding: 0 0 0 30px; list-style-position: inside;
} padding: $gl-padding-8 20px;
background-color: $gray-light;
.text-container { }
position: relative;
} }
.btn-link { .btn-link {
......
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