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
4847acd8
Commit
4847acd8
authored
Mar 29, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-jig banner callout for new design
parent
8479bf58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/framework/banner.scss
app/assets/stylesheets/framework/banner.scss
+11
-1
No files found.
app/assets/stylesheets/framework/banner.scss
View file @
4847acd8
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
display
:
flex
;
display
:
flex
;
position
:
relative
;
position
:
relative
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
justify-content
:
center
;
align-items
:
start
;
.banner-close
{
.banner-close
{
position
:
absolute
;
position
:
absolute
;
...
@@ -16,10 +18,18 @@
...
@@ -16,10 +18,18 @@
}
}
.banner-graphic
{
.banner-graphic
{
margin
:
20px
auto
;
margin
:
0
20px
20px
;
}
}
&
.banner-non-empty-state
{
&
.banner-non-empty-state
{
border-bottom
:
1px
solid
$border-color
;
border-bottom
:
1px
solid
$border-color
;
}
}
.banner-body
{
text-align
:
left
;
}
.banner-buttons
{
text-align
:
center
;
}
}
}
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