frontend: improve 401 page thank to initial guide
This commit is contained in:
parent
c1c84ba3d1
commit
da0e7facfd
2 changed files with 151 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue