Help lightbox litle layout fix. Should be improved in future
parent
4702eaab66
commit
f4d7c6e5eb
|
@ -26,5 +26,5 @@ block content
|
||||||
|
|
||||||
include views/modules/admin/project-points
|
include views/modules/admin/project-points
|
||||||
|
|
||||||
div.hidden.lightbox.lightbox-generic-notion(id="notion-admin-project-values-us-points", tg-lb-notion)
|
div.hidden.lightbox.lightbox-generic-notion.notion-admin-project-values-us-points(id="notion-admin-project-values-us-points", tg-lb-notion)
|
||||||
include views/modules/help-notions/lightbox-notion-admin-project-values-us-points
|
include views/modules/help-notions/lightbox-notion-admin-project-values-us-points
|
||||||
|
|
|
@ -134,6 +134,11 @@ $prefix-for-spec: true;
|
||||||
@import 'layout/wiki';
|
@import 'layout/wiki';
|
||||||
@import 'layout/wiki-edit';
|
@import 'layout/wiki-edit';
|
||||||
|
|
||||||
|
//#################################################
|
||||||
|
// Help
|
||||||
|
//#################################################
|
||||||
|
@import 'modules/help/lightbox-generic-notion';
|
||||||
|
|
||||||
//#################################################
|
//#################################################
|
||||||
// Shame
|
// Shame
|
||||||
//#################################################
|
//#################################################
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
.lightbox-generic-notion {
|
||||||
|
section {
|
||||||
|
@include table-flex-child(0, 600px, 0);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue