Mercurial > hg > ugly-duckling
view src/styles.css @ 49:92c139e16b51
Disable button whilst extracting (for now) - quick fix to stop multiple process requests being sent (as they aren't queued / no request-response matching is done / process requests are synchronous)
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 06 Dec 2016 11:12:56 +0000 |
parents | 47ea1f5af71f |
children | 5e8a2eb8bdbf |
line wrap: on
line source
/* You can add global styles to this file, and also import other style files */ @import '~@angular/material/core/theming/prebuilt/indigo-pink.css'; @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url('assets/materialicons-v19.woff') format('woff'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; 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; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } body { margin: 0; font-family: Roboto, sans-serif; }