Commit 2f38d6d7 authored by kushalpandya's avatar kushalpandya

Minor refactor

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