removed sass placeholder

(i) change from parent project hippie
This commit is contained in:
Stephan Hagedorn 2020-05-08 19:55:55 +02:00
parent f8ffd90a83
commit cb93384315
2 changed files with 2 additions and 9 deletions

View file

@ -17,14 +17,6 @@
} }
} }
%h_content_full {
height: 100%;
body {
min-height: 100%;
}
}
%hidden { %hidden {
display: none; display: none;
} }

View file

@ -2,9 +2,10 @@
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
.html_card { .html_card {
@extend %h_content_full; height: 100%;
body { body {
min-height: 100%;
.card_bkg { .card_bkg {
@extend %full_parent; @extend %full_parent;