Skip to content
Snippets Groups Projects
Commit efd909d2 authored by Folio Mikael's avatar Folio Mikael
Browse files

suppression [href] plus nécessaire avec 1.10

parent 429246de
No related branches found
No related tags found
No related merge requests found
......@@ -15,13 +15,7 @@ body{overflow-x: hidden;line-height: inherit;}
.spip-admin-bloc a[href]:hover, .spip-admin-float a[href]:hover {
background: var(--background-action-high-blue-france) !important;
}
[href] {
background-image: var(--underline-img), var(--underline-img);
background-position: var(--underline-x) 100%, var(--underline-x) calc(100% - 0.0625em);
background-repeat: no-repeat, no-repeat;
transition: background-size 0s;
background-size: var(--underline-hover-width) 0.150em, var(--underline-idle-width) 0.0625em;
}
.floatright{
float:right;
}
......@@ -190,6 +184,26 @@ right: 2rem;
}
.sommaire-exemple{padding:1rem;}
.fr-cardnobefore::before{
display:none;
}
.center, .center p{
text-align: center !important;
}
.center p{
margin-top: 1rem;
font-size: 1.2rem;
font-weight: bold;
}
.fr-card.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__content {
padding-bottom: 0;
}
ul.recherche-article{
padding-left: 0;
}
.recherche-article {
list-style: none;
}
:root[data-fr-theme="dark"] {
--color--chiffre1: #383838;
--color--chiffre1b: #2a2a2a;
......@@ -649,3 +663,6 @@ background-size: var(--underline-hover-width) 0.125em, var(--underline-idle-widt
}
.suivez-nous-sur::before { content: none !important; }
.fr-header__operator{
max-width: 11rem;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment