mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
Biggerify the navigation
This commit is contained in:
parent
dae780249f
commit
b1b6a7eecd
@ -1,9 +1,9 @@
|
||||
.nav {
|
||||
@apply .bg-blue;
|
||||
height: 48px;
|
||||
@apply .bg-blue .border-b .border-t .border-blue-darkest;
|
||||
height: 56px;
|
||||
|
||||
& > .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 {
|
||||
color: inherit;
|
||||
@ -21,8 +21,7 @@
|
||||
& > li {
|
||||
@apply .inline-block;
|
||||
& > a {
|
||||
@apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm;
|
||||
padding: 15px;
|
||||
@apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm .p-5;
|
||||
|
||||
&:hover {
|
||||
@apply .bg-blue-dark;
|
||||
|
Loading…
Reference in New Issue
Block a user