Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apptemplatebundle
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dj3c1t
apptemplatebundle
Commits
b51dbaf2
Commit
b51dbaf2
authored
Apr 30, 2016
by
dj3c1t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alert et btn color css
parent
4cd8821a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
style.css
Resources/public/css/style.css
+24
-0
No files found.
Resources/public/css/style.css
View file @
b51dbaf2
...
...
@@ -336,3 +336,27 @@ section .main {
.modal-footer
{
border-top
:
1px
solid
#333333
;
}
.alert-danger
,
.btn-danger
{
color
:
#fff
;
background-color
:
#7e1814
;
border-color
:
#3b1814
;
}
.alert-primary
,
.btn-primary
{
color
:
#fff
;
background-color
:
#092945
;
border-color
:
#072137
;
}
.alert-success
,
.btn-success
{
color
:
#fff
;
background-color
:
#043904
;
border-color
:
#072907
;
}
.alert-warning
{
color
:
#fff
;
background-color
:
#9c8400
;
border-color
:
#5b511c
;
}
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