File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ body {
126
126
127
127
& .top-banner-open {
128
128
margin-top : 5px ;
129
- transition : all 0.2 s linear ;
129
+ transition : all 0.4 s linear ;
130
130
131
131
+ breakpoint ('tablet' ) {
132
132
margin-top : 48px ;
@@ -1848,13 +1848,14 @@ footer {
1848
1848
width : 100% ;
1849
1849
height : 48px ;
1850
1850
z-index : 100 ;
1851
+ transition : all 0.4s linear ;
1851
1852
1852
1853
& .closed {
1853
1854
visibility : hidden ;
1854
1855
height : 0 ;
1855
1856
opacity : 0 ;
1856
1857
padding : 0 ;
1857
- transition : all 0.1 s linear ;
1858
+ transition : all 0.4 s linear ;
1858
1859
}
1859
1860
}
1860
1861
@@ -1875,13 +1876,14 @@ footer {
1875
1876
left : 0 ;
1876
1877
right : 0 ;
1877
1878
overflow : hidden ;
1879
+ transition : all 0.4s linear ;
1878
1880
1879
1881
& .closed {
1880
1882
visibility : hidden ;
1881
1883
height : 0 ;
1882
1884
opacity : 0 ;
1883
1885
padding : 0 ;
1884
- transition : all 0.2 s linear ;
1886
+ transition : all 0.4 s linear ;
1885
1887
}
1886
1888
1887
1889
.top-banner-container {
@@ -1947,6 +1949,6 @@ footer {
1947
1949
1948
1950
& .hide {
1949
1951
height : 0 ;
1950
- transition : all 0.2 s linear ;
1952
+ transition : all 0.4 s linear ;
1951
1953
}
1952
1954
}
You can’t perform that action at this time.
0 commit comments