|
@@ -337,17 +337,19 @@ Page 'Mon abonnement'
|
|
|
border: solid 1px rgb(var(--v-theme-on-primary));
|
|
border: solid 1px rgb(var(--v-theme-on-primary));
|
|
|
|
|
|
|
|
.v-row:nth-child(1) {
|
|
.v-row:nth-child(1) {
|
|
|
- background: rgb(var(--v-theme-primary));
|
|
|
|
|
|
|
+ //background: rgb(var(--v-theme-neutral-soft));
|
|
|
height: 64px;
|
|
height: 64px;
|
|
|
- color: rgb(var(--v-theme-on-primary));
|
|
|
|
|
- font-size: 15px;
|
|
|
|
|
|
|
+ color: rgb(var(--v-theme-on-neutral-soft));
|
|
|
|
|
+ //font-size: 15px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
|
+ border-bottom: solid 1px rgb(var(--v-theme-neutral));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.v-row:nth-child(2) {
|
|
.v-row:nth-child(2) {
|
|
|
height: 230px;
|
|
height: 230px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
|
+ border-bottom: solid 1px rgb(var(--v-theme-neutral));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.v-row:nth-child(3) {
|
|
.v-row:nth-child(3) {
|