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