Convert most of user directory view to vuejs
This commit is contained in:
@@ -94,3 +94,37 @@ footer > .p {
|
||||
tr:hover .table-actions {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* status classes for circle indicators */
|
||||
.status-active {
|
||||
color: #27CE65;
|
||||
}
|
||||
|
||||
.status-inactive {
|
||||
color: #7c7c7c;
|
||||
}
|
||||
|
||||
.status-starting {
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.status-error {
|
||||
color: #ec534f;
|
||||
}
|
||||
|
||||
/* generic test modifiers */
|
||||
.text-success {
|
||||
color: #5CB85C;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #8a6d3b;
|
||||
}
|
||||
|
||||
.text-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-small {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user