client/src/index.scss
author salimr <riwad.salim@yahoo.fr>
Tue, 14 Aug 2018 20:34:50 +0200
changeset 143 cfcbf4bc66f1
parent 69 2f42063b0869
child 144 8b950885ddae
permissions -rw-r--r--
Remove react-bootstrap from components except Modal, Collapse and Dropdown

@import './sass/bootstrap-custom';
@import './sass/material-font';

body {
  margin: 0;
  padding-top: $navbar-height + $navbar-margin-bottom;
  font-family: sans-serif;
}