@bilfenyazilimekibi/bilpack 1.3.15 → 1.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bilpack.css +13 -5
- package/package.json +1 -1
package/dist/bilpack.css
CHANGED
|
@@ -90342,21 +90342,28 @@ html body .v-application .bf-image-file img {
|
|
|
90342
90342
|
}
|
|
90343
90343
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .theme--light.v-input input,
|
|
90344
90344
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .theme--light.v-input textarea {
|
|
90345
|
-
color: #
|
|
90345
|
+
color: #111827 !important;
|
|
90346
90346
|
font-size: 12px !important;
|
|
90347
|
-
font-weight:
|
|
90347
|
+
font-weight: 700 !important;
|
|
90348
|
+
}
|
|
90349
|
+
.v-application .bf-data-table .bf-card .v-card .v-data-table .theme--light.v-input input::placeholder,
|
|
90350
|
+
.v-application .bf-data-table .bf-card .v-card .v-data-table .theme--light.v-input textarea::placeholder {
|
|
90351
|
+
color: #6b7280 !important;
|
|
90352
|
+
font-weight: 600 !important;
|
|
90353
|
+
opacity: 1;
|
|
90348
90354
|
}
|
|
90349
90355
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .bf-data-table-column-filter-field .v-input__prepend-inner {
|
|
90350
90356
|
padding-right: 6px;
|
|
90351
90357
|
}
|
|
90352
90358
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .bf-data-table-column-filter-field .v-input__prepend-inner i {
|
|
90353
90359
|
font-size: 12px !important;
|
|
90360
|
+
color: #6b7280 !important;
|
|
90354
90361
|
}
|
|
90355
90362
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .bf-data-table-column-filter-field .v-input__slot {
|
|
90356
90363
|
box-shadow: none !important;
|
|
90357
90364
|
background: #F3F4F6 !important;
|
|
90358
90365
|
border-radius: 6px !important;
|
|
90359
|
-
color: #
|
|
90366
|
+
color: #111827 !important;
|
|
90360
90367
|
}
|
|
90361
90368
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .bf-data-table-column-filter-field.date .v-text-field__details {
|
|
90362
90369
|
display: none !important;
|
|
@@ -90391,12 +90398,13 @@ html body .v-application .bf-image-file img {
|
|
|
90391
90398
|
background-color: #F3F4F6;
|
|
90392
90399
|
}
|
|
90393
90400
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .v-data-table__wrapper .v-data-table-header tr th {
|
|
90394
|
-
color: #
|
|
90401
|
+
color: #374151;
|
|
90395
90402
|
height: 10px;
|
|
90403
|
+
font-weight: 800;
|
|
90396
90404
|
}
|
|
90397
90405
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .v-data-table__wrapper .v-data-table-header tr th.sortable {
|
|
90398
90406
|
font-size: 12px;
|
|
90399
|
-
font-weight:
|
|
90407
|
+
font-weight: 800 !important;
|
|
90400
90408
|
}
|
|
90401
90409
|
.v-application .bf-data-table .bf-card .v-card .v-data-table .v-data-table__wrapper .v-data-table-header tr th.sortable:first-child {
|
|
90402
90410
|
padding-left: 0;
|