mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
35 lines
482 B
Sass
35 lines
482 B
Sass
body
|
|
min-height: 100vh
|
|
background-color: $background
|
|
display: flex
|
|
min-height: 100vh
|
|
flex-direction: column
|
|
|
|
a
|
|
color: $betterave
|
|
|
|
main
|
|
flex: 1
|
|
|
|
.box.is-info, .card.is-info
|
|
border-bottom: 2px solid $beige
|
|
border-right: 1px solid $beige
|
|
|
|
.box.full-height
|
|
height: 100%
|
|
|
|
.footer
|
|
padding: 0
|
|
font-size: 0.7rem
|
|
.content
|
|
padding: 0
|
|
.modal-card-foot
|
|
display: block
|
|
padding: 1rem
|
|
|
|
.modal-card
|
|
max-width: 90vw
|
|
|
|
.modal-card-head
|
|
padding: 1rem
|
|
justify-content: space-between
|