ciyidogan commited on
Commit
e5b5cab
·
verified ·
1 Parent(s): ea12d2f

Delete flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.scss

Browse files
flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.scss DELETED
@@ -1,48 +0,0 @@
1
- mat-dialog-content {
2
- padding: 24px;
3
- min-width: 400px;
4
-
5
- .full-width {
6
- width: 100%;
7
- margin-bottom: 16px;
8
- }
9
-
10
- .metadata {
11
- margin-top: 24px;
12
- padding: 16px;
13
- background-color: #f5f5f5;
14
- border-radius: 4px;
15
-
16
- .metadata-item {
17
- display: flex;
18
- align-items: center;
19
- gap: 8px;
20
- margin-bottom: 8px;
21
-
22
- &:last-child {
23
- margin-bottom: 0;
24
- }
25
-
26
- mat-icon {
27
- color: #666;
28
- font-size: 20px;
29
- width: 20px;
30
- height: 20px;
31
- }
32
-
33
- span {
34
- color: #666;
35
- font-size: 14px;
36
-
37
- strong {
38
- color: #333;
39
- }
40
- }
41
- }
42
- }
43
- }
44
-
45
- mat-dialog-actions {
46
- padding: 16px 24px;
47
- margin: 0;
48
- }