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 { .top-bar-section .has-dropdown > a {
padding-right: 2.5rem !important; } padding-right: 2.5rem !important; }
.top-bar-section .has-dropdown > a:after { .top-bar-section .has-dropdown > a:after {
border: inset 5px;
content: ""; content: "";
display: block; display: block;
height: 0; height: 0;
width: 0; width: 0;
border-left: 5px solid transparent; border-left: 5px solid transparent;
border-right: 5px solid transparent; border-right: 5px solid transparent;
border-top: 5px solid #333333; border-top: 5px solid #cccccc;
margin-top: -2.5px; margin-top: -2.5px; }
top: 3.125rem; }
.top-bar-section .has-dropdown.moved { .top-bar-section .has-dropdown.moved {
position: relative; } position: relative; }
.top-bar-section .has-dropdown.moved > .dropdown { .top-bar-section .has-dropdown.moved > .dropdown {

Loading…
Cancel
Save