getting results and an excel file
This commit is contained in:
parent
a75275c7de
commit
3c466a98d3
8 changed files with 214 additions and 42 deletions
|
|
@ -133,7 +133,7 @@
|
|||
}
|
||||
|
||||
.pieContainer {
|
||||
width: 100%;
|
||||
width: 70%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
@ -144,3 +144,20 @@
|
|||
align-items: center;
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
.exportButtonContainer {
|
||||
padding: 10px 15px;
|
||||
/*background-color: #4CAF50;*/
|
||||
background-color: #3788D6;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
margin: 30px auto 15px;
|
||||
}
|
||||
|
||||
.exportButtonContainer:hover {
|
||||
background-color: #45a049;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue