Blender Studio pull request - Version 2.2.0 update #104394
@ -78,8 +78,6 @@
|
|||||||
|
|
||||||
.modal-header
|
.modal-header
|
||||||
// TODO: consider changing background noise img raster to svg
|
// TODO: consider changing background noise img raster to svg
|
||||||
background-blend-mode: multiply
|
|
||||||
background-color: var(--color-bg)
|
|
||||||
border-bottom: 0
|
border-bottom: 0
|
||||||
display: block
|
display: block
|
||||||
justify-content: center
|
justify-content: center
|
||||||
|
@ -332,6 +332,10 @@ sup
|
|||||||
top: -1em
|
top: -1em
|
||||||
|
|
||||||
/* Utilities. */
|
/* Utilities. */
|
||||||
|
// TODO: fix style utility in web-assets
|
||||||
|
.bg-black
|
||||||
|
background-color: black !important
|
||||||
|
|
||||||
.fade
|
.fade
|
||||||
&:not(.show)
|
&:not(.show)
|
||||||
height: 0 !important
|
height: 0 !important
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
{% include 'common/components/spoiler_alert.html' %}
|
{% include 'common/components/spoiler_alert.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="col-lg-7 col-md-6 modal-header p-0" style="background-image: url('{% static 'common/images/asset-bg-noise-2x-opacity-20.png' %}')">
|
<div class="bg-black col-lg-7 col-md-6 modal-header p-0">
|
||||||
<div class="align-items-center d-flex d-md-none justify-content-between px-3 py-4">
|
<div class="align-items-center d-flex d-md-none justify-content-between px-3 py-4">
|
||||||
<div>
|
<div>
|
||||||
<h3 class="mb-0">{{ asset.name }}</h3>
|
<h3 class="mb-0">{{ asset.name }}</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user