source: trip-planner-front/node_modules/@angular/material/core/style/_checkbox-common.import.scss@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 721 bytes
Line 
1@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function,
2$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall;
3@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in,
4$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration,
5$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out,
6$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear,
7$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer,
8$mat-z-index-fab;
9@forward 'checkbox-common' as mat-checkbox-*;
10
11@import './variables';
Note: See TracBrowser for help on using the repository browser.