Browse Source

Update app.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
403dd9f47a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      css/app.css

6
css/app.css

@ -4563,16 +4563,14 @@ meta.foundation-mq-topbar {
.top-bar-section .has-dropdown > a {
padding-right: 2.5rem !important; }
.top-bar-section .has-dropdown > a:after {
border: inset 5px;
content: "";
display: block;
height: 0;
width: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #333333;
margin-top: -2.5px;
top: 3.125rem; }
border-top: 5px solid #cccccc;
margin-top: -2.5px; }
.top-bar-section .has-dropdown.moved {
position: relative; }
.top-bar-section .has-dropdown.moved > .dropdown {

Loading…
Cancel
Save