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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
538c35a2
Commit
538c35a2
authored
Jul 12, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port over changes from CE
parent
85f1e96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
70 deletions
+37
-70
app/assets/stylesheets/framework/blank.scss
app/assets/stylesheets/framework/blank.scss
+37
-70
No files found.
app/assets/stylesheets/framework/blank.scss
View file @
538c35a2
.blank-state-parent-container
{
display
:
flex
;
.section-container
{
display
:
flex
;
flex
:
1
;
padding
:
10px
;
}
...
...
@@ -13,91 +9,62 @@
padding-bottom
:
25px
;
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
;
.blank-state-text
{
margin-bottom
:
0
;
}
}
.blank-state
{
padding-top
:
20px
;
padding-bottom
:
20px
;
}
.blank-state.ee-trial
{
padding
:
20px
;
text-align
:
center
;
}
.blank-state-no-icon
{
padding-top
:
40px
;
padding-bottom
:
40px
;
}
.blank-state-icon
{
padding-bottom
:
20px
;
font-size
:
56px
;
svg
{
display
:
block
;
margin
:
auto
;
}
}
@media
(
min-width
:
$screen-sm-max
)
{
.section-welcome
.blank-state-icon
svg
{
width
:
130%
;
}
}
.blank-state-title
{
margin-top
:
0
;
margin-bottom
:
10px
;
font-size
:
18px
;
}
.blank-state-text
{
margin-top
:
0
;
margin-bottom
:
$gl-padding
;
font-size
:
14px
;
&
.blank-state-welcome
{
.blank-state-welcome-title
{
font-size
:
24px
;
}
>
strong
{
font-weight
:
600
;
.blank-state-text
{
margin-bottom
:
0
;
}
}
}
.blank-state-welcome-title
{
font-size
:
24px
;
}
.blank-state-icon
{
padding-bottom
:
20px
;
@media
(
max-width
:
$screen-md-min
)
{
.blank-state-parent-container
{
&
,
.section-container
{
svg
{
display
:
block
;
margin
:
auto
;
}
}
.blank-state
{
text-align
:
center
;
.blank-state-title
{
margin-top
:
0
;
margin-bottom
:
10px
;
font-size
:
18px
;
}
.blank-state-icon
{
padding-bottom
:
0
;
.blank-state-text
{
max-width
:
$container-text-max-width
;
margin
:
0
auto
$gl-padding
;
font-size
:
14px
;
}
}
.blank-state-body
{
margin-top
:
15px
;
/* EE-specific Styles */
@media
(
min-width
:
$screen-md-min
)
{
.blank-state-parent-container.has-start-trial-container
{
display
:
flex
;
}
}
.section-ee-trial
{
.section-body
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
.blank-state
{
padding
:
20px
;
text-align
:
center
;
}
}
}
\ No newline at end of file
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