PluginProbe
Yatra – Travel Booking & Tour Operator Software / trunk
Yatra – Travel Booking & Tour Operator Software vtrunk
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / assets / admin / css / notices.css

notices.css in Yatra – Travel Booking & Tour Operator Software trunk, at assets/admin/css/notices.css

219 lines 4.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .yatra-notice-card.notice {
2 border: 1px solid #e5e7eb;
3 border-left-width: 4px;
4 border-radius: 10px;
5 padding: 0;
6 overflow: hidden;
7 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
8 }
9
10 .yatra-notice-card .notice-dismiss {
11 top: 10px;
12 right: 10px;
13 }
14
15 .yatra-notice-card__wrap {
16 padding: 14px 16px;
17 }
18
19 .yatra-notice-card__row {
20 display: flex;
21 gap: 14px;
22 align-items: flex-start;
23 justify-content: space-between;
24 }
25
26 .yatra-notice-card__left {
27 display: flex;
28 gap: 12px;
29 align-items: flex-start;
30 min-width: 0;
31 }
32
33 .yatra-notice-card__icon {
34 width: 28px;
35 height: 28px;
36 border-radius: 8px;
37 display: inline-flex;
38 align-items: center;
39 justify-content: center;
40 flex: 0 0 auto;
41 }
42
43 .yatra-notice-card__title {
44 font-weight: 700;
45 margin: 0;
46 color: #111827;
47 line-height: 1.2;
48 }
49
50 .yatra-notice-card__meta {
51 display: flex;
52 align-items: center;
53 gap: 10px;
54 }
55
56 .yatra-notice-card__badge {
57 font-size: 11px;
58 font-weight: 700;
59 padding: 3px 8px;
60 border-radius: 999px;
61 border: 1px solid rgba(0, 0, 0, 0.08);
62 background: #fff;
63 color: #92400e;
64 }
65
66 .yatra-notice-card__message {
67 margin: 6px 0 0;
68 color: #374151;
69 line-height: 1.45;
70 }
71
72 .yatra-notice-card__actions {
73 display: flex;
74 gap: 10px;
75 align-items: center;
76 flex: 0 0 auto;
77 margin-left: 12px;
78 }
79
80 .yatra-notice-card__cta.button {
81 border-radius: 8px;
82 padding: 6px 12px;
83 font-weight: 700;
84 font-size: 12px;
85 line-height: 1.2;
86 }
87
88 .yatra-notice-card__link {
89 font-size: 13px;
90 color: #6b7280;
91 text-decoration: none;
92 }
93 .yatra-notice-card__link:hover {
94 color: #111827;
95 text-decoration: underline;
96 }
97
98 .yatra-notice-card--review {
99 border-left-color: #2563eb;
100 background: #ffffff;
101 }
102 .yatra-notice-card--review .yatra-notice-card__icon {
103 background: #eff6ff;
104 color: #2563eb;
105 }
106
107 /* Fix CTA alignment for the review notice */
108 .yatra-notice-card--review .yatra-notice-card__row {
109 align-items: center;
110 }
111 .yatra-notice-card--review .yatra-notice-card__actions {
112 align-self: center;
113 }
114 .yatra-notice-card--review .yatra-notice-card__cta.button {
115 display: flex;
116 justify-content: space-around;
117 align-items: center;
118 }
119
120 .yatra-notice-card--buy-pro {
121 border-left-color: #f59e0b;
122 background: #fff;
123 }
124 .yatra-notice-card--buy-pro .yatra-notice-card__icon {
125 background: #fffbeb;
126 color: #b45309;
127 }
128
129 /* Upgrade notice (match screenshot) */
130 .yatra-notice-upgrade {
131 background: #fff7ed;
132 border-color: rgba(251, 146, 60, 0.35);
133 }
134 .yatra-notice-upgrade.yatra-notice-card.notice {
135 border-left-color: #f59e0b;
136 }
137 .yatra-notice-upgrade .yatra-notice-card__wrap {
138 padding: 16px 18px;
139 }
140 .yatra-notice-upgrade .yatra-notice-card__icon {
141 width: 30px;
142 height: 30px;
143 border-radius: 8px;
144 background: rgba(251, 146, 60, 0.18);
145 color: #b45309;
146 }
147 .yatra-notice-upgrade .yatra-notice-card__title {
148 font-size: 14px;
149 }
150 .yatra-notice-upgrade .yatra-notice-card__message {
151 margin-top: 6px;
152 color: #6b7280;
153 }
154 .yatra-notice-upgrade .yatra-notice-upgrade__header {
155 display: flex;
156 align-items: flex-start;
157 justify-content: space-between;
158 gap: 12px;
159 }
160 .yatra-notice-upgrade .yatra-notice-upgrade__right {
161 display: inline-flex;
162 align-items: center;
163 gap: 10px;
164 }
165 .yatra-notice-upgrade .yatra-notice-card__badge {
166 background: #f59e0b;
167 border-color: #f59e0b;
168 color: #fff;
169 text-transform: uppercase;
170 letter-spacing: 0.02em;
171 }
172 .yatra-notice-upgrade__offer {
173 margin-top: 10px;
174 background: rgba(251, 146, 60, 0.16);
175 border-left: 4px solid #f59e0b;
176 padding: 10px 12px;
177 border-radius: 8px;
178 color: #92400e;
179 font-weight: 600;
180 display: flex;
181 align-items: center;
182 gap: 8px;
183 }
184 .yatra-notice-upgrade__offer svg {
185 flex: 0 0 auto;
186 }
187 .yatra-notice-upgrade__footer {
188 margin-top: 12px;
189 display: flex;
190 align-items: center;
191 gap: 14px;
192 }
193 .yatra-notice-upgrade__cta.button {
194 background: #f59e0b;
195 border-color: #f59e0b;
196 color: #fff;
197 border-radius: 8px;
198 padding: 7px 12px;
199 font-weight: 700;
200 font-size: 12px;
201 line-height: 1.2;
202 display: inline-flex;
203 align-items: center;
204 gap: 8px;
205 }
206 .yatra-notice-upgrade__cta.button:hover {
207 background: #d97706;
208 border-color: #d97706;
209 }
210 .yatra-notice-upgrade__later {
211 color: #6b7280;
212 text-decoration: none;
213 }
214 .yatra-notice-upgrade__later:hover {
215 color: #111827;
216 text-decoration: underline;
217 }
218
219