fix .tp et menu + typo .mots

This commit is contained in:
chankalan 2020-12-08 22:02:50 +01:00
parent 9f5f5a6cdd
commit 346095670e
1 changed files with 22 additions and 8 deletions

View File

@ -13,7 +13,7 @@ body {
a {
&.tp.btn {
&.tp {
background:none !important;
padding:0;
color:$couleur-lien !important;
@ -25,7 +25,7 @@ a {
content:'...';
display:inline-block !important;
position:absolute;
bottom:-0.6em;
bottom:-0.8rem;
left:0;
min-width:18px;
font-size:130%;
@ -41,6 +41,7 @@ a {
&:before {
content: '. . . . . .';
left:0;
width:80px;
/*background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
background-position: bottom left;
background-size: 14px 4px;
@ -129,10 +130,22 @@ a {
padding-bottom: 10px;
border:0;
background-position: bottom left;
background-size: 6px 4px;
background-size: 10px 4px;
background-repeat: repeat-x;
position:relative;
&.on, &:hover, &:focus {
background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
&:before {
content:'. . . . . .';
color:$couleurSecondaire;
left:-0.8rem;
width:80px;
display:inline-block !important;
position:absolute;
bottom:-0.2rem;
font-size:130%;
}
/* background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); */
}
}
}
@ -567,7 +580,7 @@ a {
}
}
.mots {
font-size:0.7rem;
font-size:0.8rem;
@include clearfix;
&:before {
border-top:1px solid $couleurBkgTOrigine;
@ -702,10 +715,11 @@ a {
}
div > &:first-child {
margin-top:0;
.composition_contact & {
padding:$spacer;
}
}
.composition_contact div > &:first-child {
padding:$spacer ($spacer*1.5);
}
}
.fondbleu {
background:$couleurBkgBleu;