This commit is contained in:
2021-11-29 11:07:03 +01:00
parent efbcb60f5a
commit 67e8d01496
3 changed files with 21 additions and 27 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -28,7 +28,7 @@ body{
position: fixed;
top: 0;
width: 100%;
height: 10rem;
height: 8rem;
background: transparent;
padding-right: 10rem;
}
@@ -50,7 +50,13 @@ body{
color: #f2f2f2;
}
.btn-right {
float: right;
}
.btn-left {
float: left;
}
.neon-button {
font-size: 1rem;
@@ -61,10 +67,10 @@ body{
border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.5em;
margin-left: 0.85em;
margin-top: 0.25em;
border-radius: 0.25em;
text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
box-shadow: inset 0 0 0.5em 0 rgb(138,43,226), 0 0 0.5em 0 rgb(138,43,226);
position: relative;
}
.neon-button::before {
@@ -114,7 +120,7 @@ body{
left: 50%;
transform: translate(-50%, -50%);
width: fit-content;
height: 100%;
height: 105%;
}
.seite {
@@ -276,19 +282,5 @@ body{
padding: 30px 0;
}
.signIn {
margin: auto;
font-size: 1rem;
display: inline-block;
cursor: pointer;
text-decoration: none;
color: rgb(138,43,226);
border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.3em;
margin-left: 0.85em;
position: absolute;
right: 10px;
border-radius: 0.25em;
text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
box-shadow: inset 0 0 0.5em 0 rgb(138,43,226), 0 0 0.5em 0 rgb(138,43,226);
}
/* An hier Mika */