|
|
@ -161,7 +161,7 @@ thead th
|
|
|
|
flex-wrap: wrap
|
|
|
|
flex-wrap: wrap
|
|
|
|
justify-content: right
|
|
|
|
justify-content: right
|
|
|
|
gap: $large-spacer
|
|
|
|
gap: $large-spacer
|
|
|
|
margin: $large-spacer $huge-spacer $large-spacer $large-spacer
|
|
|
|
margin: $large-spacer $huge-spacer $large-spacer auto
|
|
|
|
|
|
|
|
|
|
|
|
.button, .button:hover
|
|
|
|
.button, .button:hover
|
|
|
|
background-color: transparent
|
|
|
|
background-color: transparent
|
|
|
@ -187,6 +187,12 @@ thead th
|
|
|
|
min-height: 16px
|
|
|
|
min-height: 16px
|
|
|
|
margin-bottom: 0px
|
|
|
|
margin-bottom: 0px
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.footer-elements
|
|
|
|
|
|
|
|
display: flex
|
|
|
|
|
|
|
|
flex-direction: row
|
|
|
|
|
|
|
|
flex-wrap: wrap
|
|
|
|
|
|
|
|
align-items: stretch
|
|
|
|
|
|
|
|
justify-content: space-between
|
|
|
|
.footer
|
|
|
|
.footer
|
|
|
|
text-align: center
|
|
|
|
text-align: center
|
|
|
|
padding-top: $large-spacer
|
|
|
|
padding-top: $large-spacer
|
|
|
|