Got some stats displaying
This commit is contained in:
@@ -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) ------------------------------------- */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user