Files
design-themes/theme_bewise/static/src/less/options/bg_preset_2.less
T
2021-05-12 08:20:52 +02:00

49 lines
811 B
Plaintext

body {
background-image:
linear-gradient(
fade(@color-beta, 80%),
fade(@color-beta, 0%) 40%,
fade(white, 100%) 60%),
@bg-pattern-02;
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: @color-epsilon;
text-decoration: none;
}
footer h4 {
color: @color-alpha;
a, small {
color: @color-alpha;
}
}