fix .tp et menu + typo .mots
This commit is contained in:
parent
9f5f5a6cdd
commit
346095670e
@ -13,7 +13,7 @@ body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
||||||
&.tp.btn {
|
&.tp {
|
||||||
background:none !important;
|
background:none !important;
|
||||||
padding:0;
|
padding:0;
|
||||||
color:$couleur-lien !important;
|
color:$couleur-lien !important;
|
||||||
@ -25,7 +25,7 @@ a {
|
|||||||
content:'...';
|
content:'...';
|
||||||
display:inline-block !important;
|
display:inline-block !important;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:-0.6em;
|
bottom:-0.8rem;
|
||||||
left:0;
|
left:0;
|
||||||
min-width:18px;
|
min-width:18px;
|
||||||
font-size:130%;
|
font-size:130%;
|
||||||
@ -41,6 +41,7 @@ a {
|
|||||||
&:before {
|
&:before {
|
||||||
content: '. . . . . .';
|
content: '. . . . . .';
|
||||||
left:0;
|
left:0;
|
||||||
|
width:80px;
|
||||||
/*background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
|
/*background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
|
||||||
background-position: bottom left;
|
background-position: bottom left;
|
||||||
background-size: 14px 4px;
|
background-size: 14px 4px;
|
||||||
@ -129,10 +130,22 @@ a {
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
border:0;
|
border:0;
|
||||||
background-position: bottom left;
|
background-position: bottom left;
|
||||||
background-size: 6px 4px;
|
background-size: 10px 4px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
position:relative;
|
||||||
&.on, &:hover, &:focus {
|
&.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 {
|
.mots {
|
||||||
font-size:0.7rem;
|
font-size:0.8rem;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
&:before {
|
&:before {
|
||||||
border-top:1px solid $couleurBkgTOrigine;
|
border-top:1px solid $couleurBkgTOrigine;
|
||||||
@ -702,10 +715,11 @@ a {
|
|||||||
}
|
}
|
||||||
div > &:first-child {
|
div > &:first-child {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
.composition_contact & {
|
|
||||||
padding:$spacer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
.composition_contact div > &:first-child {
|
||||||
|
padding:$spacer ($spacer*1.5);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.fondbleu {
|
.fondbleu {
|
||||||
background:$couleurBkgBleu;
|
background:$couleurBkgBleu;
|
||||||
|
Loading…
Reference in New Issue
Block a user