Skip to content
Snippets Groups Projects
Unverified Commit 98e4bf37 authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #454 from noesya/refactor/blocks

Fixed contrast issue with cta
parents fc276346 a1ddc5ed
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ a[target="_blank"]::after
margin: 0 0.05rem 0 0.1rem
vertical-align: -1px
width: 0.8rem
filter: invert(1)
......@@ -13,12 +13,12 @@
</a>
</div>
<div class="flex-fill">
<div class="row">
<div class="row mb-n3">
<div class="col-lg-4">
<%= block_component_edit :id, template: @element, label: '' %>
</div>
</div>
<div class="row" v-if="!element.id">
<div class="row mb-n3" v-if="!element.id">
<div class="col-lg-4">
<%= block_component_edit :name, template: @element %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment