Add style .bg-lightgrey in AccountOverview.vue

This commit is contained in:
ogerly 2021-12-11 09:38:32 +01:00
parent ea1352d571
commit 1dff467b10
2 changed files with 6 additions and 3 deletions

View File

@ -140,4 +140,7 @@ export default {
height: 2rem;
padding-left: 10px;
}
.bg-lightgrey {
background-color: #f0f0f0;
}
</style>

View File

@ -4,7 +4,7 @@
<b-row>
<b-col class="col-6">
<b-row>
<b-col class="col-11 ml-2 p-3" style="background-color: #f0f0f0">
<b-col class="col-11 ml-2 p-3 bg-lightgrey">
<status
class="gdd-status-gdd"
:pending="pending"
@ -14,9 +14,9 @@
</b-col>
</b-row>
</b-col>
<b-col class="col-6 text-right">
<b-col class="col-6 text-right bg-lightgrey">
<b-row>
<b-col class="p-3" style="background-color: #f0f0f0">
<b-col class="p-3">
<status
class="gdd-status-gdt"
:pending="pending"