This commit is contained in:
Cassie Tarakajian 2019-06-12 16:12:19 -04:00
parent f13e806398
commit edcd225b9d
2 changed files with 6 additions and 4 deletions

View File

@ -202,8 +202,10 @@
@include themify() { @include themify() {
color: getThemifyVariable('dropdown-color'); 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; height: #{35 / $base-font-size}rem;
cursor: pointer; cursor: pointer;
display: flex; display: flex;

View File

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