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:
authorkushalpandya <kushal@gitlab.com>2017-07-06 11:44:03 +0300
committerkushalpandya <kushal@gitlab.com>2017-07-06 11:44:03 +0300
commitb7dcd1a0910e316dabd3d9675cf9d861b77a911e (patch)
tree2ff35bd12d0ef62ed811572dc10c8e793df24a80 /app/assets/stylesheets/framework/blank.scss
parent7732c274c28137973271fabe7ace2d17358be153 (diff)
Make offset override specific to admin welcome page
Diffstat (limited to 'app/assets/stylesheets/framework/blank.scss')
-rw-r--r--app/assets/stylesheets/framework/blank.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blank.scss b/app/assets/stylesheets/framework/blank.scss
index 479e8370d78..0abc5aa460b 100644
--- a/app/assets/stylesheets/framework/blank.scss
+++ b/app/assets/stylesheets/framework/blank.scss
@@ -47,7 +47,6 @@
.blank-state-icon {
padding-bottom: 20px;
font-size: 56px;
- margin-left: 30%; /* this is slight increase over 25% of col-md-offset-3 */
svg {
display: block;
@@ -55,6 +54,16 @@
}
}
+.section-admin-welcome {
+ /**
+ * This is slight increase over 25% of col-md-offset-3 for
+ * admin welcome page
+ */
+ .blank-state-icon.col-md-offset-3 {
+ margin-left: 30%;
+ }
+}
+
.blank-state-title {
margin-top: 0;
margin-bottom: 10px;