-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
193 additions
and
27 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
src/page/registerPet/index/component/petHealth/PetHealth.css.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { style } from "@vanilla-extract/css"; | ||
|
||
export const btnWrapper = style({ | ||
maxWidth: "76.8rem", | ||
width: "100%", | ||
position: "fixed", | ||
bottom: 0, | ||
display: "grid", | ||
gridTemplateColumns: "9.6rem calc(100% - 10.8rem)", | ||
gap: "1.2rem", | ||
whiteSpace: "nowrap", | ||
padding: "1.2rem 2rem 3.2rem 2rem", | ||
}); |
197 changes: 175 additions & 22 deletions
197
src/page/registerPet/index/component/petHealth/PetHealth.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters