Mega push vol 5, working on messaging now
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&family=Work+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,400,0,0&display=swap');
|
||||
@import 'tailwindcss';
|
||||
@plugin '@tailwindcss/forms';
|
||||
@plugin '@tailwindcss/typography';
|
||||
@@ -68,6 +68,12 @@
|
||||
h4 { @apply font-heading font-normal text-h4 leading-normal; }
|
||||
h5 { @apply font-heading font-normal text-h5 leading-normal; }
|
||||
h6 { @apply font-heading font-normal text-h6 leading-normal; }
|
||||
|
||||
button, [role="button"] { @apply cursor-pointer; }
|
||||
button:disabled, [role="button"][aria-disabled="true"] { @apply cursor-not-allowed; }
|
||||
a { @apply cursor-pointer; }
|
||||
[draggable="true"] { @apply cursor-grab; }
|
||||
[draggable="true"]:active { @apply cursor-grabbing; }
|
||||
}
|
||||
|
||||
/* Scrollbar — no Tailwind equivalent for pseudo-elements */
|
||||
|
||||
Reference in New Issue
Block a user