19 lines
404 B
SCSS
19 lines
404 B
SCSS
![]() |
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
.FormText {
|
||
|
@apply flex flex-shrink-0 flex-grow-0 font-bold text-[#666666FF];
|
||
|
}
|
||
|
|
||
|
.FormList {
|
||
|
@apply box-border pt-12 px-9 pb-0 flex items-center text-3xl;
|
||
|
}
|
||
|
|
||
|
.LoginBar {
|
||
|
@apply w-full flex-col h-32 flex box-border pt-[4vw] px-[3vw] pb-0 justify-center items-center;
|
||
|
}
|
||
|
|
||
|
.LoginText {
|
||
|
@apply w-full h-20 text-3xl font-bold rounded-[4px];
|
||
|
}
|