@import "app";
@import './animate';

*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: $fill-body;
  font-size: $font-size-base;
  font-family: $font-family;
}

*[contenteditable] {
  -webkit-user-select: auto !important;
}

input[readonly]{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

*:focus {
  outline: none;
}

a {
  background: transparent;
  text-decoration: none;
  outline: none;
}

.mask-open{
  overflow: hidden;
}
