Skip to content

Commit 80dbe0c

Browse files
author
Wesley
committed
add import
1 parent 23e800a commit 80dbe0c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

styles/web/sass/core/widgets/_popupmenu.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//
2+
// DISCLAIMER:
3+
// Do not change this file because it is core styling.
4+
// Customizing core files will make updating Atlas much more difficult in the future.
5+
// To customize any core styling, copy the part you want to customize to styles/web/sass/app/ so the core styling is overwritten.
6+
//
7+
8+
/* ==========================================================================
9+
Popup Menu
10+
11+
Default Mendix Popup Menus
12+
========================================================================== */
113
.popupmenu {
214
position: relative;
315
display: inline-flex;

styles/web/sass/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
@import 'core/widgets/navigationlist';
5353
@import 'core/widgets/navigationtree';
5454
@import 'core/helpers/navigationtree';
55+
@import 'core/widgets/popupmenu';
5556
@import 'core/widgets/simplemenubar';
5657
@import 'core/helpers/simplemenubar';
5758
@import 'core/widgets/radiobuttons';

0 commit comments

Comments
 (0)