PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.3
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.3
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / legacy / admin / css / wpvr-license-notice.css

wpvr-license-notice.css in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 9.1.3, at legacy/admin/css/wpvr-license-notice.css

136 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpvr-license-fallback-notice.notice {
2 position: relative;
3 display: flex;
4 align-items: flex-start;
5 box-sizing: border-box;
6 margin-top: 10px;
7 padding-inline: 16px 16px;
8 border: 1px solid #ffbdbd;
9 border-radius: 5px;
10 background: #fff;
11 color: #333;
12 box-shadow: none;
13 }
14
15 .wpvr-license-fallback-notice__icon {
16 display: block;
17 width: 20px;
18 height: 19px;
19 flex: 0 0 20px;
20 margin-right: 16px;
21 margin-top: 5px;
22 }
23
24 .wpvr-license-fallback-notice__content {
25 min-width: 0;
26 flex: 1 1 auto;
27 }
28
29 .wpvr-license-fallback-notice.notice p.wpvr-license-fallback-notice__title,
30 .wpvr-license-fallback-notice.notice p.wpvr-license-fallback-notice__subtitle {
31 margin: 4px !important;
32 padding: 0 !important;
33 color: #333;
34 line-height: normal !important;
35 }
36
37 .wpvr-license-fallback-notice__title {
38 font-size: 16px;
39 font-weight: 600;
40 }
41
42 .wpvr-license-fallback-notice__subtitle {
43 font-size: 14px;
44 font-weight: 400;
45 }
46
47 .wpvr-license-fallback-notice__action {
48 display: inline-flex;
49 flex: 0 0 auto;
50 align-self: center;
51 align-items: center;
52 justify-content: center;
53 gap: 8px;
54 height: 38px;
55 margin-left: 24px;
56 padding: 8px 16px;
57 border: 0;
58 border-radius: 8px;
59 background: #216df0;
60 color: #fff !important;
61 text-decoration: none !important;
62 box-sizing: border-box;
63 font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
64 font-size: 14px;
65 font-weight: 500;
66 line-height: 20px;
67 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
68 transition:
69 background-color 0.15s ease-in-out,
70 box-shadow 0.15s ease-in-out,
71 transform 0.08s ease-in-out;
72 }
73
74 .wpvr-license-fallback-notice__action-icon {
75 width: 16.5px;
76 height: 14px;
77 font-size: 14px;
78 line-height: 14px;
79 }
80
81 .wpvr-license-fallback-notice__action:hover {
82 background: #195dcc;
83 color: #fff !important;
84 box-shadow: 0 2px 5px rgba(33, 109, 240, 0.28);
85 }
86
87 .wpvr-license-fallback-notice__action:focus,
88 .wpvr-license-fallback-notice__action:focus-visible {
89 outline: none;
90 border-radius: 8px !important;
91 box-shadow:
92 0 0 0 3px rgba(33, 109, 240, 0.28),
93 0 2px 5px rgba(33, 109, 240, 0.2);
94 }
95
96 .wpvr-license-fallback-notice__action:active {
97 background: #124aa8;
98 color: #fff !important;
99 box-shadow: 0 1px 2px rgba(18, 74, 168, 0.32);
100 transform: translateY(1px);
101 }
102
103 .wpvr-license-fallback-notice .notice-dismiss {
104 top: 50%;
105 right: 8px;
106 transform: translateY(-50%);
107 }
108
109 @media screen and (max-width: 782px) {
110 .wpvr-license-fallback-notice.notice {
111 align-items: flex-start;
112 flex-wrap: wrap;
113 margin-right: 10px;
114 }
115
116 .wpvr-license-fallback-notice__action {
117 align-self: flex-start;
118 width: 166px;
119 margin-top: 12px;
120 margin-left: 36px;
121 }
122 }
123
124 .wpvr-license-fallback-notice.notice.wpvr-license-fallback-notice--single-line {
125 align-items: center;
126 }
127
128 .wpvr-license-fallback-notice--single-line .wpvr-license-fallback-notice__icon {
129 margin-top: 0;
130 }
131
132 .wpvr-license-fallback-notice--single-line .wpvr-license-fallback-notice__action {
133 align-self: center;
134 margin-top: 0;
135 }
136