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
Boxiang Sun
gitlab-ce
Commits
ee1954ef
Commit
ee1954ef
authored
Apr 05, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review changes
parent
a1c1cb4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/framework/banner.scss
app/assets/stylesheets/framework/banner.scss
+4
-3
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+0
-1
No files found.
app/assets/stylesheets/framework/banner.scss
View file @
ee1954ef
.banner-callout
{
display
:
flex
;
position
:
relative
;
flex-wrap
:
wrap
;
align-items
:
start
;
.banner-close
{
...
...
@@ -17,7 +16,7 @@
}
.banner-graphic
{
margin
:
0
20px
20px
0
;
margin
:
0
$gl-padding
$gl-padding
0
;
}
&
.banner-non-empty-state
{
...
...
@@ -26,6 +25,8 @@
@media
(
max-width
:
$screen-xs-max
)
{
justify-content
:
center
;
flex-direction
:
column
;
align-items
:
center
;
.banner-title
,
.banner-buttons
{
...
...
@@ -38,7 +39,7 @@
}
.banner-graphic
{
margin
:
0
20px
20px
;
margin
-left
:
20px
;
}
}
}
app/assets/stylesheets/pages/milestone.scss
View file @
ee1954ef
...
...
@@ -221,7 +221,6 @@
padding-left
:
1em
;
}
}
}
.btn-link
{
padding
:
0
;
...
...
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