Add new styles to login #1

Merged
decentral1se merged 4 commits from em_add-login-styles into main 2022-01-13 07:23:51 +00:00
5 changed files with 61 additions and 9 deletions
Showing only changes of commit 3afb130a56 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,29 @@
body {
font-size:1.3em;
font-family: sans-serif;
@font-face {
font-family: Gudea;
font-style: normal;
font-weight: 400;
src: url(../fonts/gudea.woff2) format("woff2");
}
@font-face {
font-family: Gudea;
font-style: italic;
font-weight: 400;
src: url(../fonts/gudea-italic.woff2) format("woff2");
}
@font-face {
font-family: Gudea;
font-style: bold;
font-weight: 700;
src: url(../fonts/gudea-bold.woff2) format("woff2");
}
body {
font-size:1.3em;
font-family: Gudea sans-serif;
}
a {
color: #1B4C8A;
}
@ -28,13 +48,25 @@ a {
}
.header-container {
display: flex;
flex-direction: column;
margin-top: -3em;
}
.logo {
background-color: white;
border: 1px solid black;
margin-left: 5.5em;
transform: rotate(5deg);
}
#kc-page-title {
margin: 0;
margin-left: 0.75em;
font-size: 1em;
display: inline-block;
height: 100%;
vertical-align: bottom;
padding: 2em 0em 1em 1em;
font-weight: normal;
}
#kc-form-wrapper {

Binary file not shown.

Binary file not shown.

Binary file not shown.