| | |
| | | |
| | | @mixin desktop { |
| | | @media screen and (min-width: 961px) { |
| | | @content; |
| | |
| | | @content; |
| | | } |
| | | } |
| | | |
| | | @mixin print { |
| | | @media print { |
| | | @content; |
| | | } |
| | | } |
| | |
| | | content: '\00B7'; |
| | | padding: 4px; |
| | | } |
| | | } |
| | | @media screen and (min-width: 961px), print { |
| | | .footer { |
| | | &--base { |
| | | |
| | | &__sidebar { |
| | | display: none; |
| | | @include desktop{ |
| | | display: inline-block; |
| | | } |
| | | @include print{ |
| | | display: inline-block; |
| | | } |
| | | } |
| | | |
| | | &__base { |
| | | @include desktop{ |
| | | display: none; |
| | | } |
| | | @include print{ |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | | @media screen and (max-width: 960px) { |
| | | .footer { |
| | | &--sidebar { |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | |
| | | <footer class="footer footer--{{ .footerClassModifier }}"> |
| | | <footer class="footer footer__{{ .footerClassModifier }}"> |
| | | <ul class="footer__list"> |
| | | <li class="footer__item"> |
| | | © |