redesigned input elements

This commit is contained in:
t.ruspekhofer 2022-03-19 21:51:15 +01:00
parent 2aa6978137
commit cb683723b7
7 changed files with 84 additions and 13 deletions

View file

@ -35,6 +35,19 @@ h5 {
margin-right: 10px;
}
::deep .raidButton {
color: lightgray;
background-color: #444444;
width: 100px;
border: none;
padding: 8px;
text-align: center;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
border-radius: 8px;
}
table {
column-width: auto;
color: lightgray;