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 {
|
%hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue