[ADD] theme 8.0

This commit is contained in:
Design
2021-05-11 15:41:12 +02:00
committed by Jeremy Kersten
commit 51c615247e
3583 changed files with 121845 additions and 0 deletions
@@ -0,0 +1,48 @@
body {
background-image:
linear-gradient(
fade(white, 0%) 40%,
fade(@color-alpha, 20%)),
@bg-pattern-01;
background-repeat: repeat;
background-attachment: fixed;
}
footer {
color: @gray;
.container {
.row {
.pull-left {
color: @color-alpha;
}
.fa {
color: @color-epsilon;
}
}
}
.container.mt16.mb8 {
background: none !important;
color: @color-alpha;
}
.pull-left {
color: @color-alpha;
}
}
footer ul li a {
color: @color-alpha;
}
footer ul li a:hover {
color: white;
text-decoration: none;
}
footer h4 {
color: @color-alpha;
a, small {
color: @color-alpha;
}
}