source: trip-planner-front/node_modules/@angular/material/core/style/_layout-common.scss@ 571e0df

Last change on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 178 bytes
Line 
1// This mixin ensures an element spans to fill the nearest ancestor with defined positioning.
2@mixin fill {
3 top: 0;
4 left: 0;
5 right: 0;
6 bottom: 0;
7 position: absolute;
8}
Note: See TracBrowser for help on using the repository browser.