@pmidc/upyog-css 1.2.33 → 1.2.34
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/index.css +75 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +93 -0
package/dist/index.css
CHANGED
|
@@ -21213,6 +21213,81 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21213
21213
|
.custom-fee-history-label-value {
|
|
21214
21214
|
word-break: break-word; }
|
|
21215
21215
|
|
|
21216
|
+
.custom-fix-fee-history-wrapper {
|
|
21217
|
+
margin-top: 16px; }
|
|
21218
|
+
|
|
21219
|
+
.custom-fix-fee-history-toggle {
|
|
21220
|
+
display: -webkit-box;
|
|
21221
|
+
display: -ms-flexbox;
|
|
21222
|
+
display: flex;
|
|
21223
|
+
-webkit-box-align: center;
|
|
21224
|
+
-ms-flex-align: center;
|
|
21225
|
+
align-items: center;
|
|
21226
|
+
cursor: pointer;
|
|
21227
|
+
padding: 12px 0;
|
|
21228
|
+
border-bottom: 1px solid #ddd; }
|
|
21229
|
+
|
|
21230
|
+
.custom-fix-fee-history-toggle-text {
|
|
21231
|
+
font-weight: 700;
|
|
21232
|
+
font-size: 16px;
|
|
21233
|
+
-webkit-box-flex: 1;
|
|
21234
|
+
-ms-flex: 1;
|
|
21235
|
+
flex: 1; }
|
|
21236
|
+
|
|
21237
|
+
.custom-fix-fee-history-toggle-icon {
|
|
21238
|
+
font-size: 18px;
|
|
21239
|
+
font-weight: 700; }
|
|
21240
|
+
|
|
21241
|
+
.custom-fix-fee-history-table-container {
|
|
21242
|
+
overflow-x: auto;
|
|
21243
|
+
margin-top: 16px; }
|
|
21244
|
+
|
|
21245
|
+
.custom-fix-fee-history-table {
|
|
21246
|
+
width: 100%;
|
|
21247
|
+
border-collapse: collapse;
|
|
21248
|
+
min-width: 600px; }
|
|
21249
|
+
|
|
21250
|
+
.custom-fix-fee-history-table-header {
|
|
21251
|
+
min-width: 140px; }
|
|
21252
|
+
|
|
21253
|
+
.custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
|
|
21254
|
+
padding: 8px;
|
|
21255
|
+
border: 1px solid #ddd;
|
|
21256
|
+
font-weight: 700;
|
|
21257
|
+
background-color: #1f3a9f;
|
|
21258
|
+
color: #fff; }
|
|
21259
|
+
|
|
21260
|
+
.custom-fix-fee-history-table-header-fee {
|
|
21261
|
+
min-width: 150px; }
|
|
21262
|
+
|
|
21263
|
+
.custom-fix-fee-history-table-cell-label {
|
|
21264
|
+
padding: 8px;
|
|
21265
|
+
border: 1px solid #ddd;
|
|
21266
|
+
font-weight: 700;
|
|
21267
|
+
background-color: #f9f9f9; }
|
|
21268
|
+
|
|
21269
|
+
.custom-fix-fee-history-table-cell-value {
|
|
21270
|
+
padding: 8px;
|
|
21271
|
+
border: 1px solid #ddd; }
|
|
21272
|
+
|
|
21273
|
+
.custom-fix-fee-history-table-cell-separator {
|
|
21274
|
+
font-weight: 700;
|
|
21275
|
+
background-color: #f9f9f9; }
|
|
21276
|
+
|
|
21277
|
+
.custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
|
|
21278
|
+
padding: 8px;
|
|
21279
|
+
border: 1px solid #ddd;
|
|
21280
|
+
border-bottom: 3px solid #999; }
|
|
21281
|
+
|
|
21282
|
+
.custom-fix-fee-history-table-cell-separator-last {
|
|
21283
|
+
font-weight: 700;
|
|
21284
|
+
background-color: #f9f9f9; }
|
|
21285
|
+
|
|
21286
|
+
.custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
|
|
21287
|
+
padding: 8px;
|
|
21288
|
+
border: 1px solid #ddd;
|
|
21289
|
+
border-bottom: none; }
|
|
21290
|
+
|
|
21216
21291
|
.custom-fee-table-input {
|
|
21217
21292
|
width: 100%;
|
|
21218
21293
|
border-radius: 4px;
|