1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 01:22:30 +01:00

Biggerify the navigation

This commit is contained in:
Dane Everitt 2018-09-11 20:08:01 -07:00
parent dae780249f
commit b1b6a7eecd
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -1,9 +1,9 @@
.nav { .nav {
@apply .bg-blue; @apply .bg-blue .border-b .border-t .border-blue-darkest;
height: 48px; height: 56px;
& > .logo { & > .logo {
@apply .mx-8 .font-sans .font-thin .text-2xl .text-white .inline-block .pt-2; @apply .mx-8 .font-sans .font-thin .text-3xl .text-white .inline-block .pt-2;
& a { & a {
color: inherit; color: inherit;
@ -21,8 +21,7 @@
& > li { & > li {
@apply .inline-block; @apply .inline-block;
& > a { & > a {
@apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm; @apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm .p-5;
padding: 15px;
&:hover { &:hover {
@apply .bg-blue-dark; @apply .bg-blue-dark;