forked from departement-loire-atlantique/design-system-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aa.less
146 lines (112 loc) · 2.95 KB
/
aa.less
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/* @Name : CUSTOM SHORTCUT
* @Author : Michaël DELORIS
*/
/* CUSTOM SHORTCUT */
.custom-shortcut {
.itemlist-item-detailed {
padding: 40px; /* @Author: Martin Leblet Bloc Home ajustements */
height: 274px;
display: flex;
color: @white-color !important;
background-color: transparent !important;
border-radius: 8px 8px 0 0;
background: linear-gradient(to top, rgba(73, 114, 165, .6), rgba(61, 79, 134, 1));
&.event {
border-radius: 0;
}
.itemlist-item-body {
width: 100%; /* @Author: Martin Leblet Bloc Home ajustements */
overflow:hidden: /* @Author: Martin Leblet Bloc Home ajustements */
.itemlist-item-link {
margin: auto;
padding: 0px !important;
}
.itemlist-item-abstract {
margin: auto;
height: 100%;
width: 100%; /* @Author: Martin Leblet Bloc Home ajustements */
margin-left: 0; /* @Author: Martin Leblet Bloc Home ajustements */
font-size: 18px;
line-height: normal;
/* max-height: 130px; /* @Author: Martin Leblet Bloc Home ajustements */
/* overflow: hidden; */ /* @Author: Martin Leblet Bloc Home ajustements */
.wysiwyg ul {
padding-left:30px;
li::before {
color: @white-color ;
}
li:nth-of-type(4),
li:nth-of-type(5),
li:nth-of-type(6) {
display:none;
}
a {
border-bottom: @white-color 1px solid;
color: @white-color !important;
text-decoration: none;
}
}
}
}
.itemlist-item-text {
height: 30px;
padding-top: 2px;
font-weight: 300;
/* margin-left: 30px;
margin-top: 25px; */ /* @Author: Martin Leblet Bloc Home ajustements */
font-size: 32px !important;
.after-title-chevron {
margin-left: 20px;
font-size: 16px;
}
}
.shortcutEvent-body {
width: 100%;
.viewer-version {
width: 74%;
}
.link-container {
color: inherit;
text-decoration: inherit;
.shortcutEvent-countBlock {
margin: 25px auto 0 auto;
border: solid @white-color 1px;
padding: 15px 20px;
border-radius: 8px;
display: flex;
justify-content: space-evenly ;
.shortcutEvent-countBlock-count {
margin-left: 25%;
font-size: 40px;
font-weight: 500;
}
.shortcutEvent-countBlock-label {
padding-top: 6px;
font-size: 18px;
width: 50%;
max-width: 125px;
font-weight: 400;
line-height: 1.2 ;
}
}
}
}
} /* .itemlist-item-detailed */
.itemlist-item-detailed:last-child {
border-radius: 0 0 8px 8px;
}
} /* .custom-shortcut */
@media (max-width: 1450px) {
.custom-shortcut {
.itemlist-item-detailed {
/* padding-left: 0; */ /* @Author: Martin Leblet Bloc Home ajustements */
}
}
}
@media (max-width: 1200px) {
.custom-shortcut {
.itemlist-item-detailed {
padding: 30px; /* @Author: Martin Leblet Bloc Home ajustements */
}
}
}