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,52 @@
ion-icon {
--ionicon-stroke-width: 32px;
}
i.icon,
i.bi{
line-height: 1em !important;
}
i.bi{
transform: scale(0.91);
}
.demoIcons{
font-size: 32px;
color: $colorHeading;
}
.iconedbox{
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 24px;
line-height: 1em;
width: 32px;
height: 32px;
border-radius: $borderRadius;
i.bi{
transform: scale(0.8);
}
&.iconedbox-sm{
width: 26px;
height: 26px;
font-size: 18px;
line-height: 1em;
}
&.iconedbox-lg{
width: 64px;
height: 64px;
font-size: 42px;
line-height: 1em;
}
&.iconedbox-xl{
width: 96px;
height: 96px;
font-size: 64px;
line-height: 1em;
}
&.iconedbox-xxl{
width: 144px;
height: 144px;
font-size: 90px;
line-height: 1em;
}
}