Frontend user list and modal dialog fixes
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
$primary-color: #2bcbba;
|
||||
|
||||
.loader {
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: darken($primary-color, 10%);
|
||||
}
|
||||
|
||||
.dropdown-item.active, .dropdown-item:active {
|
||||
background-color: $primary-color;
|
||||
}
|
||||
|
||||
.custom-switch-input:checked ~ .custom-switch-indicator {
|
||||
background: $primary-color;
|
||||
}
|
||||
|
||||
.min-100 {
|
||||
min-height: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user