2017-09-16 19:46:41 +02:00
|
|
|
// vim: set tw=80 ts=2 sw=2 sts=2:
|
|
|
|
|
2017-08-13 15:14:12 +02:00
|
|
|
$fa-font-path: '~font-awesome/fonts';
|
2017-06-10 18:04:02 +02:00
|
|
|
|
2017-08-13 15:14:12 +02:00
|
|
|
@import '~font-awesome/scss/font-awesome';
|
2017-06-10 18:04:02 +02:00
|
|
|
|
2017-08-13 15:14:12 +02:00
|
|
|
@import '~c3/c3';
|
|
|
|
|
|
|
|
@import '~ngx-toastr/toastr';
|
2017-07-21 00:29:03 +02:00
|
|
|
|
2017-09-16 19:46:41 +02:00
|
|
|
$roboto-font-path: '~roboto-fontface/fonts/roboto/';
|
2017-09-16 01:47:19 +02:00
|
|
|
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
|
|
|
|
2017-09-16 22:03:40 +02:00
|
|
|
@import '~material-design-icons/iconfont/material-icons.css';
|
|
|
|
|
|
|
|
/*.fixed-header {
|
2017-09-16 19:46:41 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 2;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
|
|
|
|
|
|
|
// Helps fonts on OSX looks more consistent with other systems
|
|
|
|
// Isn't currently in button styles due to performance concerns
|
|
|
|
* {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.acc-content {
|
|
|
|
padding: 32px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-toolbar {
|
|
|
|
.acc-toolbar {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// stretch to screen size in fullscreen mode
|
|
|
|
.demo-content {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2017-09-16 22:03:40 +02:00
|
|
|
md-dialog > form {
|
|
|
|
overflow: visible;
|
|
|
|
}*/
|
|
|
|
|
2016-04-12 10:55:08 +02:00
|
|
|
.italic {
|
2017-09-16 19:46:41 +02:00
|
|
|
font-style: italic;
|
2016-04-12 10:55:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.stroke {
|
2017-09-16 19:46:41 +02:00
|
|
|
text-decoration: line-through;
|
2016-04-12 10:55:08 +02:00
|
|
|
}
|
2017-07-01 14:50:17 +02:00
|
|
|
|
|
|
|
.c3-ygrid-line.zeroline line {
|
2017-09-16 19:46:41 +02:00
|
|
|
stroke: orange;
|
2017-07-01 14:50:17 +02:00
|
|
|
}
|
2017-07-04 21:13:08 +02:00
|
|
|
|
|
|
|
.c3-ygrid-line.overdraft line {
|
2017-09-16 19:46:41 +02:00
|
|
|
stroke: #FF0000;
|
2017-07-04 21:13:08 +02:00
|
|
|
}
|