Spaces:
Running
Running
Update flare-ui/src/app/components/projects/projects.component.scss
Browse files
flare-ui/src/app/components/projects/projects.component.scss
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
.projects-container {
|
2 |
-
height: 100%;
|
3 |
-
display: flex;
|
4 |
-
flex-direction: column;
|
5 |
-
|
6 |
.toolbar {
|
7 |
display: flex;
|
8 |
justify-content: space-between;
|
@@ -21,6 +17,7 @@
|
|
21 |
display: flex;
|
22 |
gap: 16px;
|
23 |
align-items: center;
|
|
|
24 |
|
25 |
.search-field {
|
26 |
width: 300px;
|
@@ -101,19 +98,6 @@
|
|
101 |
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
|
102 |
}
|
103 |
|
104 |
-
&.disabled {
|
105 |
-
opacity: 0.7;
|
106 |
-
|
107 |
-
.project-icon {
|
108 |
-
background-color: #999 !important;
|
109 |
-
}
|
110 |
-
}
|
111 |
-
|
112 |
-
&.deleted {
|
113 |
-
opacity: 0.5;
|
114 |
-
background-color: #fafafa;
|
115 |
-
}
|
116 |
-
|
117 |
.project-icon {
|
118 |
background-color: #3f51b5;
|
119 |
color: white;
|
@@ -122,6 +106,7 @@
|
|
122 |
justify-content: center;
|
123 |
width: 40px;
|
124 |
height: 40px;
|
|
|
125 |
|
126 |
mat-icon {
|
127 |
font-size: 24px;
|
@@ -146,9 +131,13 @@
|
|
146 |
display: flex;
|
147 |
align-items: center;
|
148 |
gap: 8px;
|
149 |
-
margin-bottom: 8px
|
150 |
color: #666;
|
151 |
|
|
|
|
|
|
|
|
|
152 |
mat-icon {
|
153 |
font-size: 18px;
|
154 |
width: 18px;
|
@@ -163,11 +152,12 @@
|
|
163 |
}
|
164 |
|
165 |
mat-card-actions {
|
166 |
-
padding:
|
167 |
display: flex;
|
168 |
justify-content: space-between;
|
169 |
flex-wrap: wrap;
|
170 |
gap: 8px;
|
|
|
171 |
|
172 |
button {
|
173 |
&:last-child {
|
|
|
1 |
.projects-container {
|
|
|
|
|
|
|
|
|
2 |
.toolbar {
|
3 |
display: flex;
|
4 |
justify-content: space-between;
|
|
|
17 |
display: flex;
|
18 |
gap: 16px;
|
19 |
align-items: center;
|
20 |
+
flex-wrap: wrap;
|
21 |
|
22 |
.search-field {
|
23 |
width: 300px;
|
|
|
98 |
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
|
99 |
}
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
.project-icon {
|
102 |
background-color: #3f51b5;
|
103 |
color: white;
|
|
|
106 |
justify-content: center;
|
107 |
width: 40px;
|
108 |
height: 40px;
|
109 |
+
border-radius: 50%;
|
110 |
|
111 |
mat-icon {
|
112 |
font-size: 24px;
|
|
|
131 |
display: flex;
|
132 |
align-items: center;
|
133 |
gap: 8px;
|
134 |
+
margin-bottom: 12px; // 8px'den 12px'e çıkardım
|
135 |
color: #666;
|
136 |
|
137 |
+
&:last-child {
|
138 |
+
margin-bottom: 0;
|
139 |
+
}
|
140 |
+
|
141 |
mat-icon {
|
142 |
font-size: 18px;
|
143 |
width: 18px;
|
|
|
152 |
}
|
153 |
|
154 |
mat-card-actions {
|
155 |
+
padding: 12px 16px; // padding artırıldı
|
156 |
display: flex;
|
157 |
justify-content: space-between;
|
158 |
flex-wrap: wrap;
|
159 |
gap: 8px;
|
160 |
+
border-top: 1px solid #e0e0e0; // üst border eklendi
|
161 |
|
162 |
button {
|
163 |
&:last-child {
|