Commit 0538d0d7 authored by kushalpandya's avatar kushalpandya

Update styles

parent df3da7ce
.blank-state-parent-container {
display: flex;
.col-md-6 {
.section-container {
display: flex;
flex: 1;
padding: 10px;
......@@ -11,10 +11,12 @@
width: 100%;
height: 100%;
border: 1px solid $border-color;
border-radius: 5px;
border-radius: $border-radius-default;
&.section-ee-trial {
display: table;
display: flex;
align-items: center;
justify-content: center;
}
}
}
......@@ -33,10 +35,8 @@
}
.blank-state.ee-trial {
display: table-cell;
padding: 20px;
text-align: center;
vertical-align: middle;
}
.blank-state-no-icon {
......
......@@ -56,7 +56,7 @@ header {
}
&.has-trial-banner {
top: 50px;
top: 52px;
}
.container-fluid {
......@@ -319,7 +319,7 @@ header {
}
.gitlab-ee-trial-banner {
padding: 15px;
padding: $gl-padding;
text-align: center;
p {
......
......@@ -12,7 +12,7 @@
}
.start-trial-body {
.section-body.ee-features {
.ee-features {
border: 1px solid $border-color;
border-radius: 5px;
padding: 20px 40px;
......@@ -20,8 +20,8 @@
}
.start-trial-body {
.section-body.trial-form {
.form-group label {
.trial-form {
label {
font-weight: normal;
}
}
......
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