Commit 5c90815f authored by Filipa Lacerda's avatar Filipa Lacerda

Update labels, buttons and well

parent 06cc6547
...@@ -66,13 +66,13 @@ export default { ...@@ -66,13 +66,13 @@ export default {
class="row prepend-top-10 append-bottom-10" class="row prepend-top-10 append-bottom-10"
:key="index" :key="index"
> >
<label class="col-sm-2 text-right"> <label class="col-sm-2 text-right font-weight-bold">
{{ field.text }}: {{ field.text }}:
</label> </label>
<div class="col-sm-10 text-secondary"> <div class="col-sm-10 text-secondary">
<div <div
v-if="hasInstances(field, key)" v-if="hasInstances(field, key)"
class="well" class="info-well"
> >
<ul class="report-block-list"> <ul class="report-block-list">
<li <li
......
...@@ -127,8 +127,4 @@ ...@@ -127,8 +127,4 @@
width: $modal-lg; width: $modal-lg;
max-width: $modal-lg; max-width: $modal-lg;
} }
// TODO remove this when gl_modal support not rendering the footer
.modal-footer {
display: block;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment