frontend: improve 401 page thank to initial guide

This commit is contained in:
nemunaire 2017-01-24 02:21:21 +01:00 committed by Pierre-Olivier Mercier
commit 012be2c69a
2 changed files with 151 additions and 18 deletions

View file

@ -1,10 +1,42 @@
@font-face {
font-family: "Linux Biolinum";
src: url('../fonts/LinBiolinum_R.woff') format('woff');
}
@font-face {
font-family: "Linux Biolinum";
src: url('../fonts/LinBiolinum_RB.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: "Linux Biolinum";
src: url('../fonts/LinBiolinum_RI.woff') format('woff');
font-style: italic;
}
[ng-cloak] {
display:none !important;
}
body {
overflow-y: scroll;
}
.beautiful {
font-family: "Linux Biolinum",Helvetica,Arial,sans-serif;
}
.beautiful ol {
font-size: 133%;
}
.beautiful ol ol {
font-size: 90%;
}
.text-bold {
font-weight: bolder;
}
.text-indent p {
text-indent: 1em;
}
.navbar {
margin-bottom: 0;