diff options
author | Volpeon <git@volpeon.ink> | 2023-02-13 20:26:02 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-02-13 20:26:02 +0100 |
commit | a0a161ab7ef57d8e808ba45004f1d4d62c828ad2 (patch) | |
tree | a7ce0e181884a8043ef80b035cebcf359454076c /tpl | |
parent | Update (diff) | |
download | iro-design-a0a161ab7ef57d8e808ba45004f1d4d62c828ad2.tar.gz iro-design-a0a161ab7ef57d8e808ba45004f1d4d62c828ad2.tar.bz2 iro-design-a0a161ab7ef57d8e808ba45004f1d4d62c828ad2.zip |
Update
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/index.pug | 2 | ||||
-rw-r--r-- | tpl/objects/action-menu.pug | 2 | ||||
-rw-r--r-- | tpl/objects/bubble.pug | 2 | ||||
-rw-r--r-- | tpl/objects/dialog.pug | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index 15929cf..0bafbc9 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
@@ -125,7 +125,7 @@ html | |||
125 | +view-bubble | 125 | +view-bubble |
126 | +view-bubble-group | 126 | +view-bubble-group |
127 | 127 | ||
128 | .c-sidebar.l-overflow.u-themed.t-raised.u-p-75.u-br-1 | 128 | .c-sidebar.l-overflow.u-themed.t-up.u-p-75 |
129 | +menu | 129 | +menu |
130 | each view in views | 130 | each view in views |
131 | +menu-item(tag='a' href='#' + view.id)= view.title | 131 | +menu-item(tag='a' href='#' + view.id)= view.title |
diff --git a/tpl/objects/action-menu.pug b/tpl/objects/action-menu.pug index bb21d9e..be9d86d 100644 --- a/tpl/objects/action-menu.pug +++ b/tpl/objects/action-menu.pug | |||
@@ -2,7 +2,7 @@ include icon.pug | |||
2 | include status-indicator.pug | 2 | include status-indicator.pug |
3 | 3 | ||
4 | mixin action-menu | 4 | mixin action-menu |
5 | .o-action-menu.u-p-static.t-raised | 5 | .o-action-menu.u-p-static.t-up |
6 | block | 6 | block |
7 | 7 | ||
8 | mixin action-menu-item | 8 | mixin action-menu-item |
diff --git a/tpl/objects/bubble.pug b/tpl/objects/bubble.pug index 52f8949..8d878c8 100644 --- a/tpl/objects/bubble.pug +++ b/tpl/objects/bubble.pug | |||
@@ -11,7 +11,7 @@ mixin bubble(user) | |||
11 | 'o-bubble': true, | 11 | 'o-bubble': true, |
12 | 'o-bubble--75': attributes.compact, | 12 | 'o-bubble--75': attributes.compact, |
13 | 'o-bubble--highlight': attributes.highlight, | 13 | 'o-bubble--highlight': attributes.highlight, |
14 | 't-raised': !attributes.theme | 14 | 't-up': !attributes.theme |
15 | } | 15 | } |
16 | if (attributes.class) { | 16 | if (attributes.class) { |
17 | classes[attributes.class] = true | 17 | classes[attributes.class] = true |
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug index 26b953b..7ac9c3d 100644 --- a/tpl/objects/dialog.pug +++ b/tpl/objects/dialog.pug | |||
@@ -18,7 +18,7 @@ mixin dialog(title) | |||
18 | let headerClass = { | 18 | let headerClass = { |
19 | 'o-dialog__header': true, | 19 | 'o-dialog__header': true, |
20 | 'u-themed': !attributes.flat, | 20 | 'u-themed': !attributes.flat, |
21 | 't-lowered': !attributes.flat, | 21 | 't-down': !attributes.flat, |
22 | 'l-media': true, | 22 | 'l-media': true, |
23 | } | 23 | } |
24 | 24 | ||