-
Notifications
You must be signed in to change notification settings - Fork 0
/
alps-mod-style.css
73 lines (48 loc) · 1.35 KB
/
alps-mod-style.css
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
.show-until--large { opacity: 0; }
#header > div > div.header__unify-logo-nav > a.logo__link.logo__link--square.theme--primary-background-color
{ /*padding: 0; */
height: auto !important;
}
.logo__link {
margin-bottom: 0 !important;
}
.logo__link--square {
height: auto !important;
width: 22rem !important;
}
.logo__link img {
height: auto !important;
width: 22rem;
max-height: 12rem !important;
}
.footer__desc {
width:100% !important;
justify-content: left !important;
}
body > div > footer > div > div.layout-container > div > div > p:nth-child(3) > img {
max-height:100px;
display: inline-block;
}
.sws-footer-left { width: 20%; text-align:left; }
.sws-footer-right {
line-height: 1.6; color: #d6d1c2; text-align: right; min-width: 80%;
}
.sws-footer-right a { color: white !important; }
#sws-mobile-footer { display: none;}
@media only screen and (max-width: 768px) {
.show-at--large { opacity:0;}
.show-until--large { opacity:1;}
.footer__legal-links { white-space: pre-wrap !important; }
#sws-mobile-footer { display: block; }
.sws-footer-left, #wpadminbar, .sws-footer-right { display: none;}
#sws-mobile-footer #sws-tertiary-menu { background-color: transparent; }
#sws-mobile-footer .dropdown {
left:30vw;
top:0;
}
#sws-mobile-footer .article-nav__search {
position: absolute;
left: 0;
top: -1rem;
}
}