This commit is contained in:
Cassie Tarakajian 2019-06-12 16:12:19 -04:00 committed by GitHub
parent d778a07541
commit 68f3d145d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -223,8 +223,10 @@
@include themify() {
color: getThemifyVariable('dropdown-color');
}
width: 100%;
text-align: left;
padding: #{8 / $base-font-size}rem #{16 / $base-font-size}rem;
}
padding: #{8 / $base-font-size}rem #{16 / $base-font-size}rem;
height: #{35 / $base-font-size}rem;
cursor: pointer;
display: flex;

View file

@ -98,9 +98,9 @@
}
}
.nav__dropdown button {
padding: 0;
}
// .nav__dropdown button {
// padding: 0;
// }
.nav__dropdown-item {
& button,