We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a87719 commit baf0370Copy full SHA for baf0370
‎frontend/styles/header.scss
@@ -28,11 +28,10 @@ $c: map.get($container-max-widths, 'xxl');
28
position: relative;
29
}
30
31
- a:not(.dropdown-item),
+ a,
32
button.btn-link {
33
display: block;
34
color: var(--bs-emphasis-color);
35
- padding: 0;
36
37
&:hover {
38
text-decoration: none;
@@ -52,6 +51,7 @@ $c: map.get($container-max-widths, 'xxl');
52
51
53
54
button.user-profile {
+ padding: 0;
55
display: flex;
56
align-items: center;
57
@@ -69,11 +69,6 @@ $c: map.get($container-max-widths, 'xxl');
69
70
border-bottom: 1px var(--bs-border-color-translucent) solid;
71
72
- ul.nav-ul,
73
- ul.nav-menu {
74
- z-index: 1046;
75
- }
76
-
77
ul.nav-menu {
78
79
flex-direction: column;
0 commit comments