_intro.scss
767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#intro {
height: 100%;
.slider {
height: 100%;
}
.slider-slide {
padding-top: $unit;
color: #fff;
text-align: center;
height: 100%;
}
p {
font-size: 16px;
margin: $unit;
margin-top: 0;
}
h3 {
color: $white;
}
img {
display: block;
height: 30%;
width: auto;
margin: 0 auto;
}
#intro-1 {
background: #ffb74d;
p {
color: $black;
}
h3 {
width: 200px;
height: 98px;
background: url(../img/intro/header.png);
display: block;
margin: 0 auto;
span {
display: none;
}
}
}
#intro-2 {
background: #009688;
}
#intro-3 {
background: #3f51b5;
}
#intro-4 {
background: #329C9A;
}
}