ciyidogan commited on
Commit
62266f2
·
verified ·
1 Parent(s): a732f7e

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

Browse files
flare-ui/src/app/components/projects/projects.component.scss CHANGED
@@ -150,6 +150,24 @@
150
  vertical-align: middle;
151
  }
152
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  .action-buttons {
154
  display: flex;
155
  gap: 8px;
 
150
  vertical-align: middle;
151
  }
152
 
153
+ .name-with-icon {
154
+ display: flex;
155
+ align-items: center;
156
+ gap: 8px;
157
+
158
+ .project-table-icon {
159
+ color: #3f51b5;
160
+ font-size: 20px;
161
+ width: 20px;
162
+ height: 20px;
163
+ }
164
+
165
+ .deleted-icon {
166
+ margin-left: auto;
167
+ color: #f44336;
168
+ }
169
+ }
170
+
171
  .action-buttons {
172
  display: flex;
173
  gap: 8px;