buttons, icons, input
This commit is contained in:
@@ -1,3 +1,53 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
color: #141414;
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.title-l {
|
||||
@apply text-2xl leading-[120%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.title-m {
|
||||
@apply text-xl leading-[110%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.title-s {
|
||||
@apply text-base leading-[110%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.text-m {
|
||||
@apply text-base leading-[125%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.text-s {
|
||||
@apply text-sm leading-[115%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
/* .text-xs {
|
||||
@apply text-xs leading-[110%] tracking-[-0.02em];
|
||||
} */
|
||||
|
||||
.button-m {
|
||||
@apply text-sm leading-[115%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.button-s {
|
||||
@apply text-xs leading-[130%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.caption-m {
|
||||
@apply text-sm leading-[120%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.caption-s {
|
||||
@apply text-xs leading-[120%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.caption-xs {
|
||||
@apply text-[10px] leading-[110%] tracking-[-0.02em];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user