256bd2336f
* Tweaks and backend vscode settings * Version bump * Updated Icon to be more vibrant * New logo and new login screen layout, version bump * New documentation! * Use CI to update package versions because I was sick of changing it everywhere * Generate docs * Docs upload * Fix pipeline * Fix pipeline * Update readme version before generating docs * Testing docs deploy * Fix pipeline * Updated CI link * Fix docs upload * Docs upload fixes * Fix s3 upload grrr * Docs tweaks * Updated readme * Updated screenshots Co-authored-by: Jamie Curnow <jamiec@benon.com>
38 lines
524 B
SCSS
38 lines
524 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;
|
|
}
|
|
|
|
.col-login {
|
|
max-width: 48rem;
|
|
} |