card navigation refactoring

This commit is contained in:
Čarodej
2021-11-23 10:31:45 +01:00
parent b6c77a6685
commit 884c36a5a3
13 changed files with 295 additions and 222 deletions

View File

@@ -135,7 +135,7 @@ export default {
@import '/resources/sass/vuefilemanager/_mixins';
.card {
@apply bg-white px-9 pt-8 pb-9 rounded-xl lg:mb-6 mb-4
@apply bg-white lg:p-8 p-6 rounded-lg lg:mb-6 mb-4
}
.input-dark {