Addes a .box-success class (#469)

* Added a .box-success class

Added a .box-success class

* Update main.css
This commit is contained in:
Oscar Sironi 2019-03-26 23:54:40 +01:00 committed by Dean Attali
parent e6cc1835f7
commit 8795934e47

View File

@ -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 {