PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.3.1
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.3.1
5.6.8 5.6.7 5.6.6 5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.1.91 5.1.92 5.1.93 5.1.94 5.2.0 5.2.1 5.2.10 5.2.11 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.2 5.4.0 5.4.1
latepoint / lib / kit / astra-notices / notices.css
latepoint / lib / kit / astra-notices Last commit date
class-astra-notices.php 4 months ago notices.css 4 months ago notices.js 4 months ago
notices.css
39 lines
1 .astra-review-notice-container {
2 display: flex;
3 align-items: center;
4 padding-top: 10px;
5 }
6
7 .astra-review-notice-container .dashicons {
8 font-size: 1.4em;
9 padding-left: 10px;
10 }
11
12 .astra-review-notice-container a {
13 padding-left: 5px;
14 text-decoration: none;
15 }
16
17 .astra-review-notice-container .dashicons:first-child {
18 padding-left: 0;
19 }
20
21 .astra-notice-container .notice-image img {
22 max-width: 90px;
23 }
24
25 .astra-notice-container .notice-content .notice-heading {
26 padding-bottom: 5px;
27 }
28
29 .astra-notice-container .notice-content {
30 margin-left: 15px;
31 }
32
33 .astra-notice-container {
34 padding-top: 10px;
35 padding-bottom: 10px;
36 display: flex;
37 justify-content: left;
38 align-items: center;
39 }