Skip to content

Commit 573c442

Browse files
authored
Update main.css
1 parent 07076a0 commit 573c442

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css/main.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,18 +400,26 @@
400400

401401
.tile.column.col-6.col-sm-12.col-xs-12.app-tile {
402402
background-color: rgba(87, 85, 217, 0.025);
403+
404+
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.025);
405+
403406
border: solid 1.3px #dadee47c;
404407
margin: 0;
405408
/* spacing handled by container gap */
406409
padding: 0.9em;
407410
border-radius: 1em;
408-
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.025);
411+
412+
409413
box-sizing: border-box;
410414
/* allow tiles to be two columns on wide screens, collapse to one on small screens */
411415
flex: 1 1 calc(50% - 0.75rem);
412416
max-width: calc(50% - 0.75rem);
413417
min-width: 220px; /* ensures tiles wrap down to one column when viewport is too narrow */
414418
}
419+
.tile.column.col-6.col-sm-12.col-xs-12.app-tile.updateTile {
420+
background-color: rgba(255, 149, 0, 0.069) !important;
421+
box-shadow: 0px 3px 6px rgba(151, 111, 0, 0.036);
422+
}
415423
.chip{
416424
border-radius: 0.7em;
417425

0 commit comments

Comments
 (0)