correction reco
This commit is contained in:
@ -732,13 +732,9 @@
|
||||
}
|
||||
.txt{
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
@include inlineflex;
|
||||
justify-content: center;
|
||||
-webkit-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
display: none;
|
||||
p{
|
||||
color: white;
|
||||
width: 300px;
|
||||
@ -748,6 +744,9 @@
|
||||
}
|
||||
}
|
||||
&.open{
|
||||
@include inlineflex;
|
||||
justify-content: center;
|
||||
padding-top: 20px;
|
||||
z-index: 999;
|
||||
background: $dark-blue;
|
||||
.item{
|
||||
@ -759,7 +758,6 @@
|
||||
}
|
||||
}
|
||||
.item{
|
||||
display: none;
|
||||
margin: 0 0px 20px 20px;
|
||||
border-left: 1px solid white;
|
||||
padding-left: 20px;
|
||||
|
Reference in New Issue
Block a user