feature: hiiden class and hidden attribute added in scss files

This commit is contained in:
gaelle morin 2020-12-14 11:41:26 +01:00
parent ebefe0405d
commit ca9dd57a2e
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -17,5 +17,13 @@
box-sizing: inherit;
}
.hidden, [hidden] {
display: none !important;
}
main {
background-color: pink;
}
@import 'hubl-framework/_index';
@import 'hubl-app/_index';