removed sass placeholder
(i) change from parent project hippie
This commit is contained in:
parent
f8ffd90a83
commit
cb93384315
2 changed files with 2 additions and 9 deletions
|
@ -17,14 +17,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
%h_content_full {
|
||||
height: 100%;
|
||||
|
||||
body {
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
%hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
|
||||
.html_card {
|
||||
@extend %h_content_full;
|
||||
height: 100%;
|
||||
|
||||
body {
|
||||
min-height: 100%;
|
||||
|
||||
.card_bkg {
|
||||
@extend %full_parent;
|
||||
|
|
Loading…
Reference in a new issue