parent
d778a07541
commit
68f3d145d0
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -98,9 +98,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.nav__dropdown button {
|
||||
padding: 0;
|
||||
}
|
||||
// .nav__dropdown button {
|
||||
// padding: 0;
|
||||
// }
|
||||
|
||||
.nav__dropdown-item {
|
||||
& button,
|
||||
|
|
Loading…
Reference in a new issue