Projektmanagement-Game/static/css/components.css
2021-05-20 19:58:24 +02:00

20 lines
434 B
CSS

body {
padding: 0;
margin: 0;
}
.material-icon {
font-family: Material Icons,sans-serif !important;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}