Browse Source

Improve SCSS in the import dialog box

pull/2323/head
Frane Caleta 2 years ago
committed by Thomas
parent
commit
ea077ea3eb
  1. 5
      apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.scss

5
apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.scss

@ -48,11 +48,12 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-weight: 700; font-weight: bolder;
} }
.cloud-icon { .cloud-icon {
font-size: 30px; /* Adjust the icon size as needed */ font-size: 35px; /* Adjust the icon size as needed */
font-weight: bolder;
margin-bottom: 8px; /* Adjust the spacing between icon and text */ margin-bottom: 8px; /* Adjust the spacing between icon and text */
color: inherit; color: inherit;
} }

Loading…
Cancel
Save