Finish UI stuff for today

This commit is contained in:
Dane Everitt 2019-02-03 17:45:22 -08:00
parent 89d29cf46b
commit 6c7a5d5bb9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 27 additions and 26 deletions

View file

@ -15,11 +15,11 @@
}
&.clickable {
@apply .no-underline;
@apply .no-underline .cursor-pointer;
}
&.active-selection, &.clickable:hover {
@apply .bg-grey-lightest .border-blue-light .text-blue-dark;
@apply .bg-grey-lightest .text-grey-darkest .shadow;
}
& > .icon {
@ -65,13 +65,14 @@
}
.filemanager-breadcrumbs {
@apply .px-4 .py-3 .mb-6 .rounded .border .bg-grey-lightest .text-grey-darker;
@apply .px-4 .py-3 .mb-6 .rounded .bg-white .text-grey-darker .shadow-md;
& a {
@apply .no-underline .text-blue-light;
@apply .no-underline .text-blue;
transition: color 50ms ease-in;
&:hover {
@apply .text-blue-dark;
@apply .text-blue-darker;
}
}
}

View file

@ -4,7 +4,7 @@
transition: opacity 250ms ease;
& > .modal-container {
@apply .relative .p-8 .bg-white .w-full .max-w-md .m-auto .flex-col .flex;
@apply .relative .p-8 .bg-white .w-full .max-w-md .m-auto .flex-col .flex .rounded;
transition: all 250ms ease;
margin-top: 15%;

View file

@ -1,5 +1,5 @@
.nav {
@apply .bg-blue .border-b .border-t .border-blue-darkest;
@apply .bg-blue-dark .border-b .border-t .border-blue-darkest;
height: 56px;
& .logo {