Isolate new design stylesheets

This commit is contained in:
Mathieu Magnin 2017-05-17 15:11:35 +02:00 committed by gregoirenovel
parent 14bfda2e26
commit 8af72f7b9a
22 changed files with 27 additions and 24 deletions

View file

@ -1,27 +0,0 @@
html,
body {
height: 100%;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
a {
text-decoration: none;
}
// remove dotted outline on firefox
:focus {
outline: none;
}
::-moz-focus-inner {
border: none;
}