jc21 0bc12f3bdf
Merge from develop v2.0.14 release (#196)
* Selection of the ssl protocols/ciphers is done using the default server block. (#189)
* Fix wrap for tags (#195)
2019-09-04 14:51:24 +10:00

35 lines
487 B
SCSS

$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;
}
.card-options .dropdown-menu a:not(.btn) {
margin-left: 0;
}
.wrap {
display: flex;
flex-wrap: wrap;
}