fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tutorial in editor (mechanics only)
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
nodes.less
diff --git
a/src/editor/modules/documentCanvas/nodes.less
b/src/editor/modules/documentCanvas/nodes.less
index
3b47209
..
d33ea00
100644
(file)
--- a/
src/editor/modules/documentCanvas/nodes.less
+++ b/
src/editor/modules/documentCanvas/nodes.less
@@
-20,12
+20,6
@@
border: none;
}
border: none;
}
-.grid-on {
- [wlxml-tag] {
- .rng-common-hoveredNode;
- }
-}
-
[wlxml-tag=span] {
min-width: 10px;
}
[wlxml-tag=span] {
min-width: 10px;
}
@@
-145,25
+139,14
@@
}
}
+[wlxml-class="img"] {
+ background-repeat: no-repeat;
+ background-size: auto 100%;
+ height: 100px;
+ background-position: 50%;
+}
+
[wlxml-tag="aside"] {
margin-top: 10px;
margin-bottom: 10px;
[wlxml-tag="aside"] {
margin-top: 10px;
margin-bottom: 10px;
-
- [wlxml-class='gap'] {
- display: inline;
- }
}
}
-
-[wlxml-class="gap"] {
- &:before, &:after {
- color: darken(@blue, 10%);
- font-weight: bold;
- //vertical-align: super;
- }
- &:before {
- content: "(";
- }
- &:after {
- content: ")";
- }
-}
\ No newline at end of file