Commit 2f38d6d7 authored by kushalpandya's avatar kushalpandya

Minor refactor

parent 59442f72
......@@ -77,7 +77,7 @@
@media (max-width: $screen-md-min) {
.blank-state-parent-container {
&,
.col-md-6 {
.section-container {
display: block;
}
}
......
......@@ -14,7 +14,7 @@
.start-trial-body {
.ee-features {
border: 1px solid $border-color;
border-radius: 5px;
border-radius: $border-radius-default;
padding: 20px 40px;
}
}
......@@ -52,8 +52,6 @@
@media (max-width: $screen-md-min) {
.start-trial-body {
.feature-item-description {
margin-top: 15px;
h4,
p {
text-align: center;
......
.page-title {
.btn-upload-license {
margin-right: 10px;
}
}
.blank-state-container {
margin-top: 35px;
.trial-description {
color: $gl-gray-light;
}
.btn-start-trial {
margin-top: 10px;
}
}
\ No newline at end of file
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