memos home module

This commit is contained in:
2020-05-09 13:04:15 +02:00
parent 7e3529cecf
commit 6ef804c01a
8 changed files with 109 additions and 60 deletions

View File

@@ -30,3 +30,6 @@
max-width: 12rem;
}
.min-h-16 {
min-height: 4rem;
}

View File

@@ -1,28 +1,5 @@
// Elements
//@for $i from 1 through 9 {
//
// .bg-primary-#{$i}00 {
// @apply bg-green-#{$i}00;
// }
//
// .hover:bg-primary-#{$i}00 {
// @apply bg-green-#{$i}00;
// }
//
// .bg-secondary-#{$i}00 {
// @apply bg-blue-#{$i}00;
// }
//
// .text-primary-#{$i}00 {
// @apply text-gray-#{$i}00;
// }
//
// .hover:text-primary-#{$i}00 {
// @apply text-gray-#{$i}00;
// }
//}
.page-title {
@apply text-3xl font-bold text-gray-900;
}
@@ -85,12 +62,4 @@ a {
h2 {
@apply text-2xl text-center font-bold;
}
&:hover {
@apply bg-gray-500 text-gray-700;
h2 {
@apply text-gray-700;
}
}
}