1
1
.custom-table .p-datatable-table {
2
- border : 1 px solid # ccc ;
2
+ border : 0.0625 rem solid # ccc ;
3
3
}
4
4
5
5
.custom-table .p-datatable-thead > tr > th ,
6
6
.custom-table .p-datatable-tbody > tr > td {
7
- border : 1 px solid # ccc ;
7
+ border : 0.0625 rem solid # ccc ;
8
8
}
9
9
10
10
.icon-box {
11
11
display : flex;
12
12
align-items : center;
13
13
margin-left : auto;
14
14
}
15
+
15
16
.icon-box-toggle {
16
17
display : flex;
17
18
align-items : center;
18
- border : 1px solid # 575757 ;
19
- /* padding: 10px; */
19
+ border : 0.0625rem solid # 575757 ;
20
20
margin-left : auto;
21
21
border-radius : 15% ;
22
- /* Push the icons to the right */
23
22
}
24
23
25
-
26
24
.icon-box i {
27
- font-size : 5 rem ;
25
+ font-size : 5.2 rem ;
28
26
color : # b5b5b5 ;
29
- margin : 3 px ;
27
+ margin : 0.1875 rem ;
30
28
cursor : pointer;
31
29
}
32
30
36
34
}
37
35
38
36
.icon-box .bordered-icon {
39
- padding : 3 px ;
37
+ padding : 0.1875 rem ;
40
38
}
41
39
42
40
.icon-box .highlighted {
43
41
background-color : # 3b3b3b ;
44
- /* Highlight background color */
45
- border-radius : 4px ;
46
-
47
- /* Optional: rounded corners */
42
+ border-radius : 0.25rem ;
48
43
}
49
44
50
45
.bordered-icon .highlighted i {
62
57
justify-content : space-between;
63
58
align-items : center;
64
59
width : 100% ;
65
- /* Ensure it takes full width */
66
60
}
67
61
68
62
.status-info p {
69
- margin : 0 10px ;
70
- font-size : large;
71
- /* Space between status texts */
63
+ margin : 0 0.625rem ;
64
+ font-size : 1.1rem ;
72
65
}
66
+
73
67
.spinner-container {
74
68
display : flex;
75
69
justify-content : center;
76
70
align-items : center;
77
71
height : 100vh ;
78
- /* This makes the container full height of the viewport */
79
72
width : 100vw ;
80
- /* This makes the container full width of the viewport */
81
73
position : fixed;
82
- /* This positions the container relative to the viewport */
83
74
top : 0 ;
84
75
left : 0 ;
85
76
}
86
77
87
-
88
78
.p-progress-spinner-circle {
89
- /* fix for IE browsers */
90
79
stroke : # d62d20 ;
91
80
stroke-dasharray : 89 , 200 ;
92
81
}
93
82
94
-
95
83
.error-container {
96
84
display : flex;
97
85
flex-direction : column;
98
86
justify-content : center;
99
- gap : 10 px ;
87
+ gap : 0.625 rem ;
100
88
align-items : center;
101
89
width : 100vw ;
102
- position : fixed;
90
+ position : fixed;
103
91
top : 5% ;
104
- left : 0 ;
92
+ left : 0 ;
105
93
}
106
94
107
95
.error-message {
108
96
color : # ff4d4f ;
109
- font-size : 16 px ;
97
+ font-size : 1 rem ;
110
98
text-align : center;
111
99
}
112
100
113
101
.html-content-container {
114
102
width : 100% ;
115
103
height : 100% ;
116
104
overflow : auto;
117
- /* Adjust as needed */
118
105
}
106
+
119
107
.meta-icon-section {
120
108
display : flex;
121
109
justify-content : space-between;
122
110
align-items : center;
123
- margin : 10 px 0 ;
111
+ margin : 0.625 rem 0 ;
124
112
}
0 commit comments