Lieb-Website/Lieb/Pages/Raids/RaidDetails.razor.css
2022-03-13 23:58:36 +01:00

37 lines
No EOL
474 B
CSS

body {
background-color: rgb(38 38 38);
border-radius: 25px;
padding: 25px;
width: 900px;
/*width: fit-content;*/
color: lightgray;
}
h5 {
color: lightgrey;
}
.times {
float: left;
display: inline;
width: 49%;
padding-top: 15px;
}
.details {
float: left;
display: inline;
width: 33%;
padding-top: 15px;
}
.controlButtons {
margin-right: 10px;
}
table {
column-width: auto;
color: lightgray;
}