Minor style tweak to assets
This commit is contained in:
parent
c9789f46db
commit
ec2e4dee46
@ -1154,6 +1154,7 @@ section.node-preview.group
|
|||||||
|
|
||||||
> li
|
> li
|
||||||
align-items: baseline
|
align-items: baseline
|
||||||
|
color: $color-text-dark-secondary
|
||||||
display: flex
|
display: flex
|
||||||
padding-left: 10px
|
padding-left: 10px
|
||||||
margin-left: 10px
|
margin-left: 10px
|
||||||
@ -1228,13 +1229,13 @@ section.node-preview.group
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
padding-left: 15px
|
padding-left: 15px
|
||||||
|
|
||||||
|
|
||||||
&.dim
|
|
||||||
color: $color-text-dark-secondary
|
|
||||||
|
|
||||||
&.left-side
|
&.left-side
|
||||||
margin-left: auto
|
margin-left: auto
|
||||||
|
|
||||||
|
// When the asset is type .blend
|
||||||
|
.blend
|
||||||
|
min-width: 52px
|
||||||
|
|
||||||
&.preview
|
&.preview
|
||||||
padding: 0
|
padding: 0
|
||||||
color: $color-text-light-primary
|
color: $color-text-light-primary
|
||||||
|
@ -19,7 +19,7 @@ section.node-preview-forbidden
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% if current_user.is_anonymous %}
|
| {% if current_user.is_anonymous %}
|
||||||
p
|
p(style="margin-top: 15px")
|
||||||
small Already a subscriber?
|
small
|
||||||
a.btn(href="{{ url_for('users.login') }}") Log In
|
a(href="{{ url_for('users.login') }}") Already a subscriber? Log in
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
li(title="Author")
|
li(title="Author")
|
||||||
| {{ node.user.full_name }}
|
| {{ node.user.full_name }}
|
||||||
|
|
||||||
li.dim(
|
li(
|
||||||
title="Created {{ node._created }} (updated {{ node._updated | pretty_date_time }})")
|
title="Created {{ node._created }} (updated {{ node._updated | pretty_date_time }})")
|
||||||
| {{ node._created | pretty_date }}
|
| {{ node._created | pretty_date }}
|
||||||
|
|
||||||
@ -69,9 +69,9 @@
|
|||||||
li.left-side
|
li.left-side
|
||||||
|
|
||||||
| {% if node.file %}
|
| {% if node.file %}
|
||||||
li.dim(title="File size")
|
li(title="File size")
|
||||||
| {{ node.file.length | filesizeformat }}
|
| {{ node.file.length | filesizeformat }}
|
||||||
li.dim.js-type(title="File format")
|
li.js-type(title="File format")
|
||||||
| {{ node.file.content_type }}
|
| {{ node.file.content_type }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user