Started custom theming
This commit is contained in:
parent
e6a6caf588
commit
8b4cc3e738
1 changed files with 2 additions and 4 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
// Highlight.js
|
// Highlight.js
|
||||||
@import "./highlight.less";
|
@import "./highlight.less";
|
||||||
|
|
||||||
|
// Custom OpenFlexure theming
|
||||||
|
@global-primary-background: #C5247F;
|
||||||
|
|
||||||
// UIkit
|
// UIkit
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
@ -493,15 +495,11 @@ body { overflow: hidden; }
|
||||||
|
|
||||||
/* Desktop and bigger */
|
/* Desktop and bigger */
|
||||||
@media (min-width: @breakpoint-large) {
|
@media (min-width: @breakpoint-large) {
|
||||||
|
|
||||||
.tm-intro-text { margin-top: 30px; }
|
.tm-intro-text { margin-top: 30px; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Large screen and bigger */
|
/* Large screen and bigger */
|
||||||
@media (min-width: @breakpoint-xlarge) {
|
@media (min-width: @breakpoint-xlarge) {
|
||||||
|
|
||||||
.tm-intro-text { margin-top: 90px; }
|
.tm-intro-text { margin-top: 90px; }
|
||||||
.tm-intro-image { margin-right: -75px; }
|
.tm-intro-image { margin-right: -75px; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue