Updated
This commit is contained in:
parent
8197905483
commit
efc045bebd
48 changed files with 779 additions and 1140 deletions
23
@dasig/components/Footer.astro
Normal file
23
@dasig/components/Footer.astro
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<footer class="dasig-footer">
|
||||
<small><slot /></small>
|
||||
</footer>
|
||||
|
||||
<style lang="sass">
|
||||
@use '../../configs/design/sizes' as view
|
||||
|
||||
.dasig-footer
|
||||
padding: 1rem 0
|
||||
margin: 0 2rem
|
||||
position: fixed
|
||||
bottom: 0
|
||||
width: 100%
|
||||
opacity: 0.8
|
||||
font-size: 1rem
|
||||
|
||||
@media only screen and (max-width: view.$tablet)
|
||||
font-size: 0.75rem
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue