Suppression css du bouton subscribe
This commit is contained in:
parent
5dfb837080
commit
7311ec322d
@ -515,48 +515,6 @@ textarea {
|
||||
font-size:1rem;
|
||||
margin-right:0.2em
|
||||
}
|
||||
.subscribe {
|
||||
width:28px;
|
||||
height:28px;
|
||||
position:absolute;
|
||||
top:-14px;
|
||||
left:50%;
|
||||
margin-left:-15px;
|
||||
border:#EBF2F6 1px solid;
|
||||
text-align:center;
|
||||
line-height:2.4rem;
|
||||
border-radius:50px;
|
||||
background:#fff;
|
||||
-webkit-transition:-webkit-box-shadow 0.5s;
|
||||
transition:-webkit-box-shadow 0.5s;
|
||||
transition:box-shadow 0.5s;
|
||||
transition:box-shadow 0.5s, -webkit-box-shadow 0.5s
|
||||
}
|
||||
.subscribe:before {
|
||||
color:#D2DEE3;
|
||||
font-size:10px;
|
||||
position:absolute;
|
||||
top:2px;
|
||||
left:9px;
|
||||
font-weight:bold;
|
||||
-webkit-transition:color 0.5s ease;
|
||||
transition:color 0.5s ease
|
||||
}
|
||||
.subscribe:hover {
|
||||
-webkit-box-shadow:rgba(0,0,0,0.05) 0 0 0 3px;
|
||||
box-shadow:rgba(0,0,0,0.05) 0 0 0 3px;
|
||||
-webkit-transition:-webkit-box-shadow 0.25s;
|
||||
transition:-webkit-box-shadow 0.25s;
|
||||
transition:box-shadow 0.25s;
|
||||
transition:box-shadow 0.25s, -webkit-box-shadow 0.25s
|
||||
}
|
||||
.subscribe:hover .tooltip {
|
||||
opacity:1;
|
||||
top:-33px
|
||||
}
|
||||
.subscribe:hover:before {
|
||||
color: var(--footer-link)
|
||||
}
|
||||
.tooltip {
|
||||
opacity:0;
|
||||
display:inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user