django-allauth-ens/allauth_ens/scss/_reset.scss
Aurélien Delobelle fe21f9c6af Eww, hard to sum up…
- Update django-allauth-cas to the last version.
- Add docs (README, example/README).
- Add tests for Clipper provider.
- Add tests to check templates do not contain syntax error.
- Add the last missing templates to override all allauth's displayable
  templates.
- Improve stylesheets.
2018-01-16 16:57:18 +01:00

25 lines
327 B
SCSS

html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a, input, button {
outline: none;
}
input, button {
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
font-family: inherit;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px white inset;
}