added RaidEdit page

This commit is contained in:
t.ruspekhofer 2022-02-26 18:53:39 +01:00
parent bd47610371
commit a3062165e1
9 changed files with 343 additions and 46 deletions

View file

@ -2,7 +2,8 @@
background-color: rgb(38 38 38);
border-radius: 25px;
padding: 25px;
width: fit-content;
width: 700px;
/*width: fit-content;*/
color: lightgray;
}
@ -21,7 +22,7 @@ h5 {
.details {
float: left;
display: inline;
width: 33%;
width: 150px;
padding-top: 15px;
}