This commit is contained in:
parent
f943915553
commit
9fe94e6ce7
File diff suppressed because one or more lines are too long
@ -1,9 +1,29 @@
|
|||||||
body {
|
@font-face {
|
||||||
|
font-family: Gudea;
|
||||||
font-size:1.3em;
|
font-style: normal;
|
||||||
font-family: sans-serif;
|
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 {
|
a {
|
||||||
color: #1B4C8A;
|
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 {
|
#kc-page-title {
|
||||||
margin: 0;
|
margin-left: 0.75em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
vertical-align: bottom;
|
font-weight: normal;
|
||||||
padding: 2em 0em 1em 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-form-wrapper {
|
#kc-form-wrapper {
|
||||||
|
BIN
lumbung.space/login/resources/fonts/gudea-bold.woff2
Normal file
BIN
lumbung.space/login/resources/fonts/gudea-bold.woff2
Normal file
Binary file not shown.
BIN
lumbung.space/login/resources/fonts/gudea-italic.woff2
Normal file
BIN
lumbung.space/login/resources/fonts/gudea-italic.woff2
Normal file
Binary file not shown.
BIN
lumbung.space/login/resources/fonts/gudea.woff2
Normal file
BIN
lumbung.space/login/resources/fonts/gudea.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user