-
Notifications
You must be signed in to change notification settings - Fork 0
/
_screen-md-min.scss
54 lines (48 loc) · 977 Bytes
/
_screen-md-min.scss
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
/*
*
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
*
*
* Provisional GC Subway map menu
*/
.provisional {
/*** GC subway desktop styles ***/
&.gc-subway-cra {
border-right: 0px;
border-top: 0px;
display: none;
margin-top: 25px;
padding-left: 15px;
&.no-blink {
display: block;
}
.gc-subway-cra-menu-nav {
float: right;
width: 33.33%;
}
ul li:last-child {
border-bottom: 0px;
border-left: 4px solid transparent;
}
}
/* Double H1 */
&.gc-subway-cra-section {
padding-right: 15px;
width: 66.66%;
h1, .gc-subway-cra-h1 {
margin-top: 0px;
}
.gc-subway-cra-h1 {
font-family: Lato, sans-serif;
font-weight: inherit;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 0px !important;
padding-left: 0px;
}
}
}
.wb-disable .provisional.gc-subway-cra {
display: block;
}