Styling tweaks

This commit is contained in:
Dane Everitt 2018-07-20 23:49:12 -07:00
parent 8db9d9bbee
commit 2744280362
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 3 deletions

View file

@ -48,11 +48,11 @@
@apply .block .py-3 .px-8 .text-grey-darkest .no-underline;
&:hover {
@apply .border-r-4 .border-blue-lightest;
@apply .border-l-4 .border-blue-lightest;
}
&.router-link-exact-active {
@apply .text-blue .border-r-4 .border-blue;
@apply .text-blue .border-l-4 .border-blue;
}
}
}