forked from Sylius/Stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_navbar.scss
More file actions
43 lines (38 loc) · 755 Bytes
/
_navbar.scss
File metadata and controls
43 lines (38 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*!
* This file is part of the Sylius package.
*
* (c) Sylius Sp. z o.o.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
.sylius {
&.navbar-nav {
gap: 0.5rem;
}
}
.navbar input {
min-height: 44px;
}
.navbar-brand-image {
height: 3rem;
}
.navbar-collapse a.nav-link,
.navbar-collapse a.dropdown-item {
transition: all .1s;
min-height: 44px;
&:hover {
color: var(--tblr-primary) !important;
background: transparent;
}
}
.nav-button {
min-height: 44px;
min-width: 44px;
}
.navbar-collapse .nav-link:focus-visible {
outline: solid 2px var(--tblr-primary);
}
.navbar-plus-badge{
width: 50px;
}