forked from Sarah/Lieb-Website
split the role tables from RaidDetails into their own razor files
This commit is contained in:
parent
75b8fd13fc
commit
c298f4d20e
5 changed files with 204 additions and 107 deletions
19
Lieb/Pages/Raids/RaidRolesPlanned.razor.css
Normal file
19
Lieb/Pages/Raids/RaidRolesPlanned.razor.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
h5 {
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
table {
|
||||
column-width: auto;
|
||||
color: lightgray;
|
||||
/* border-top: none;
|
||||
border-bottom: none;*/
|
||||
}
|
||||
|
||||
/*.roleTable table tr:not(:first-child) > td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.roleTable table tr:not(:last-child) > td {
|
||||
border-bottom: none;
|
||||
}*/
|
Loading…
Add table
Add a link
Reference in a new issue