Importation des concours

This commit is contained in:
hugol
2024-08-11 16:14:28 +02:00
parent 0c4e5538db
commit 999d5524d1
139 changed files with 41484 additions and 250 deletions

View File

@@ -0,0 +1,22 @@
.divider{
height: 1px;
background: $colorLine;
display: flex;
align-items: center;
justify-content: center;
.icon-box{
background: $colorLine;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
border-radius: 100%;
width: 28px;
height: 28px;
font-size: 18px;
}
&.inset{
margin-left: 16px;
margin-right: 16px;
}
}