change socaial size and fix menu error
This commit is contained in:
parent
62165de9a2
commit
36cec85def
|
@ -1,6 +1,19 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
|
body{
|
||||||
|
@media (min-width: 1150px){
|
||||||
|
.black-screen-social-window.reactable{
|
||||||
|
.content-social .social_wrap i, .content-social .social_wrap img {
|
||||||
|
width: 1.2em;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
.content-social .social_wrap>div{
|
||||||
|
width: 3.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.downIcon{
|
.downIcon{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
|
@ -438,7 +438,8 @@ a#content{
|
||||||
.modules-menu .modules-menu-level-0 > li:hover .modules-menu-level-1{
|
.modules-menu .modules-menu-level-0 > li:hover .modules-menu-level-1{
|
||||||
@media (min-width: $screen-sm){
|
@media (min-width: $screen-sm){
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
max-height: none;
|
max-height: 65%;
|
||||||
|
overflow-y: scroll;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
padding:1em 20% 3em;
|
padding:1em 20% 3em;
|
||||||
transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
|
transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
|
||||||
|
|
Loading…
Reference in New Issue