Started custom theming

This commit is contained in:
Joel Collins 2019-03-06 14:34:26 +00:00
parent e6a6caf588
commit 8b4cc3e738

View file

@ -4,6 +4,8 @@
// Highlight.js
@import "./highlight.less";
// Custom OpenFlexure theming
@global-primary-background: #C5247F;
// UIkit
// ========================================================================
@ -493,15 +495,11 @@ body { overflow: hidden; }
/* Desktop and bigger */
@media (min-width: @breakpoint-large) {
.tm-intro-text { margin-top: 30px; }
}
/* Large screen and bigger */
@media (min-width: @breakpoint-xlarge) {
.tm-intro-text { margin-top: 90px; }
.tm-intro-image { margin-right: -75px; }
}