Merge branch 'Antrean-Code' of https://git.rssa.top/arie.bagus.2905/Web-Antrean into Antrean-Code
This commit is contained in:
@@ -308,8 +308,8 @@
|
||||
</v-col>
|
||||
<v-col cols="6">
|
||||
<v-btn
|
||||
color="warning-600"
|
||||
class="text-neutral-900"
|
||||
color="danger-600"
|
||||
class="text-neutral-900 text-white"
|
||||
size="large"
|
||||
block
|
||||
@click="registerPatientDirectly('FAST_TRACK')"
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
v-for="(loketId, idx) in item.loket.slice(0, 3)"
|
||||
:key="idx"
|
||||
size="small"
|
||||
class="ma-1 chip-secondary-outline"
|
||||
class="ma-1 chip-primary-outline"
|
||||
>
|
||||
{{ getLoketNameById(loketId) }}
|
||||
</v-chip>
|
||||
@@ -202,7 +202,7 @@
|
||||
v-for="loketId in formData.loket"
|
||||
:key="loketId"
|
||||
size="small"
|
||||
class="ma-1 chip-secondary-outline"
|
||||
class="ma-1 chip-primary-outline"
|
||||
>
|
||||
{{ getLoketNameById(loketId) }}
|
||||
</v-chip>
|
||||
@@ -562,10 +562,10 @@ $font-weight-semibold: 600;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.chip-secondary-outline {
|
||||
border: 1px solid $secondary-600;
|
||||
.chip-primary-outline {
|
||||
border: 1px solid $primary-600;
|
||||
background-color: transparent !important;
|
||||
color: $secondary-600 !important;
|
||||
color: $primary-600 !important;
|
||||
font-weight: $font-weight-medium;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
@@ -580,7 +580,7 @@ $font-weight-semibold: 600;
|
||||
}
|
||||
|
||||
.btn-edit {
|
||||
background-color: $secondary-600 !important;
|
||||
background-color: $primary-600 !important;
|
||||
color: $neutral-100 !important;
|
||||
text-transform: none;
|
||||
font-weight: $font-weight-semibold;
|
||||
@@ -688,13 +688,13 @@ $font-weight-semibold: 600;
|
||||
// CHIPS
|
||||
// ============================================
|
||||
.chip-secondary {
|
||||
background-color: $secondary-600 !important;
|
||||
background-color: $primary-600 !important;
|
||||
color: $neutral-100 !important;
|
||||
font-weight: $font-weight-medium;
|
||||
}
|
||||
|
||||
.chip-secondary-small {
|
||||
background-color: $secondary-600 !important;
|
||||
background-color: $primary-600 !important;
|
||||
color: $neutral-100 !important;
|
||||
font-weight: $font-weight-semibold;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user