Skip to content
Snippets Groups Projects
Verified Commit ca9dd57a authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

feature: hiiden class and hidden attribute added in scss files

parent ebefe040
No related branches found
No related tags found
1 merge request!255major: release integration of the hubl styling framework
......@@ -22,7 +22,7 @@ html(lang="en")
nav#main__menu.segment.bg-color-heading.lg-quarter.float-left
include menu-left.pug
main#content.segment.bg-color-third.lg-three-quarter.float-left.notLoggedIn
main#content.segment.lg-three-quarter.float-left.notLoggedIn
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
#dashboard(hidden, data-view="dashboard").no-sidebar.with-padding
include page-dashboard.pug
......
......@@ -17,5 +17,13 @@
box-sizing: inherit;
}
.hidden, [hidden] {
display: none !important;
}
main {
background-color: pink;
}
@import 'hubl-framework/_index';
@import 'hubl-app/_index';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment