memos home module
This commit is contained in:
31
resources/sass/components/_elements.scss
vendored
31
resources/sass/components/_elements.scss
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user