[6b894f]: / Web / static / sass / _breadcrumb.scss

Download this file

57 lines (47 with data), 864 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
.breadcrumb_bg {
@include background("../img/breadcrumb.png");
background-size: inherit;
}
.breadcrumb_part {
position: relative;
z-index: 1;
height: 400px;
.breadcrumb_iner {
height: 400px;
width: 100%;
display: table;
.breadcrumb_iner_item {
display: table-cell;
vertical-align: middle;
h2 {
color: $white_color;
font-size: 100px;
font-weight: 700;
text-transform: capitalize;
text-align: center;
@media #{$small_mobile} {
font-size: 35px;
}
@media #{$large_mobile} {
font-size: 35px;
}
@media #{$tab_device} {
font-size: 40px;
}
@media #{$medium_device} {}
}
p {
font-size: 15px;
color: $white_color;
text-transform: capitalize;
}
span {
margin: 0px 5px;
font-size: 12px;
}
}
}
}
.breadcrumb {
margin-bottom: 0px !important;
}