File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ .profile-table-container {
2
+ display : flex;
3
+ justify-content : space-between;
4
+ }
5
+
6
+ .profile-table {
7
+ border-collapse : collapse;
8
+ width : 30% ; /* Adjust the width as needed */
9
+ }
10
+
11
+ .profile-table th {
12
+ padding : 10px ;
13
+ }
14
+
15
+ .profile-row {
16
+ border-bottom : 1px solid # ccc ;
17
+ padding-bottom : 10px ;
18
+ margin-bottom : 10px ;
19
+ }
20
+
21
+ .profile-table tbody tr : nth-child (odd) {
22
+ background-color : # f8f8f8 ;
23
+ }
24
+
25
+ .profile-table tbody tr : hover {
26
+ background-color : # f0f0f0 ;
27
+ }
Original file line number Diff line number Diff line change
1
+ .reserved-rockets {
2
+ margin : 0 ;
3
+ padding : 0 ;
4
+ display : flex;
5
+ flex-direction : column;
6
+ align-items : flex-start;
7
+ }
8
+
9
+ .reserved-rocket {
10
+ padding : 3% 5% ;
11
+ border : 1px solid;
12
+ width : 100% ;
13
+ }
You can’t perform that action at this time.
0 commit comments