_search_news.scss
1.87 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.news-search{
margin-top: 0rem !important;
@media only screen and (max-width: 48.875rem) {
margin-top: 1.25rem !important;
}
h1{
font-size: 2.5rem;
line-height: 2.8125rem;
font-weight: bold !important;
margin-bottom: 3.125rem;
}
.breadcrumb{
font-size: 0.75rem;
margin-bottom: 0.25rem;
a{
text-decoration: none;
text-transform: none;
}
span{
margin: 0rem 0.625rem;
}
}
li[data-sf-field-name="_sft_category"] {
display:flex;
flex-direction: column;
h4{
font-size: 1.375rem !important;
line-height: 1.75rem !important;
font-weight: bold !important;
padding-top: 0rem;
margin-top: 0rem;
display: block;
}
label{
font-size: 1rem !important;
list-style: 1.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
padding-left: 0.625rem;
top: -0.5rem;
position: relative;
}
ul{
list-style: none;
padding-left: 0;
margin-left: 0;
display: inline-flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: flex-end;
li{
margin-right: 1.25rem;
}
}
}
h4{
font-size: 1.375rem !important;
line-height: 1.75rem !important;
font-weight: bold !important;
padding-top: 0rem;
margin-top: 0rem;
display: block;
}
}