2018-08-27 17:04:01 +00:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
2018-08-28 00:17:23 +00:00
|
|
|
html, body {
|
2018-08-30 00:20:49 +00:00
|
|
|
background: #333333;
|
|
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.mat-fab {
|
|
|
|
position: fixed;
|
|
|
|
right: 2em;
|
|
|
|
bottom: 2em;
|
2018-08-28 00:17:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-small {
|
2018-08-30 00:20:49 +00:00
|
|
|
font-size: 1em;
|
|
|
|
color: #BDBDBD
|
2018-08-28 00:17:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mat-toolbar {
|
2018-08-30 00:20:49 +00:00
|
|
|
box-shadow: 0px 3px 3px 1px #212121;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-toolbar mat-icon {
|
|
|
|
vertical-align: middle;
|
|
|
|
cursor: pointer;
|
2018-08-28 00:17:23 +00:00
|
|
|
}
|
|
|
|
|
2018-08-30 00:20:49 +00:00
|
|
|
mat-toolbar .action-item {
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 0.9em;
|
2018-08-28 00:17:23 +00:00
|
|
|
}
|
|
|
|
|
2018-08-30 00:20:49 +00:00
|
|
|
mat-toolbar .action-item a {
|
|
|
|
vertical-align: middle;
|
2018-08-28 00:17:23 +00:00
|
|
|
}
|