[DEV] update display of saison element component

This commit is contained in:
Edouard DUPIN 2020-01-09 06:37:51 +01:00
parent 26e40979b2
commit 6aaa2814c7
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<div>
<div class="saison">
Saison {{numberSaison}}
</div>

View File

@ -1,2 +1,7 @@
.saison {
height: 60px;
font-size: 24px;
overflow:hidden;
vertical-align: middle;
}