add new guide service
This commit is contained in:
@@ -233,4 +233,44 @@ button:disabled {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* =========================================================
|
||||
Admin Dark Base Fix
|
||||
========================================================= */
|
||||
|
||||
body {
|
||||
color: #e2e2e2;
|
||||
}
|
||||
|
||||
.card.bg-black,
|
||||
.card.bg-dark {
|
||||
color: #e2e2e2;
|
||||
}
|
||||
|
||||
.list-group-item.bg-black,
|
||||
.list-group-item.bg-dark {
|
||||
color: #e2e2e2;
|
||||
}
|
||||
|
||||
.list-group-item.bg-black a,
|
||||
.list-group-item.bg-dark a {
|
||||
color: #e2e2e2;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #9aa0a6 !important;
|
||||
}
|
||||
|
||||
.guide-item {
|
||||
color: #e2e2e2 !important;
|
||||
}
|
||||
|
||||
.guide-item small {
|
||||
color: #9aa0a6 !important;
|
||||
}
|
||||
|
||||
.card.bg-black .card-body
|
||||
{
|
||||
color: #e2e2e2 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user