FEATURE Modification de la taille de police des liens dans sommaire-index.css
This commit is contained in:
parent
80f4ca9107
commit
9a32e669e1
|
|
@ -4,9 +4,14 @@
|
||||||
@apply mb-4;
|
@apply mb-4;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@apply text-xl text-carhop-gray opacity-80;
|
@apply text-lg text-carhop-gray opacity-80;
|
||||||
}
|
}
|
||||||
a[active='true'] {
|
a[active='true'] {
|
||||||
@apply text-carhop-green-700 font-bold;
|
@apply text-carhop-green-700 font-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li,
|
||||||
|
a {
|
||||||
|
line-height: 1.3 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user