twigs-web/src/styles.css

44 lines
662 B
CSS
Raw Normal View History

2018-08-27 17:04:01 +00:00
/* You can add global styles to this file, and also import other style files */
html, body {
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;
}
.text-small {
font-size: 1em;
color: #BDBDBD
}
.mat-toolbar {
box-shadow: 0px 3px 3px 1px #212121;
display: flex;
justify-content: space-between;
}
mat-toolbar mat-icon {
vertical-align: middle;
cursor: pointer;
}
mat-toolbar .action-item {
font-weight: normal;
cursor: pointer;
font-size: 0.9em;
}
mat-toolbar .action-item a {
vertical-align: middle;
}