Update navigation icons

This commit is contained in:
Dane Everitt 2018-09-13 21:23:13 -07:00
parent 5404b81193
commit 63375d0f37
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 27 additions and 9 deletions

View file

@ -17,7 +17,8 @@
& > .search-box {
& > .search-input {
@apply .text-sm .p-2 .mt-3 .mx-3 .rounded .border .border-blue-darker .bg-grey-lightest .text-grey-darkest;
@apply .text-sm .p-2 .mx-3 .rounded .border .border-blue-darker .bg-grey-lightest .text-grey-darkest;
margin-top: 0.6rem;
width: 26rem;
opacity: 0.7;
transition: ease-in-out opacity 150ms;
@ -53,7 +54,7 @@
& > li {
@apply .inline-block;
& > a {
@apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm .p-5;
@apply .block .h-full .no-underline .text-grey-lighter .font-light .text-xl .px-5 .py-4;
&:hover {
@apply .bg-blue-dark;