added poll pages
This commit is contained in:
parent
6d6e720695
commit
1158aff6df
8 changed files with 340 additions and 14 deletions
12
Lieb/Pages/Poll/PollDetails.razor.css
Normal file
12
Lieb/Pages/Poll/PollDetails.razor.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
body {
|
||||
background-color: rgb(38 38 38);
|
||||
border-radius: 25px;
|
||||
padding: 25px;
|
||||
/*width: 900px;*/
|
||||
width: stretch;
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
h5 {
|
||||
color: lightgrey;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue