Commit 57b5538c authored by kushalpandya's avatar kushalpandya

Add styles for EE trial modal dialog

parent 11d76aac
/* EE Trial Banner Styles */ /* EE Trial Specific Stylesheet */
/* Main Nav Overrides */ /* Main Nav Overrides */
.navbar-gitlab.has-trial-banner { .navbar-gitlab.has-trial-banner {
...@@ -57,3 +57,39 @@ ...@@ -57,3 +57,39 @@
} }
} }
} }
/* Trial License Install Modal */
.modal-upload-trial-license {
.modal-body-contents {
.trial-activated-graphic {
display: flex;
justify-content: center;
svg {
width: 90px;
height: 90px;
}
}
.confirmation-title,
.confirmation-desc {
text-align: center;
}
.confirmation-desc {
max-width: 80%;
margin: auto;
}
.confirmation-desc {
color: $gl-text-color-secondary;
}
.trial-license-preview {
max-height: 300px;
word-wrap: break-word;
word-break: break-all;
overflow-y: auto;
}
}
}
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