Cleanup and title-underline utility
This commit is contained in:
parent
04e51a9d3f
commit
02a7014bf4
@ -361,7 +361,7 @@
|
|||||||
=node-details-description
|
=node-details-description
|
||||||
+clearfix
|
+clearfix
|
||||||
color: $color-text
|
color: $color-text
|
||||||
font-size: 1.33em
|
font-size: 1.25em
|
||||||
word-break: break-word
|
word-break: break-word
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
@ -671,3 +671,17 @@
|
|||||||
|
|
||||||
&:before
|
&:before
|
||||||
+text-gradient($primary-accent, $primary)
|
+text-gradient($primary-accent, $primary)
|
||||||
|
|
||||||
|
.title-underline
|
||||||
|
padding-bottom: 5px
|
||||||
|
position: relative
|
||||||
|
margin-bottom: 20px
|
||||||
|
|
||||||
|
&:before
|
||||||
|
background-color: $primary
|
||||||
|
content: ' '
|
||||||
|
display: block
|
||||||
|
height: 2px
|
||||||
|
top: 125%
|
||||||
|
position: absolute
|
||||||
|
width: 50px
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
| {% if node_type_name == 'group' %}
|
| {% if node_type_name == 'group' %}
|
||||||
| {% set node_type_name = 'folder' %}
|
| {% set node_type_name = 'folder' %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
li(class="button-{{ node_type['name'] }}")
|
li
|
||||||
a.dropdown-item(
|
a.dropdown-item(
|
||||||
class="item_add_node",
|
class="item_add_node",
|
||||||
href="#",
|
href="#",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user