Got some stats displaying

This commit is contained in:
2015-11-02 13:48:29 -06:00
parent 1f5eae33b9
commit 083f9f3901
10 changed files with 29438 additions and 48 deletions

View File

@@ -186,6 +186,31 @@ ul.menu-list-dropped {
width: 150px;
}
aside {
padding: 0.3em 1em;
border-radius: 3px;
color: #fff;
}
/* Other Styles :D */
.success {
background: rgb(28, 184, 65); /* this is a green */
}
.error {
background: rgb(202, 60, 60); /* this is a maroon */
}
.warning {
background: rgb(223, 117, 20); /* this is an orange */
}
.secondary {
background: rgb(66, 184, 221); /* this is a light blue*/
}
.primary {
background: #1f8dd6;
}
/* -- Responsive Styles (Media Queries) ------------------------------------- */
/*