forked from Sarah/Lieb-Website
redesigned input elements
This commit is contained in:
parent
2aa6978137
commit
cb683723b7
7 changed files with 84 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue