-
Notifications
You must be signed in to change notification settings - Fork 0
/
rectangle-73.css
112 lines (112 loc) · 1.91 KB
/
rectangle-73.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.property-1default-child {
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: var(--br-base);
background-color: var(--color-pink-100);
}
.property-1default {
position: absolute;
top: 20px;
left: 20px;
width: 402px;
height: 37px;
}
.property-1variant2-child {
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: var(--br-base);
background-color: var(--color-aliceblue-200);
}
.div3 {
position: absolute;
height: 62.16%;
width: 7.96%;
top: 18.92%;
left: 3.98%;
display: inline-block;
}
.property-1variant2 {
position: absolute;
top: 77px;
left: 20px;
width: 402px;
height: 37px;
}
.property-1variant2,
.the-value1 {
color: var(--color-black);
}
.the-value {
position: absolute;
height: 62.16%;
width: 38.56%;
top: 18.92%;
left: 3.98%;
display: inline-block;
}
.name1,
.property-1variant4,
.property-1variant5,
.property-1variant6 {
position: absolute;
top: 191px;
left: 20px;
width: 402px;
height: 37px;
}
.name1,
.property-1variant5,
.property-1variant6 {
top: 248px;
}
.name1,
.property-1variant6 {
top: 305px;
}
.name1 {
height: 91.89%;
width: 19.15%;
top: 100%;
left: -1.24%;
font-size: var(--font-size-xs);
color: var(--color-red);
display: inline-block;
}
.property-1variant3,
.property-1variant7 {
position: absolute;
left: 20px;
width: 402px;
height: 37px;
}
.property-1variant7 {
top: 362px;
border: 1px solid var(--color-red);
box-sizing: border-box;
}
.property-1variant3 {
top: 134px;
}
.property-1default-parent {
width: 100%;
position: relative;
border-radius: var(--br-8xs);
border: 1px dashed var(--color-blueviolet);
box-sizing: border-box;
height: 419px;
overflow: hidden;
text-align: center;
font-size: var(--font-size-xl);
color: var(--color-gray-100);
font-family: var(--font-donegal-one);
}