2017-01-27 03:20:51 -05:00
|
|
|
@import '~@angular/material/core/theming/all-theme';
|
|
|
|
@import './ng-io-theme';
|
|
|
|
@import './typography';
|
|
|
|
|
|
|
|
|
|
|
|
// Include material core styles.
|
2017-02-20 22:05:40 -05:00
|
|
|
@include mat-core();
|
2017-01-27 03:20:51 -05:00
|
|
|
@include docs-site-typography();
|
|
|
|
|
|
|
|
|
|
|
|
// Define the light theme.
|
2017-02-20 22:05:40 -05:00
|
|
|
$primary: mat-palette($mat-cyan);
|
|
|
|
$accent: mat-palette($mat-amber, A200, A100, A400);
|
2017-01-27 03:20:51 -05:00
|
|
|
|
2017-02-20 22:05:40 -05:00
|
|
|
$theme: mat-light-theme($primary, $accent);
|
2017-01-27 03:20:51 -05:00
|
|
|
@include angular-material-theme($theme);
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: "Roboto","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-02-20 22:05:40 -05:00
|
|
|
[md-button], [md-raised-button], [mat-button], [mat-raised-button] {
|
2017-01-27 03:20:51 -05:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2 {
|
2017-02-15 14:22:37 -05:00
|
|
|
font-weight: 400;
|
2017-01-27 03:20:51 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.docs-primary-header {
|
|
|
|
padding-left: 20px;
|
2017-02-15 14:22:37 -05:00
|
|
|
}
|
2017-01-27 03:20:51 -05:00
|
|
|
|
2017-02-15 14:22:37 -05:00
|
|
|
h1.docs-primary-header, h1 .docs-primary-header{
|
2017-01-27 03:20:51 -05:00
|
|
|
font-size: 30px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 0;
|
2017-02-15 14:22:37 -05:00
|
|
|
padding: 30px;
|
2017-01-27 03:20:51 -05:00
|
|
|
}
|