parent
eb15bc5e80
commit
8155ffe0ce
2 changed files with 9 additions and 5 deletions
|
@ -2,11 +2,15 @@ body {
|
|||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: floralwhite;
|
||||
margin: 0;
|
||||
font-family: system-ui;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
background-color: #f786867d;
|
||||
margin: 0 0 0.2em 0;
|
||||
box-shadow: 0px 0.2em 0.2em #f786867d;
|
||||
text-shadow: 0 0 2px #00000080;
|
||||
font-weight: 200;
|
||||
}
|
||||
p {
|
||||
margin: 0.2em;
|
||||
|
@ -184,8 +188,8 @@ hr {
|
|||
width: fit-content;
|
||||
align-items: center;
|
||||
margin: 5px auto;
|
||||
box-shadow: 0px 0px 10px #90c3ee;
|
||||
background-color: #90c3ee;
|
||||
box-shadow: 0px 0px 10px #90c3eeA0;
|
||||
background-color: #90c3eeA0;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
@ -201,7 +205,7 @@ hr {
|
|||
color: darkred;
|
||||
}
|
||||
|
||||
.from-keycloak-vue {
|
||||
.token-info {
|
||||
margin: 0 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue