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
Léo-Paul Géneau
gitlab-ce
Commits
6b195fd0
Commit
6b195fd0
authored
Mar 20, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for blank.scss
parent
1614089f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
app/assets/stylesheets/framework/blank.scss
app/assets/stylesheets/framework/blank.scss
+28
-0
No files found.
app/assets/stylesheets/framework/blank.scss
View file @
6b195fd0
...
...
@@ -69,6 +69,7 @@
@include
media-breakpoint-up
(
sm
)
{
display
:
flex
;
height
:
100%
;
align-items
:
center
;
padding
:
50px
30px
;
}
...
...
@@ -99,3 +100,30 @@
}
}
}
@include
media-breakpoint-up
(
lg
)
{
.column-large
{
flex
:
2
;
}
.column-small
{
flex
:
1
;
margin-bottom
:
15px
;
.blank-state
{
max-width
:
400px
;
flex-wrap
:
wrap
;
margin-left
:
15px
;
}
.blank-state-icon
{
margin-bottom
:
30px
;
}
}
}
@include
media-breakpoint-down
(
xs
)
{
.blank-state-icon
svg
{
width
:
315px
;
}
}
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