-
Notifications
You must be signed in to change notification settings - Fork 1
/
status.css
42 lines (42 loc) · 876 Bytes
/
status.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.exclusive-price::after
{
position: absolute;
content: 'سعر مميز';
background: rgba(66, 255, 0, 1);
font-family: expofont;
font-weight: 600;
font-size: 12px;
text-align: center;
left: 7.5px;
top: 60px;
padding: 4px 10px;
width: max-content;
}
.free-transfer-fees::after
{
position: absolute;
content: 'رسوم تحويل مجانية';
background: rgba(235, 175, 41, 1);
font-family: expofont;
font-weight: 600;
font-size: 12px;
text-align: center;
left: 7.5px;
top: 80px;
padding: 4px;
width: max-content;
}
.new::before
{
position: absolute;
background: rgba(235, 175, 41, 1);
font-family: expofont;
font-weight: 600;
font-size: 12px;
text-align: center;
left: 7.5px;
top: 28px;
padding-block: 4px;
width: 60px;
content: 'جديد';
}