txt fontfamily
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -84,7 +84,7 @@ $animate: all 0.2s ease-in-out;
|
|||||||
#item_list{
|
#item_list{
|
||||||
p{
|
p{
|
||||||
& > a {
|
& > a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, 50%);
|
transform: translate(-50%, 50%);
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,28 @@ a, button{
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.figureslibres{
|
||||||
|
p{
|
||||||
|
strong{
|
||||||
|
font-family: $rammetto;
|
||||||
|
display: block;
|
||||||
|
&::after{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.logiciels-libres{
|
||||||
|
p{
|
||||||
|
strong{
|
||||||
|
font-family: $rumeur;
|
||||||
|
display: block;
|
||||||
|
&::after{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user