Styling tweaks
This commit is contained in:
parent
8db9d9bbee
commit
2744280362
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
|||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main bg-white p-6 rounded border border-grey-lighter flex-grow">
|
||||
<div class="bg-white p-6 rounded border border-grey-light h-full">
|
||||
<router-view></router-view>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue