Skip to content
Snippets Groups Projects
Commit 1427ab7f authored by Fadil's avatar Fadil Committed by pybelecalo
Browse files

[US TRTL-632] Move deprecated vitam-ui body

parent 355d1b50
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,6 @@ $footer-height: 100px !default;
}
}
.vitamui-body {
min-height: calc(100vh - #{$header-height + $footer-height});
}
/**** DEPRECATED : REMOVE AT THE END OF THE REDESIGN **/
.vitamui-header {
background-image: url('/assets/background.jpg');
......@@ -89,3 +85,7 @@ $footer-height: 100px !default;
margin-right: 17px;
}
}
.vitamui-body {
min-height: calc(100vh - #{$header-height + $footer-height});
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment