Commit d2595ea3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix conflicts in empty state view & stylesheets

parent c1e467b7
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
<<<<<<< HEAD
.blank-state-link { .blank-state-link {
display: block; display: block;
...@@ -38,15 +37,6 @@ ...@@ -38,15 +37,6 @@
flex: 0 0 100%; flex: 0 0 100%;
margin-bottom: 15px; margin-bottom: 15px;
=======
.blank-state-link {
display: block;
color: $gl-text-color;
flex: 0 0 100%;
margin-bottom: 15px;
>>>>>>> upstream/master
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
flex: 0 0 49%; flex: 0 0 49%;
...@@ -73,10 +63,7 @@ ...@@ -73,10 +63,7 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
display: flex; display: flex;
<<<<<<< HEAD
height: 100%; height: 100%;
=======
>>>>>>> upstream/master
align-items: center; align-items: center;
padding: 50px 30px; padding: 50px 30px;
} }
...@@ -102,7 +89,6 @@ ...@@ -102,7 +89,6 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
padding-left: 20px; padding-left: 20px;
} }
<<<<<<< HEAD
} }
} }
...@@ -132,7 +118,5 @@ ...@@ -132,7 +118,5 @@
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.blank-state-icon svg { .blank-state-icon svg {
width: 315px; width: 315px;
=======
>>>>>>> upstream/master
} }
} }
...@@ -181,41 +181,6 @@ ...@@ -181,41 +181,6 @@
} }
} }
<<<<<<< HEAD
@mixin fade($gradient-direction, $gradient-color) {
visibility: hidden;
opacity: 0;
z-index: 2;
position: absolute;
bottom: 12px;
width: 43px;
height: 30px;
transition-duration: .3s;
-webkit-transform: translateZ(0);
background: linear-gradient(to $gradient-direction, $gradient-color 45%, rgba($gradient-color, 0.4));
&.scrolling {
visibility: visible;
opacity: 1;
transition-duration: .3s;
}
.fa {
position: relative;
top: 5px;
font-size: 18px;
}
}
@mixin scrolling-links() {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
display: flex;
&::-webkit-scrollbar {
display: none;
=======
@mixin triangle($color, $border-color, $size, $border-size) { @mixin triangle($color, $border-color, $size, $border-size) {
&::before, &::before,
&::after { &::after {
...@@ -241,6 +206,5 @@ ...@@ -241,6 +206,5 @@
border-bottom-color: $color; border-bottom-color: $color;
border-width: $size; border-width: $size;
margin-left: -$size; margin-left: -$size;
>>>>>>> upstream/master
} }
} }
<<<<<<< HEAD
- admin_without_ee_license = !current_license && current_user.admin? - admin_without_ee_license = !current_license && current_user.admin?
.blank-state-parent-container{ class: ('has-start-trial-container' if admin_without_ee_license) } .blank-state-parent-container{ class: ('has-start-trial-container' if admin_without_ee_license) }
.section-container.section-welcome{ class: ('col-md-6' if admin_without_ee_license) } .section-container.section-welcome{ class: ('col-md-6' if admin_without_ee_license) }
=======
.blank-state-parent-container
.section-container.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
>>>>>>> upstream/master
.container.section-body .container.section-body
.row .row
.blank-state-welcome .blank-state-welcome
...@@ -14,7 +9,6 @@ ...@@ -14,7 +9,6 @@
Welcome to GitLab Welcome to GitLab
%p.blank-state-text %p.blank-state-text
Code, test, and deploy together Code, test, and deploy together
<<<<<<< HEAD
.blank-state-row .blank-state-row
%div{ class: ('column-large' if admin_without_ee_license) } %div{ class: ('column-large' if admin_without_ee_license) }
- if current_user.admin? - if current_user.admin?
...@@ -24,9 +18,3 @@ ...@@ -24,9 +18,3 @@
- if admin_without_ee_license - if admin_without_ee_license
.column-small .column-small
= render "blank_state_ee_trial" = render "blank_state_ee_trial"
=======
- if current_user.admin?
= render "blank_state_admin_welcome"
- else
= render "blank_state_welcome"
>>>>>>> upstream/master
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