view src/styles.css @ 253:b65ab8b72cfa

waves-ui back on master
author Lucas Thompson <dev@lucas.im>
date Thu, 27 Apr 2017 13:14:02 +0100
parents 53ea6406d601
children 7bd5152e2edb
line wrap: on
line source
/* You can add global styles to this file, and also import other style files */
@import '~@angular/material/prebuilt-themes/indigo-pink.css';

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(/assets/MaterialIcons-Regular.woff2) format('woff2'),
  url(/assets/MaterialIcons-Regular.woff) format('woff'),
  url(/assets/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  overflow: hidden;
  height: 100%;
}

html {
  height: 100%;
}