Commit 538c35a2 authored by kushalpandya's avatar kushalpandya

Port over changes from CE

parent 85f1e96d
.blank-state-parent-container { .blank-state-parent-container {
display: flex;
.section-container { .section-container {
display: flex;
flex: 1;
padding: 10px; padding: 10px;
} }
...@@ -13,91 +9,62 @@ ...@@ -13,91 +9,62 @@
padding-bottom: 25px; padding-bottom: 25px;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
&.section-ee-trial {
display: flex;
align-items: center;
justify-content: center;
}
}
}
.blank-state-welcome {
text-align: center;
.blank-state-text {
margin-bottom: 0;
} }
} }
.blank-state { .blank-state {
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
}
.blank-state.ee-trial {
padding: 20px;
text-align: center; text-align: center;
}
.blank-state-no-icon { &.blank-state-welcome {
padding-top: 40px; .blank-state-welcome-title {
padding-bottom: 40px; font-size: 24px;
} }
.blank-state-text {
margin-bottom: 0;
}
}
.blank-state-icon { .blank-state-icon {
padding-bottom: 20px; padding-bottom: 20px;
font-size: 56px;
svg { svg {
display: block; display: block;
margin: auto; margin: auto;
} }
}
@media (min-width: $screen-sm-max) {
.section-welcome .blank-state-icon svg {
width: 130%;
} }
}
.blank-state-title { .blank-state-title {
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 18px; font-size: 18px;
} }
.blank-state-text { .blank-state-text {
margin-top: 0; max-width: $container-text-max-width;
margin-bottom: $gl-padding; margin: 0 auto $gl-padding;
font-size: 14px; font-size: 14px;
> strong {
font-weight: 600;
} }
} }
.blank-state-welcome-title { /* EE-specific Styles */
font-size: 24px; @media (min-width: $screen-md-min) {
.blank-state-parent-container.has-start-trial-container {
display: flex;
}
} }
@media (max-width: $screen-md-min) { .section-ee-trial {
.blank-state-parent-container { .section-body {
&, display: flex;
.section-container { align-items: center;
display: block; justify-content: center;
}
}
.blank-state { .blank-state {
padding: 20px;
text-align: center; text-align: center;
} }
.blank-state-icon {
padding-bottom: 0;
}
.blank-state-body {
margin-top: 15px;
} }
} }
\ 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