Finish UI stuff for today
This commit is contained in:
parent
89d29cf46b
commit
6c7a5d5bb9
6 changed files with 27 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue