ciyidogan commited on
Commit
b0ce001
·
verified ·
1 Parent(s): 33dedfd

Update flare-ui/src/app/components/test/test.component.scss

Browse files
flare-ui/src/app/components/test/test.component.scss CHANGED
@@ -7,6 +7,7 @@
7
  display: flex;
8
  gap: 12px;
9
  margin-bottom: 24px;
 
10
 
11
  button {
12
  mat-icon {
@@ -16,14 +17,11 @@
16
  }
17
 
18
  .test-categories {
19
- background: white;
20
- border: 1px solid #e0e0e0;
21
- border-radius: 4px;
22
- padding: 16px;
23
  margin-bottom: 24px;
 
24
 
25
  > mat-checkbox {
26
- margin-bottom: 16px;
27
  display: block;
28
  }
29
 
@@ -32,14 +30,17 @@
32
  margin-bottom: 8px;
33
 
34
  mat-checkbox {
35
- margin-right: 8px;
36
  }
37
 
38
  .category-status {
 
 
39
  mat-chip {
40
  font-size: 11px;
41
  min-height: 20px;
42
  padding: 2px 8px;
 
43
 
44
  &.success-chip {
45
  background-color: #e8f5e9;
@@ -62,6 +63,7 @@
62
  .test-duration {
63
  color: #666;
64
  font-size: 12px;
 
65
  }
66
 
67
  .test-details {
 
7
  display: flex;
8
  gap: 12px;
9
  margin-bottom: 24px;
10
+ flex-wrap: wrap; // responsive için
11
 
12
  button {
13
  mat-icon {
 
17
  }
18
 
19
  .test-categories {
 
 
 
 
20
  margin-bottom: 24px;
21
+ padding: 20px; // padding artırıldı
22
 
23
  > mat-checkbox {
24
+ margin-bottom: 20px; // 16px'den 20px'e
25
  display: block;
26
  }
27
 
 
30
  margin-bottom: 8px;
31
 
32
  mat-checkbox {
33
+ margin-right: 12px; // 8px'den 12px'e
34
  }
35
 
36
  .category-status {
37
+ margin-right: 16px; // sağ taraf için boşluk
38
+
39
  mat-chip {
40
  font-size: 11px;
41
  min-height: 20px;
42
  padding: 2px 8px;
43
+ margin: 0 2px;
44
 
45
  &.success-chip {
46
  background-color: #e8f5e9;
 
63
  .test-duration {
64
  color: #666;
65
  font-size: 12px;
66
+ margin-left: 8px; // sol boşluk eklendi
67
  }
68
 
69
  .test-details {