Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-10-16 06:49:57 +0300
committerStan Hu <stanhu@gmail.com>2016-10-16 06:49:57 +0300
commit4ea3e617f8527b05e506b3e85652f368531c6aa2 (patch)
treede552f3fb0744ce64dc496543a2e5fc9857fa3aa
parenta65394f35cc83f342e9b2c654cfb32d3eb4c45e7 (diff)
parent4cea4d25270f604fb4b9335442657168b294e633 (diff)
Merge branch 'fix-broken-scss-lint' into 'master'
Fix broken SCSS linter errors due to missing newlines See merge request !6918
-rw-r--r--app/assets/stylesheets/pages/login.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index e210dc4c0b8..4c0c0839fe2 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -40,6 +40,7 @@
p {
font-size: 13px;
}
+
.login-box, .omniauth-container {
box-shadow: 0 0 0 1px $border-color;
border-bottom-right-radius: 2px;
@@ -118,6 +119,7 @@
margin: 0;
}
}
+
.new-session-tabs {
display: -webkit-flex;
display: flex;
@@ -140,6 +142,7 @@
a {
width: 100%;
font-size: 18px;
+
&:hover {
border: 1px solid transparent;
}