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

Correct styling now we've changed to popover

parent ce3ff3b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -196,26 +196,26 @@
}
 
.milestone-deprecation-message {
.popup {
max-width: 300px;
position: absolute;
left: 30px;
.popover {
padding: 0;
 
.body {
padding: $gl-padding-8;
.popover-content {
padding: 0;
}
 
.footer {
background-color: $white-light;
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 {
padding: 0 0 0 30px;
}
.text-container {
position: relative;
.instructions-list {
list-style-position: inside;
padding: $gl-padding-8 20px;
background-color: $gray-light;
}
}
 
.btn-link {
Loading
Loading
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