web-remote/src/styles.scss

81 lines
1.2 KiB
SCSS
Raw Normal View History

2019-10-08 05:43:49 +00:00
/* You can add global styles to this file, and also import other style files */
2019-11-07 18:02:26 +00:00
@import '~@angular/material/theming';
2019-10-08 05:43:49 +00:00
2019-11-07 18:02:26 +00:00
@include mat-core();
$primary: mat-palette($mat-indigo);
$accent: mat-palette($mat-light-blue, A200, A100, A400);
$theme: mat-light-theme($primary, $accent);
@include angular-material-theme($theme);
2019-10-08 05:43:49 +00:00
* {
2019-11-07 18:02:26 +00:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}
html, body {
margin: 0;
padding: 0;
2019-10-08 05:43:49 +00:00
}
mat-sidenav-layout {
2019-11-07 18:02:26 +00:00
background: rgba(0,0,0,0.03);
2019-10-08 05:43:49 +00:00
}
2019-11-07 18:02:26 +00:00
2019-10-08 05:43:49 +00:00
mat-sidenav {
2019-11-07 18:02:26 +00:00
width: 12rem;
}
mat-card {
margin-bottom: 1rem;
}
mat-card.service-item,
mat-card.slide {
cursor: pointer;
2019-10-08 05:43:49 +00:00
}
.displayButton .active {
2019-11-07 18:02:26 +00:00
background: 'teal';
}
.page-title {
margin-left: 1rem;
2019-10-08 05:43:49 +00:00
}
.content {
2019-11-07 18:02:26 +00:00
margin: 1rem;
}
footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
2019-10-08 05:43:49 +00:00
}
2019-11-07 18:02:26 +00:00
.chordline {
2019-10-08 05:43:49 +00:00
line-height: 1.8;
}
2019-11-07 18:02:26 +00:00
2019-10-08 05:43:49 +00:00
.chordline1 {
2019-11-07 18:02:26 +00:00
line-height: 1.0
2019-10-08 05:43:49 +00:00
}
2019-11-07 18:02:26 +00:00
2019-10-08 05:43:49 +00:00
.chordline span.chord span {
position: relative;
}
2019-11-07 18:02:26 +00:00
2019-10-08 05:43:49 +00:00
.chordline span.chord span strong {
position: absolute;
top: -2.1rem;
left: 0;
font-size: 30pt;
font-weight: normal;
line-height: normal;
color: yellow;
}