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

14 lines
288 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;
padding: 15px;
2023-03-08 12:32:53 +01:00
overflow: auto;
2023-03-08 01:56:38 +01:00
}
</style>
2023-03-08 01:57:00 +01:00
<p>etablissements</p>
2023-03-06 17:09:06 +01:00
</etablanalytics>