PluginProbe
WP-Stateless – Google Cloud Storage / 2.2.7
WP-Stateless – Google Cloud Storage v2.2.7
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
wp-stateless / static / styles / error-notice.css

error-notice.css in WP-Stateless – Google Cloud Storage 2.2.7, at static/styles/error-notice.css

112 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .stateless-admin-notice.error, .stateless-admin-notice.notice {
2 position: relative;
3 display: block;
4 background-image: url('../images/stateless.svg');
5 background-repeat: no-repeat;
6 background-size: 40px 40px;
7 background-position: 15px center;
8 padding: 15px 38px 15px 60px;
9 border-left-color: #FC5922 !important;
10
11 }
12
13 .stateless-admin-notice .icon {
14 float: left;
15 width: 30px;
16 height: 30px;
17 }
18
19 .stateless-admin-notice .description {
20 margin-top: 7px;
21 }
22
23 .stateless-admin-notice .description ul{
24 margin: 0px;
25 }
26
27 .stateless-admin-notice ul {
28 margin: 0.5em 0;
29 }
30
31 .stateless-admin-notice .inner-contaner {
32 float: left;
33 }
34
35 .stateless-admin-notice .title {
36 font-weight: bold;
37 }
38
39 .stateless-admin-notice a {
40 text-decoration: underline;
41 }
42
43
44 .stateless-admin-notice a.notice-dismiss.dismiss,
45 .stateless-admin-notice a.button-action {
46 text-decoration: none !important;
47 }
48
49 .stateless-admin-notice a.button-action {
50 right: 40px;
51 }
52
53
54 /**
55 Responisve Design:
56 */
57
58 /* Extra small devices (phones, 600px and down) */
59 @media only screen and (max-width: 600px) {
60
61 }
62
63 /* Small devices (portrait tablets and large phones, 600px and up) */
64 @media only screen and (min-width: 600px) {
65
66 }
67
68 /* Medium devices (landscape tablets, 768px and up) */
69 @media only screen and (min-width: 768px) {
70
71 }
72
73 /* Large devices (laptops/desktops, 992px and up) */
74 @media only screen and (max-width: 992px) {
75 .stateless-admin-notice .description {
76 margin-top: 15px;
77 }
78
79 .stateless-admin-notice a.notice-dismiss.dismiss,
80 .stateless-admin-notice a.button-action {
81 margin-top: 12px;
82 }
83 }
84
85 /* Large devices (laptops/desktops, 992px and up) */
86 @media only screen and (min-width: 992px) {
87 .stateless-admin-notice.error, .stateless-admin-notice.notice {
88 background-position: 10px center;
89 padding: 15px 193px 15px 60px;
90 }
91
92 .stateless-admin-notice a.notice-dismiss.dismiss,
93 .stateless-admin-notice a.button-action {
94 position: absolute;
95 top: 50%;
96 transform: translateY(-50%);
97 }
98
99 .stateless-admin-notice a.notice-dismiss.dismiss:focus{
100 box-shadow: none;
101 }
102
103 .stateless-admin-notice a.notice-dismiss.dismiss:active,
104 .stateless-admin-notice a.button-action:active {
105 transform: translateY(-48%) !important;
106 }
107 }
108
109 /* Extra large devices (large laptops and desktops, 1200px and up) */
110 @media only screen and (min-width: 1200px) {
111
112 }