Started fixing LESS

This commit is contained in:
jtc42 2019-06-10 09:05:16 +01:00
parent 81bb14a812
commit d302a77d6e
2 changed files with 9 additions and 33 deletions

View file

@ -9,6 +9,7 @@
// Custom OpenFlexure theming
@global-primary-background: #C32280;
@global-button-background: #C32280;
// UIkit
// ========================================================================
@ -304,8 +305,12 @@ body { overflow: hidden; }
}
/*
* Button
* Button and link
*/
.uk-link:hover, a:hover {
color: @global-button-background;
}
.uk-button {
border-radius: 2px;
}
@ -331,7 +336,7 @@ body { overflow: hidden; }
color: @global-primary-background !important;
}
.tm-button-primary:hover { box-shadow: 0 10px 40px rgba(30,135,240,1); }
.tm-button-primary:hover { box-shadow: 0 10px 40px @global-button-background; }
}