Skip to content

Commit 349ec7d

Browse files
committed
ungoof navigation
1 parent e65854c commit 349ec7d

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

resources/assets/styles/components/navigation.css

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
.nav {
2-
@apply .flex;
3-
4-
a {
5-
@apply .py-6 .px-6 .text-white .no-underline;
6-
7-
&:hover {
8-
@apply .bg-blue-dark;
9-
}
10-
11-
&.router-link-active {
12-
@apply .bg-blue-dark;
13-
}
14-
15-
&:last-child {
16-
@apply mr-0;
17-
}
18-
}
19-
}
20-
21-
/*.nav {
222
@apply .bg-blue;
233
height: 48px;
244

@@ -63,7 +43,7 @@
6343
@apply .float-right .mx-8 .inline-block;
6444
}
6545
}
66-
}*/
46+
}
6747

6848
.sidenav {
6949
@apply .mb-2;

0 commit comments

Comments
 (0)