File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments