PluginProbe
WPCasa – Real Estate for WordPress / 1.5.3
WPCasa – Real Estate for WordPress v1.5.3
1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.1.1 trunk 1.2.0 1.2.1 1.2.10 1.2.10.1 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.2.9.1 1.2.9.2 1.3.0 All 31 releases
wpcasa / assets / css / wpsight-admin.css

wpsight-admin.css in WPCasa – Real Estate for WordPress 1.5.3, at assets/css/wpsight-admin.css

155 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Review notice
2 ================================================== */
3 .wpsight-review-notice.notice-info {
4 border-left-color: #43a97b;
5 }
6 .wpsight-review-notice__inner {
7 display: flex;
8 gap: 18px;
9 padding: 14px 54px 14px 18px;
10 }
11
12 .wpsight-review-notice__media {
13 flex: 0 0 auto;
14 }
15
16 .wpsight-review-notice__image {
17 display: block;
18 width: 62px;
19 height: 62px;
20 background: #ffffff;
21 object-fit: cover;
22 margin-top: 5px;
23 }
24
25 .wpsight-review-notice__content {
26 display: flex;
27 flex: 1 1 auto;
28 flex-direction: column;
29 }
30
31 .wpsight-review-notice__text,
32 .wpsight-review-notice__actions {
33 margin: 0;
34 }
35
36 .wpsight-review-notice__text {
37 font-size: 13px;
38 line-height: 1.45;
39 margin-top: 0 !important;
40 }
41
42 .wpsight-review-notice__text a.wpsight-review-notice__stars {
43 color: #f0b849;
44 letter-spacing: 1px;
45 white-space: nowrap;
46 }
47
48 .wpsight-review-notice__actions {
49 display: flex;
50 flex-wrap: wrap;
51 gap: 10px;
52 }
53
54 .wpsight-review-notice__button {
55 display: inline-flex;
56 align-items: center;
57 gap: 6px;
58 min-height: 32px;
59 padding: 0 12px;
60 border: 1px solid #2271b1;
61 border-radius: 2px;
62 background: #ffffff;
63 box-shadow: none;
64 color: #2271b1;
65 font-weight: 500;
66 line-height: 30px;
67 text-decoration: none !important;
68 cursor: pointer;
69 }
70
71 .wpsight-review-notice__button:hover,
72 .wpsight-review-notice__button:focus {
73 border-color: #135e96;
74 background: #f0f6fc;
75 box-shadow: none;
76 }
77
78 .wpsight-review-notice__button-icon {
79 display: inline-block;
80 font-weight: 700;
81 line-height: 1;
82 }
83
84 .wpsight-review-notice__button-icon-star {
85 color: #f0b849;
86 }
87
88 @media (max-width: 782px) {
89 .wpsight-review-notice__inner {
90 padding-right: 44px;
91 }
92 }
93
94 @media (max-width: 600px) {
95 .wpsight-review-notice__inner {
96 gap: 12px;
97 padding: 14px 40px 14px 14px;
98 }
99
100 .wpsight-review-notice__image {
101 width: 52px;
102 height: 52px;
103 }
104 }
105
106 /* Translation notice
107 ================================================== */
108 .wpsight-translation-notice.notice-info,
109 .wpsight-settings-page .wpsight-translation-notice.notice-info {
110 border-left-color: #43a97b;
111 background: #f0fbf8;
112 }
113
114 .wpsight-translation-notice .wpsight-review-notice__actions {
115 margin-top: 10px;
116 }
117
118 .wpsight-translation-notice .wpsight-review-notice__text strong {
119 display: inline-block;
120 margin-bottom: 4px;
121 }
122
123 .wpsight-translation-notice .wpsight-review-notice__button:first-child {
124 border-color: #12ae8f;
125 background: #12ae8f;
126 color: #ffffff;
127 }
128
129 .wpsight-translation-notice .wpsight-review-notice__button:first-child:hover,
130 .wpsight-translation-notice .wpsight-review-notice__button:first-child:focus {
131 border-color: #0f8e75;
132 background: #0f8e75;
133 color: #ffffff;
134 }
135
136 .wpsight-translation-notice__button-icon-translate.dashicons {
137 width: 16px;
138 height: 16px;
139 font-size: 16px;
140 line-height: 1;
141 }
142
143 .wpsight-translation-notice__button-icon-dismiss {
144 display: inline-flex;
145 align-items: center;
146 justify-content: center;
147 width: 14px;
148 height: 14px;
149 border-radius: 2px;
150 background: #d63638;
151 color: #ffffff;
152 font-size: 13px;
153 line-height: 14px;
154 }
155