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
42189e91
Commit
42189e91
authored
May 16, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alert background colors
parent
fcae43c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
app/assets/stylesheets/framework/flash.scss
app/assets/stylesheets/framework/flash.scss
+7
-5
No files found.
app/assets/stylesheets/framework/flash.scss
View file @
42189e91
...
@@ -8,19 +8,19 @@
...
@@ -8,19 +8,19 @@
.flash-notice
{
.flash-notice
{
@extend
.alert
;
@extend
.alert
;
@extend
.alert-info
;
background-color
:
$blue-500
;
margin
:
0
;
margin
:
0
;
}
}
.flash-warning
{
.flash-warning
{
@extend
.alert
;
@extend
.alert
;
@extend
.alert-warning
;
background-color
:
$orange-500
;
margin
:
0
;
margin
:
0
;
}
}
.flash-alert
{
.flash-alert
{
@extend
.alert
;
@extend
.alert
;
@extend
.alert-danger
;
background-color
:
$red-500
;
margin
:
0
;
margin
:
0
;
.flash-text
,
.flash-text
,
...
@@ -42,14 +42,16 @@
...
@@ -42,14 +42,16 @@
.flash-success
{
.flash-success
{
@extend
.alert
;
@extend
.alert
;
@extend
.alert-success
;
background-color
:
$green-500
;
margin
:
0
;
margin
:
0
;
}
}
.flash-notice
,
.flash-notice
,
.flash-alert
,
.flash-alert
,
.flash-success
{
.flash-success
,
.flash-warning
{
border-radius
:
$border-radius-default
;
border-radius
:
$border-radius-default
;
color
:
$white-light
;
.container-fluid
,
.container-fluid
,
.container-fluid.container-limited
{
.container-fluid.container-limited
{
...
...
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