mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add style .bg-lightgrey in AccountOverview.vue
This commit is contained in:
parent
ea1352d571
commit
1dff467b10
@ -140,4 +140,7 @@ export default {
|
||||
height: 2rem;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.bg-lightgrey {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user