Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
css/responsive.css
|
|
@ -22,7 +22,12 @@ |
|
|
|
|
|
|
|
.top-bar-section ul li { |
|
|
|
background: transparent; |
|
|
|
animation: .5s ease-in; } |
|
|
|
-webkit-transition-property: all; |
|
|
|
-moz-transition-property: all; |
|
|
|
transition-property: all; |
|
|
|
-webkit-transition-duration: 0.3s; |
|
|
|
-moz-transition-duration: 0.3s; |
|
|
|
transition-duration: 0.3s; } |
|
|
|
|
|
|
|
.top-bar-section li:not(.has-form) a:not(.button) { |
|
|
|
background: transparent; |
|
|
|