mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Website redesign
This commit is contained in:
19
website/styles/custom-utilities.css
Normal file
19
website/styles/custom-utilities.css
Normal file
@ -0,0 +1,19 @@
|
||||
@layer utilities {
|
||||
.disabled {
|
||||
@apply opacity-50 cursor-not-allowed;
|
||||
}
|
||||
.h-screen-12 {
|
||||
height: calc(100vh - 3rem);
|
||||
}
|
||||
.max-h-screen-12 {
|
||||
max-height: calc(100vh - 3rem);
|
||||
}
|
||||
|
||||
.dark-block {
|
||||
@apply hidden dark:block;
|
||||
}
|
||||
.light-block {
|
||||
@apply block dark:hidden;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user