@import "node_modules/bootstrap/scss/bootstrap-reboot";
@import "variables";

body {
  font-family: 'Roboto', 'sans-serif';
  font-size: 0.9rem;
  color: $text-color;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  overflow: hidden;
}

a {
  color: $primary-color;
}

a:hover, a:focus, a:active, a.active {
  color: $primary-color-comp;
  text-decoration: none;
}

label.disabled {
  cursor: not-allowed;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
