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
25992924
Commit
25992924
authored
Jun 11, 2018
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sets the colors and link colors in alerts/notices
parent
d79e20e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+9
-7
No files found.
app/assets/stylesheets/bootstrap_migration.scss
View file @
25992924
...
...
@@ -160,11 +160,6 @@ table {
}
}
.alert-warning
,
.alert-warning
.alert-link
{
color
:
$white-light
;
}
// Polyfill deprecated selectors
.hidden
{
...
...
@@ -267,13 +262,20 @@ pre code {
.alert-danger
{
background-color
:
$red-500
;
border-color
:
$red-500
;
}
.alert-warning
,
.alert-danger
,
.flash-notice
{
color
:
$white-light
;
h4
{
h4
,
a
,
.alert-link
{
color
:
$white-light
;
}
}
input
[
type
=
color
]
.form-control
{
height
:
$input-height
;
}
\ 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