blob: cb0d6f14731f902150a4664b1204b771eb5ddead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.jumbotron {
background-color: transparent;
background-image: url("/assets/images/background.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
p {
color: #eeeeee;
margin-top: 0;
margin-bottom: 0;
font-weight: 300;
}
.btn {
color: $text-color;
background-color: $inverse-link-color;
}
.btn-inverse {
color: $text-color;
background-color: #ffffff;
}
}
|