Files
parcoursup/src/components/global/etablanalytics/etablanalytics.riot

45 lines
878 B
Plaintext
Raw Normal View History

2023-03-06 17:09:06 +01:00
<etablanalytics>
2023-03-08 01:56:38 +01:00
<style>
etablanalytics {
width: 65vw;
2023-03-09 11:52:52 +01:00
height: 28vh;
max-height: 28vh;
2023-03-08 01:56:38 +01:00
font-weight: bold;
2023-03-08 12:32:53 +01:00
overflow: auto;
2023-03-08 01:56:38 +01:00
}
2023-03-09 13:43:15 +01:00
etablanalytics
#etab
table {
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
width: 100%;
}
etablanalytics
#etab
table
tr
th {
background: #344D59;
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
}
etablanalytics
#etab
table
tr
td {
text-align: center;
font-size: 16px;
color: white;
}
2023-03-08 01:56:38 +01:00
</style>
2023-03-09 13:43:15 +01:00
<div id="etab"></div>
2023-03-06 17:09:06 +01:00
</etablanalytics>