Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c9432c39
Commit
c9432c39
authored
Jul 06, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update welcome page styles
parent
d550377d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
7 deletions
+52
-7
app/assets/stylesheets/framework/blank.scss
app/assets/stylesheets/framework/blank.scss
+52
-7
No files found.
app/assets/stylesheets/framework/blank.scss
View file @
c9432c39
.blank-state-parent-container
{
display
:
flex
;
.section-container
{
display
:
flex
;
flex
:
1
;
padding
:
10px
;
}
.section-body
{
width
:
100%
;
height
:
100%
;
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-default
;
&
.section-ee-trial
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
}
}
.blank-state-welcome
{
text-align
:
center
;
border-bottom
:
1px
solid
$border-color
;
.blank-state-text
{
margin-bottom
:
0
;
...
...
@@ -10,6 +32,10 @@
.blank-state
{
padding-top
:
20px
;
padding-bottom
:
20px
;
}
.blank-state.ee-trial
{
padding
:
20px
;
text-align
:
center
;
}
...
...
@@ -20,20 +46,18 @@
.blank-state-icon
{
padding-bottom
:
20px
;
color
:
$gray-darkest
;
font-size
:
56px
;
path
,
polygon
{
fill
:
currentColor
;
svg
{
display
:
block
;
margin
:
auto
;
}
}
.blank-state-title
{
margin-top
:
0
;
margin-bottom
:
5
px
;
margin-bottom
:
10
px
;
font-size
:
18px
;
font-weight
:
normal
;
}
.blank-state-text
{
...
...
@@ -49,3 +73,24 @@
.blank-state-welcome-title
{
font-size
:
24px
;
}
@media
(
max-width
:
$screen-md-min
)
{
.blank-state-parent-container
{
&
,
.section-container
{
display
:
block
;
}
}
.blank-state
{
text-align
:
center
;
}
.blank-state-icon
{
padding-bottom
:
0
;
}
.blank-state-body
{
margin-top
:
15px
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment