Enhance modal functionality with ModalContainer component; update ShareModal to use ModalWrapper; improve responsive text sizes in index.css; integrate FloatingActionButton in HomePage for popup sharing.
This commit is contained in:
+10
-10
@@ -12,23 +12,23 @@ body {
|
||||
|
||||
@layer utilities {
|
||||
.title-l {
|
||||
@apply text-2xl leading-[120%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[1.667vw] text-2xl leading-[120%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.title-m {
|
||||
@apply text-xl leading-[110%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[1.389vw] text-xl leading-[110%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.title-s {
|
||||
@apply text-base leading-[110%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[1.111vw] text-base leading-[110%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.text-m {
|
||||
@apply text-base leading-[125%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[1.111vw] text-base leading-[125%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.text-s {
|
||||
@apply text-sm leading-[115%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[0.972vw] text-sm leading-[115%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
/* .text-xs {
|
||||
@@ -36,22 +36,22 @@ body {
|
||||
} */
|
||||
|
||||
.button-m {
|
||||
@apply text-sm leading-[115%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[0.972vw] text-sm leading-[115%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.button-s {
|
||||
@apply text-xs leading-[130%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[0.833vw] text-xs leading-[130%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.caption-m {
|
||||
@apply text-sm leading-[120%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[0.972vw] text-sm leading-[120%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.caption-s {
|
||||
@apply text-xs leading-[120%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[0.833vw] text-xs leading-[120%] tracking-[-0.02em];
|
||||
}
|
||||
|
||||
.caption-xs {
|
||||
@apply text-[10px] leading-[110%] tracking-[-0.02em];
|
||||
@apply 2xl:text-[0.729vw] text-[10px] leading-[110%] tracking-[-0.02em];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user