Addes a .box-success class (#469)
* Added a .box-success class Added a .box-success class * Update main.css
This commit is contained in:
parent
e6cc1835f7
commit
8795934e47
@ -715,7 +715,7 @@ td.gutter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- Notification boxes --- */
|
/* --- Notification boxes --- */
|
||||||
.box-note, .box-warning, .box-error {
|
.box-note, .box-warning, .box-error, .box-success {
|
||||||
padding: 15px 15px 15px 10px;
|
padding: 15px 15px 15px 10px;
|
||||||
margin: 20px 20px 20px 5px;
|
margin: 20px 20px 20px 5px;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
@ -738,6 +738,11 @@ td.gutter {
|
|||||||
border-left-color: #c0392b;
|
border-left-color: #c0392b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box-success {
|
||||||
|
background-color: #98FB98;
|
||||||
|
border-left-color: #3CB371;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fix table border github gist snippets */
|
/* Fix table border github gist snippets */
|
||||||
|
|
||||||
.gist, .gist-file table tr {
|
.gist, .gist-file table tr {
|
||||||
|
Loading…
Reference in New Issue
Block a user