app/assets/stylesheets/alchemy/nodes.scss in alchemy_cms-7.0.15 vs app/assets/stylesheets/alchemy/nodes.scss in alchemy_cms-7.1.0.pre.b1
- old
+ new
@@ -3,16 +3,15 @@
&.sorting {
padding-top: 100px;
.page_icon {
- cursor: move
+ cursor: move;
}
}
.sitemap_node-level_0 {
-
> .node_name {
font-weight: bold;
}
}
@@ -41,11 +40,11 @@
}
.node_url {
display: flex;
align-items: center;
- padding: 0 2*$default-padding;
+ padding: 0 2 * $default-padding;
white-space: nowrap;
background-color: $sitemap-info-background-color;
line-height: $sitemap-line-height;
font-size: $small-font-size;
@include border-right-radius($default-border-radius);
@@ -79,15 +78,16 @@
}
}
#node_filter_result {
display: none;
- margin-left: 2*$default-margin;
+ margin-left: 2 * $default-margin;
}
.sitemap_node {
- margin: 3*$default-margin 0;
+ height: $sitemap-line-height;
+ margin: 3 * $default-margin 0;
transition: background-color $transition-duration;
&.highlight {
background-color: $sitemap-highlight-color;
}
@@ -100,10 +100,11 @@
background-color: $sitemap-page-hover-color;
border-radius: $default-border-radius;
}
.node_name {
+ height: $sitemap-line-height;
display: flex;
justify-content: space-between;
@include border-left-radius($default-border-radius);
padding: 0 0 0 10px;
margin: 2px;
@@ -125,24 +126,27 @@
.nodes_tree-left_images {
position: relative;
width: 32px;
line-height: $sitemap-line-height;
float: left;
- padding: 0 2*$default-padding;
+ padding: 0 2 * $default-padding;
text-align: center;
}
.nodes_tree-right_tools {
+ display: flex;
height: $sitemap-line-height;
- padding: 0 2*$default-padding;
+ padding: 0 2 * $default-padding;
float: right;
+ align-items: center;
> a {
float: left;
width: $sitemap-line-height;
height: $sitemap-line-height;
line-height: $sitemap-line-height;
text-align: center;
+ text-decoration: none;
margin: 0;
&.disabled .icon {
opacity: 0.25;
filter: grayscale(100%);