members-space.css 5.68 KB
Newer Older
1 2 3 4 5 6 7 8
body {
    margin: 0;
}

.page_title {
    margin: 35px 0 30px 0;
}

Félicie committed
9 10 11 12 13 14
@media screen and (max-width: 435px) {
    .page_title {
    margin: 4vw 0 3vw 0;
    }
}

15 16
/* -- Tiles */

17 18 19 20 21
.tiles_container {
    display: flex;
    flex-wrap: wrap;
}

Damien Moulard committed
22
@media screen and (max-width: 992px) {
23 24 25 26 27
    .tiles_container {
        flex-direction: column;
    }
}

28 29 30 31 32 33 34 35 36
.tile {
    flex: 1 0 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    margin: 1rem 1rem;
    box-shadow: 2px 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
}
37 38 39 40 41 42
.high_tile {
    min-height: 350px;
}
.small_tile {
    min-height: 250px;
}
43

44 45 46 47 48
.full_width_tile {
    flex: 1 0 90%;
    min-height: 100px;
}

49 50 51 52 53
.tile_title {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e7e9ed;
54
    font-size: 2.4rem;
55 56 57 58 59
    padding: 2rem 0;
    width: 80%;
}

.tile_content {
60
    position: relative;
61 62 63
    margin: 3rem 0;
    width: 80%;
    display: flex;
64
    height: 100%;
65 66
}

67
#home_tile_services_exchange .tile_content {
Etienne Freiss committed
68 69 70 71 72
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
73 74
}

75 76 77

/* -- My Shifts tile */

78
#home_tile_my_services .tile_content {
79 80
    height: 100%;
    flex-direction: column;
81 82 83 84 85 86 87
    margin: auto;
    padding: 2rem 0;
}
@media screen and (min-width: 769px) {
    #home_tile_my_services .tile_content {
        width: 50%;
    }
88 89
}

90 91 92 93
#comite_my_shifs_message {
    min-width: 20em;
}

94 95 96 97 98 99 100 101 102 103 104 105 106 107
#home_incoming_services {
    min-height: 80px;
    display: flex;
    flex-direction: column;
}

.shift_line {
    margin-left: 15px;
    line-height: 2;
}

.shift_line_chevron {
    color: #D9534F;
    margin-right: 5px;
108 109
}

Damien Moulard committed
110 111 112 113 114 115 116
#go_to_shift_history_area {
    width: 100%;
    display: flex;
    justify-content: center;
}

#home_go_to_shift_history {
117
    width: 100%;
Damien Moulard committed
118 119 120 121 122 123 124 125
    margin-top: 30px;
}

/* -- My Info tile */

#home_tile_my_info {
    position: relative;
}
126

127 128 129 130
#home_tile_my_info .tile_content {
    margin: 2rem 0;
}

131 132 133 134 135 136 137 138 139
.tile_icon {
    margin-right: 15px;
    color: #00a573;
}

#home_tile_my_info .tile_content {
    height: 100%;
    flex-direction: column;
    align-items: center;
140
    font-size: 1.6rem;
141 142
}

143
@media screen and (max-width: 576px) {
Damien Moulard committed
144
    #home_tile_my_info .tile_content {
145
        font-size: 1.4rem !important;
Damien Moulard committed
146 147 148
    }
}

149
#home .member_info {
150 151 152
    font-weight: bold;
}

153 154 155 156
.member_status_text_container {
    margin-bottom: 5px;
}

Damien Moulard committed
157
#member_status_action {
Félicie committed
158
    display: flex;
159 160
    margin-bottom: 20px;
}
Damien Moulard committed
161
@media screen and (max-width: 992px) {
162
    #member_status_action {
Damien Moulard committed
163
        margin-top: 5px;
164 165
        margin-bottom: 10px;
    }
166
}
167

Damien Moulard committed
168
.choose_makeups {
169
    display: none;
Damien Moulard committed
170
    font-size: 1.5rem;
171
}
172

173 174 175 176 177
.remove_future_registration {
    display: none;
    white-space: normal;
}

Damien Moulard committed
178
.unsuscribed_form_link {
179 180
    display: none;
    text-decoration: none;
Damien Moulard committed
181
    font-size: 1.7rem;
Félicie committed
182
    word-break: normal;
183
}
Félicie committed
184

Damien Moulard committed
185 186 187
.unsuscribed_form_link:hover {
    text-decoration: none;

188 189
}

Félicie committed
190 191 192 193 194 195 196
@media (max-width: 435px) {
    .unsuscribed_form_link {
        font-size:  90%;
        line-height:  7vw;
    }
}

197 198 199 200 201 202 203 204 205 206 207 208 209
.member_status_up_to_date,
.member_status_exempted {
    color: #5cb85c;
}
.member_status_alert,
.member_status_delay {
    color: #f0ad4e;
}
.member_status_suspended,
.member_status_unsubscribed {
    color: #d9534f;
}

Damien Moulard committed
210 211
.member_shift_name_area,
.member_coop_number_area {
212 213 214
    margin-bottom: 10px;
}

Damien Moulard committed
215 216 217 218 219
.member_associated_partner_area {
    line-height: 1.3;
}

@media screen and (max-width: 992px) {
220
    .member_associated_partner_area {
221 222 223 224
        display: flex;
        flex-direction: column;
        align-items: center;
    }
225 226
}

Damien Moulard committed
227
.delay_date_stop_container {
228 229 230 231
    color: #f0ad4e;
    margin-top: -1rem;
    margin-bottom: 1rem;
    display: none;
Damien Moulard committed
232 233 234
}

#see_more_info {
235
    white-space: normal;
Damien Moulard committed
236
}
237

Damien Moulard committed
238
#see_more_info_link {
239
    width: 100%;
Damien Moulard committed
240 241 242 243
}

/* --Shifts exchange tile tile */

244
.home_link_button_area {
Damien Moulard committed
245 246 247
    width: 100%;
    display: flex;
    justify-content: center;
248
    height: 100%;
Damien Moulard committed
249 250
}

251
.home_link_button {
Damien Moulard committed
252
    width: 80%;
253
    margin: 30px auto auto auto;
Damien Moulard committed
254
    white-space: normal;
255 256
}

257 258 259 260 261 262 263 264 265 266 267 268
/* -- I have a question tile */

#go_to_forms {
    text-decoration: none;
}
#go_to_forms:hover {
    color: white;
}
#go_to_forms.active {
    color: white !important;
}

269 270 271 272 273 274 275
/* -- Shop info tile */
#shop_info_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
276
    margin: auto;
277 278 279 280 281 282 283 284 285
}

.shop_info_item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
286
    flex: 1 0 50%;
287 288 289 290 291 292 293 294 295 296 297 298
}

.shop_info_item h1,h2,h3,h4,h5,h6 {
    font-size: 2rem;
}

.opening_hours_title {
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: bold;
}

299 300 301 302
.shop_message_content {
    text-align: center;
}

303 304 305 306 307 308
@media screen and (min-width: 769px) {
    .shop_info_item {
        padding: 0 4rem;
    }
    .shop_message {
        border-left: 1px solid #e7e9ed;
309
        margin: 3rem 0;
310 311 312
    }
}

Damien Moulard committed
313
@media screen and (max-width: 992px) {
314 315 316
    #shop_info_content {
        flex-direction: column;
    }
317
    .shop_info_item {
318 319
        flex: 1 0 50%;
        width: 100%;
320 321 322 323 324 325 326 327 328 329 330 331
        font-size: 1.6rem;
        padding: 1.5rem 0;
    }
    .shop_info_item h1,h2,h3,h4,h5,h6 {
        font-size: 1.6rem;
    }
    .opening_hours_title {
        font-size: 1.9rem;
    }
    .shop_message {
        border-top: 1px solid #e7e9ed;
    }
332 333 334
    .shop_message_content {
        width: 90%;
    }
Félicie committed
335 336
}

337 338
/* - No content page */

Félicie committed
339
.message_error {
340 341
    padding: 7vw;
    font-size: 1.8rem;
342 343 344 345
}

.no_content_title {
    margin-bottom: 1.5rem;
Félicie committed
346
}
Félicie committed
347 348 349 350 351 352 353 354 355 356

/* - block_actions_for_attached_people is true or false */

.attached-blocked {
    display: none;
}

.attached-unblocked {
    display: none;
}
Félicie committed
357 358 359 360 361 362 363 364

.block_service_exchange {
    display: none;
}

.free_service_exchange {
    display: none;
}