Commit b7dcd1a0 authored by kushalpandya's avatar kushalpandya

Make offset override specific to admin welcome page

parent 7732c274
......@@ -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;
......
.row.blank-state-parent-container
.col-md-6.section-container
.section-body.section-welcome
.section-body.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
.blank-state.blank-state-welcome
%h2.blank-state-welcome-title
Welcome to GitLab
......
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