-
Notifications
You must be signed in to change notification settings - Fork 12
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
25 additions
and
29 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,25 @@ | ||
footer { | ||
@apply flex items-center justify-center fixed bg-white-100; | ||
gap: 2rem; | ||
bottom: 0; | ||
padding: 1.5rem 13.5rem; | ||
width: 100%; | ||
@apply fixed bottom-0 z-10 w-full; | ||
|
||
stroke-width: 1px; | ||
stroke: var(--NEUTRAS-20, #CFCFCF); | ||
|
||
p { | ||
font-size: 0.75rem; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 1.25rem; | ||
} | ||
} | ||
|
||
@media (max-width: 768px) { | ||
footer { | ||
@apply absolute flex-wrap; | ||
div { | ||
@apply absolute flex flex-wrap items-center justify-center bg-white-100; | ||
gap: 2rem; | ||
padding: 1.5rem 1rem; | ||
align-items: center; | ||
|
||
stroke-width: 0; | ||
box-shadow: 0px 0px 20px 2px rgba(64, 64, 64, 0.10); | ||
|
||
p { | ||
text-align: center; | ||
font-size: 0.75rem; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 1.25rem; | ||
} | ||
} | ||
} | ||
|
||
@media (max-width: 767px) { | ||
footer { | ||
@apply absolute; | ||
} | ||
} |
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