Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / eu_cookie_compliance / css / eu_cookie_compliance.bare.css
1 .sliding-popup-bottom,
2 .sliding-popup-top {
3   z-index: 99999;
4   text-align: center;
5 }
6
7 .sliding-popup-bottom {
8   position: fixed;
9 }
10
11 .sliding-popup-top {
12   position: relative;
13 }
14
15 .eu-cookie-compliance-content {
16   margin: 0 auto;
17   max-width: 80%;
18   display: inline-block;
19   text-align: left;
20   width: 100%;
21 }
22
23 .eu-cookie-compliance-buttons {
24   float: right; /* LTR */
25   max-width: 40%;
26 }
27
28 [dir="rtl"] .eu-cookie-compliance-buttons {
29   float: left;
30 }
31
32 .eu-cookie-compliance-default-button,
33 .eu-cookie-compliance-secondary-button,
34 .eu-cookie-compliance-more-button,
35 .eu-cookie-compliance-hide-button,
36 .eu-cookie-withdraw-tab {
37   cursor: pointer;
38 }
39
40 .eu-cookie-compliance-message {
41   float: left; /* LTR */
42   max-width: 60%;
43 }
44
45 .eu-cookie-withdraw-wrapper.sliding-popup-top,
46 .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
47   transform: scaleY(-1);
48 }
49
50 .eu-cookie-withdraw-tab {
51   position: absolute;
52   top: 0;
53   transform: translate(-50%, -100%);
54   left: 50%;
55 }
56
57 .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
58   transform: translate(-50%, -100%) scaleY(-1);
59 }
60
61 [dir="rtl"] .eu-cookie-compliance-message {
62   float: right;
63   text-align: right;
64 }
65
66 @media screen and (max-width: 600px) {
67   .eu-cookie-compliance-content {
68     max-width: 95%;
69   }
70
71   .eu-cookie-compliance-message {
72     max-width: 100%;
73   }
74
75   .eu-cookie-compliance-buttons {
76     clear: both;
77     float: none;
78     max-width: 100%;
79   }
80 }