@transferwise/neptune-css 12.5.2 → 12.5.5
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/CHANGELOG.md +27 -0
- package/dist/css/accordion.css +1 -1
- package/dist/css/alerts.css +1 -1
- package/dist/css/background.css +1 -1
- package/dist/css/badge.css +1 -1
- package/dist/css/breadcrumbs.css +1 -1
- package/dist/css/button-groups.css +1 -1
- package/dist/css/buttons.css +1 -1
- package/dist/css/chevron.css +1 -1
- package/dist/css/circles.css +1 -1
- package/dist/css/close.css +1 -1
- package/dist/css/column-layout.css +1 -1
- package/dist/css/currency-flags.css +1 -1
- package/dist/css/decision.css +1 -1
- package/dist/css/dropdowns.css +1 -1
- package/dist/css/droppable.css +1 -1
- package/dist/css/flex.css +1 -1
- package/dist/css/footer.css +1 -1
- package/dist/css/forms.css +1 -1
- package/dist/css/input-groups.css +1 -1
- package/dist/css/link-callout.css +1 -1
- package/dist/css/list-group.css +1 -1
- package/dist/css/media.css +1 -1
- package/dist/css/modals.css +1 -1
- package/dist/css/navbar-base.css +1 -1
- package/dist/css/navbar.css +1 -1
- package/dist/css/navs.css +1 -1
- package/dist/css/neptune-addons.css +1 -1
- package/dist/css/neptune-core.css +1 -1
- package/dist/css/neptune.css +1 -1
- package/dist/css/panels.css +1 -1
- package/dist/css/popovers.css +1 -1
- package/dist/css/process.css +1 -1
- package/dist/css/progress-bars.css +1 -1
- package/dist/css/select.css +1 -1
- package/dist/css/sequences.css +1 -1
- package/dist/css/table.css +1 -1
- package/dist/css/tick.css +1 -1
- package/dist/css/tooltip.css +1 -1
- package/dist/css/wells.css +1 -1
- package/package.json +4 -8
- package/src/less/buttons.less +4 -4
- package/src/less/forms/bootstrap-forms.less +1 -5
- package/src/less/forms/checkbox-radio.less +1 -1
- package/src/less/input-groups.less +22 -29
package/dist/css/panels.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.panel{background-color:transparent;border:0;margin-bottom:16px;margin-left:-16px;margin-right:-16px}.panel-body{background-color:#fff;background-color:var(--color-background-screen,#fff);padding:16px}.panel-heading{padding:16px 16px 8px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{line-height:calc(1.2 + 8px);line-height:calc(var(--line-height-title, 1.2) + 8px);margin-bottom:0;margin-top:0}.panel-title>a{text-decoration:none}.panel-footer{padding:16px}@media (min-width:576px){.panel{margin-bottom:24px;margin-left:-24px;margin-right:-24px}.panel-heading{padding:16px 24px 8px}.panel-body,.panel-footer{padding:24px}}@media (min-width:768px){.panel{margin-left:0;margin-right:0}.panel-heading{padding:16px 0 8px}}@media (min-width:992px){.panel{border-radius:3px;margin-bottom:32px}.panel-body,.panel-footer{padding:32px}}@media (min-width:768px){.panel-title{line-height:2.4;line-height:calc(var(--line-height-title, 1.2)*2)}.panel-heading>.btn-sm{margin-top:8px}}.panel>.list-group,.panel>.panel-collapse>.list-group{border-left:0;border-right:0;margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-radius:0}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-list-group{border-left:0;border-right:0;margin-bottom:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:32px;padding-right:32px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-right-radius:2px}[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:2px}html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:2px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-right-radius:2px}[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:2px}html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:2px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #f2f5f7}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}[dir=rtl] .panel>.table-bordered>tbody>tr>td:first-child,[dir=rtl] .panel>.table-bordered>tbody>tr>th:first-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>td:first-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>th:first-child,[dir=rtl] .panel>.table-bordered>thead>tr>td:first-child,[dir=rtl] .panel>.table-bordered>thead>tr>th:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-right:0}[dir=rtl] .panel>.table-bordered>tbody>tr>td:last-child,[dir=rtl] .panel>.table-bordered>tbody>tr>th:last-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>td:last-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>th:last-child,[dir=rtl] .panel>.table-bordered>thead>tr>td:last-child,[dir=rtl] .panel>.table-bordered>thead>tr>th:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>td:first-child,html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>th:first-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>td:first-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>th:first-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>td:first-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>th:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>td:last-child,html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>th:last-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>td:last-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>th:last-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>td:last-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>th:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel>.table tr>:first-child,.panel>.table-responsive tr>:first-child{padding-left:16px}[dir=rtl] .panel>.table tr>:first-child,[dir=rtl] .panel>.table-responsive tr>:first-child{padding-left:0;padding-right:16px}.panel>.table tr>:last-child,.panel>.table-responsive tr>:last-child{padding-right:16px}[dir=rtl] .panel>.table tr>:last-child,[dir=rtl] .panel>.table-responsive tr>:last-child{padding-left:16px;padding-right:0}@media (min-width:768px){.panel>.table tr>:first-child,.panel>.table-responsive tr>:first-child{padding-left:24px}[dir=rtl] .panel>.table tr>:first-child,[dir=rtl] .panel>.table-responsive tr>:first-child{padding-left:0;padding-right:24px}.panel>.table tr>:last-child,.panel>.table-responsive tr>:last-child{padding-right:24px}[dir=rtl] .panel>.table tr>:last-child,[dir=rtl] .panel>.table-responsive tr>:last-child{padding-left:24px;padding-right:0}}@media (min-width:992px){.panel>.table tr>:first-child,.panel>.table-responsive tr>:first-child{padding-left:32px}[dir=rtl] .panel>.table tr>:first-child,[dir=rtl] .panel>.table-responsive tr>:first-child{padding-left:0;padding-right:32px}.panel>.table tr>:last-child,.panel>.table-responsive tr>:last-child{padding-right:32px}[dir=rtl] .panel>.table tr>:last-child,[dir=rtl] .panel>.table-responsive tr>:last-child{padding-left:32px;padding-right:0}}.panel-group{margin-bottom:24px;margin-bottom:var(--size-24,24px)}.panel-group .panel{border-radius:3px;margin-bottom:0}.panel-group .panel+.panel{margin-top:8px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #fff}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #fff}.panel-default{border-color:#e2e6e8!important}.panel-default>.panel-heading{border-color:#e2e6e8;color:#4a5860}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e2e6e8}.panel-default>.panel-heading .badge{background-color:#4a5860;color:#fff}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e2e6e8}.panel-primary{border-color:#37517e!important}.panel-primary>.panel-heading{border-color:#37517e;color:#fff}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#37517e}.panel-primary>.panel-heading .badge{background-color:#fff;color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#37517e}.panel-success{border-color:#2ed06e!important}.panel-success>.panel-heading{border-color:#2ed06e;color:#1b7940}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2ed06e}.panel-success>.panel-heading .badge{background-color:#1b7940;color:#fff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2ed06e}.panel-info{border-color:#00b9ff!important}.panel-info>.panel-heading{border-color:#00b9ff;color:#00a4df}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#00b9ff}.panel-info>.panel-heading .badge{background-color:#00a4df;color:#fff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#00b9ff}.panel-warning{border-color:#ffa600!important}.panel-warning>.panel-heading{border-color:#ffa600;color:#9e5f00}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ffa600}.panel-warning>.panel-heading .badge{background-color:#9e5f00;color:#fff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ffa600}.panel-danger{border-color:#f53636!important}.panel-danger>.panel-heading{border-color:#f53636;color:#c22e2e}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f53636}.panel-danger>.panel-heading .badge{background-color:#c22e2e;color:#fff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f53636}.panel ul:last-child{margin-bottom:0}.panel-group .panel{border:1px solid #e2e6e8;margin-left:0;margin-right:0}.panel-group .panel-footer,.panel-group .panel-heading{padding:16px}@media (min-width:576px){.panel-group .panel .panel-footer,.panel-group .panel .panel-heading{padding:24px!important}}@media (min-width:992px){.panel-group .panel .panel-footer,.panel-group .panel .panel-heading{padding:24px 32px}}@media (min-width:768px){.panel{margin-left:0;margin-right:0}}
|
|
1
|
+
.panel{background-color:transparent;border:0;margin-bottom:16px;margin-left:-16px;margin-right:-16px}.panel-body{background-color:#fff;background-color:var(--color-background-screen);padding:16px}.panel-heading{padding:16px 16px 8px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{line-height:calc(1.2 + 8px);line-height:calc(var(--line-height-title) + 8px);margin-bottom:0;margin-top:0}.panel-title>a{text-decoration:none}.panel-footer{padding:16px}@media (min-width:576px){.panel{margin-bottom:24px;margin-left:-24px;margin-right:-24px}.panel-heading{padding:16px 24px 8px}.panel-body,.panel-footer{padding:24px}}@media (min-width:768px){.panel{margin-left:0;margin-right:0}.panel-heading{padding:16px 0 8px}}@media (min-width:992px){.panel{border-radius:3px;margin-bottom:32px}.panel-body,.panel-footer{padding:32px}}@media (min-width:768px){.panel-title{line-height:2.4;line-height:calc(var(--line-height-title)*2)}.panel-heading>.btn-sm{margin-top:8px}}.panel>.list-group,.panel>.panel-collapse>.list-group{border-left:0;border-right:0;margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-radius:0}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-list-group{border-left:0;border-right:0;margin-bottom:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:32px;padding-right:32px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-right-radius:2px}[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:2px}html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,html:not([dir=rtl]) .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:2px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-right-radius:2px}[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:2px}html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,html:not([dir=rtl]) .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:2px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #f2f5f7}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}[dir=rtl] .panel>.table-bordered>tbody>tr>td:first-child,[dir=rtl] .panel>.table-bordered>tbody>tr>th:first-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>td:first-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>th:first-child,[dir=rtl] .panel>.table-bordered>thead>tr>td:first-child,[dir=rtl] .panel>.table-bordered>thead>tr>th:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-right:0}[dir=rtl] .panel>.table-bordered>tbody>tr>td:last-child,[dir=rtl] .panel>.table-bordered>tbody>tr>th:last-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>td:last-child,[dir=rtl] .panel>.table-bordered>tfoot>tr>th:last-child,[dir=rtl] .panel>.table-bordered>thead>tr>td:last-child,[dir=rtl] .panel>.table-bordered>thead>tr>th:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>td:first-child,html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>th:first-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>td:first-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>th:first-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>td:first-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>th:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>td:last-child,html:not([dir=rtl]) .panel>.table-bordered>tbody>tr>th:last-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>td:last-child,html:not([dir=rtl]) .panel>.table-bordered>tfoot>tr>th:last-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>td:last-child,html:not([dir=rtl]) .panel>.table-bordered>thead>tr>th:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,html:not([dir=rtl]) .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel>.table tr>:first-child,.panel>.table-responsive tr>:first-child{padding-left:16px}[dir=rtl] .panel>.table tr>:first-child,[dir=rtl] .panel>.table-responsive tr>:first-child{padding-left:0;padding-right:16px}.panel>.table tr>:last-child,.panel>.table-responsive tr>:last-child{padding-right:16px}[dir=rtl] .panel>.table tr>:last-child,[dir=rtl] .panel>.table-responsive tr>:last-child{padding-left:16px;padding-right:0}@media (min-width:768px){.panel>.table tr>:first-child,.panel>.table-responsive tr>:first-child{padding-left:24px}[dir=rtl] .panel>.table tr>:first-child,[dir=rtl] .panel>.table-responsive tr>:first-child{padding-left:0;padding-right:24px}.panel>.table tr>:last-child,.panel>.table-responsive tr>:last-child{padding-right:24px}[dir=rtl] .panel>.table tr>:last-child,[dir=rtl] .panel>.table-responsive tr>:last-child{padding-left:24px;padding-right:0}}@media (min-width:992px){.panel>.table tr>:first-child,.panel>.table-responsive tr>:first-child{padding-left:32px}[dir=rtl] .panel>.table tr>:first-child,[dir=rtl] .panel>.table-responsive tr>:first-child{padding-left:0;padding-right:32px}.panel>.table tr>:last-child,.panel>.table-responsive tr>:last-child{padding-right:32px}[dir=rtl] .panel>.table tr>:last-child,[dir=rtl] .panel>.table-responsive tr>:last-child{padding-left:32px;padding-right:0}}.panel-group{margin-bottom:24px;margin-bottom:var(--size-24)}.panel-group .panel{border-radius:3px;margin-bottom:0}.panel-group .panel+.panel{margin-top:8px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #fff}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #fff}.panel-default{border-color:#e2e6e8!important}.panel-default>.panel-heading{border-color:#e2e6e8;color:#4a5860}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e2e6e8}.panel-default>.panel-heading .badge{background-color:#4a5860;color:#fff}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e2e6e8}.panel-primary{border-color:#37517e!important}.panel-primary>.panel-heading{border-color:#37517e;color:#fff}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#37517e}.panel-primary>.panel-heading .badge{background-color:#fff;color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#37517e}.panel-success{border-color:#2ed06e!important}.panel-success>.panel-heading{border-color:#2ed06e;color:#1b7940}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2ed06e}.panel-success>.panel-heading .badge{background-color:#1b7940;color:#fff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2ed06e}.panel-info{border-color:#00b9ff!important}.panel-info>.panel-heading{border-color:#00b9ff;color:#00a4df}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#00b9ff}.panel-info>.panel-heading .badge{background-color:#00a4df;color:#fff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#00b9ff}.panel-warning{border-color:#ffa600!important}.panel-warning>.panel-heading{border-color:#ffa600;color:#9e5f00}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ffa600}.panel-warning>.panel-heading .badge{background-color:#9e5f00;color:#fff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ffa600}.panel-danger{border-color:#f53636!important}.panel-danger>.panel-heading{border-color:#f53636;color:#c22e2e}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f53636}.panel-danger>.panel-heading .badge{background-color:#c22e2e;color:#fff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f53636}.panel ul:last-child{margin-bottom:0}.panel-group .panel{border:1px solid #e2e6e8;margin-left:0;margin-right:0}.panel-group .panel-footer,.panel-group .panel-heading{padding:16px}@media (min-width:576px){.panel-group .panel .panel-footer,.panel-group .panel .panel-heading{padding:24px!important}}@media (min-width:992px){.panel-group .panel .panel-footer,.panel-group .panel .panel-heading{padding:24px 32px}}@media (min-width:768px){.panel{margin-left:0;margin-right:0}}
|
package/dist/css/popovers.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.close{color:#0097c7;color:var(--color-content-accent
|
|
1
|
+
.close{color:#0097c7;color:var(--color-content-accent);float:right;font-size:2rem;font-size:calc(var(--font-size-16)*2);font-weight:800;font-weight:var(--font-weight-bold);line-height:1.2;line-height:var(--line-height-title);text-decoration:none}[dir=rtl] .close{float:left}.close:focus,.close:hover{color:#0084b3;color:var(--color-content-accent-hover);cursor:pointer;text-decoration:none}.close:focus{outline:thin dotted rgba(0,0,0,.5);outline-offset:2px}.close:active{color:#0077a5;color:var(--color-content-accent-active)}button.close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:0}.popover{word-wrap:normal;background-clip:padding-box;background-color:#fff;background-color:var(--color-background-screen);border-radius:3px;box-shadow:0 20px 66px 0 rgba(34,48,73,.2);font-family:Averta,Avenir W02,Avenir,Helvetica,Arial,sans-serif;font-family:var(--font-family-regular);font-size:.875rem;font-size:var(--font-size-14);font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:24px;line-height:var(--size-24);padding:18px 24px;position:absolute;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;width:276px;word-break:normal;word-spacing:normal;z-index:1060}[dir=rtl] .popover{left:auto;right:0;text-align:right}.popover.animate{transition:transform .25s}.popover.scale-down{transform:scale(0)}.popover.top{margin-top:-14px;transform-origin:50% 100%}.popover.top-left{margin-top:-14px;transform-origin:calc(100% - 29px) 100%}.popover.top-right{margin-top:-14px;transform-origin:29px 100%}.popover.right{margin-left:14px;transform-origin:0 50%}[dir=rtl] .popover.right{margin-left:0;margin-right:14px}.popover.right-top{margin-left:14px;transform-origin:0 29px}[dir=rtl] .popover.right-top{margin-left:0;margin-right:14px}.popover.right-bottom{margin-left:14px;transform-origin:0 calc(100% - 29px)}[dir=rtl] .popover.right-bottom{margin-left:0;margin-right:14px}.popover.bottom{margin-top:14px;transform-origin:50% 0}.popover.bottom-left{margin-top:14px;transform-origin:calc(100% - 29px) 0}.popover.bottom-right{margin-top:14px;transform-origin:29px 0}.popover.left{margin-left:-14px;transform-origin:100% 50%}[dir=rtl] .popover.left{margin-left:0;margin-right:-14px}.popover.left-top{margin-left:-14px;transform-origin:100% 29px}[dir=rtl] .popover.left-top{margin-left:0;margin-right:-14px}.popover.left-bottom{margin-left:-14px;transform-origin:100% calc(100% - 29px)}[dir=rtl] .popover.left-bottom{margin-left:0;margin-right:-14px}.popover:before{background-color:inherit;content:" ";display:block;height:14px;left:28px;position:absolute;top:-7px;transform:rotate(45deg);width:14px}[dir=rtl] .popover:before{left:auto;right:28px}.popover.top:before{bottom:-7px;left:50%;margin-left:-7px;top:auto}[dir=rtl] .popover.top:before{left:auto;margin-left:0;margin-right:-7px;right:50%}.popover.top-left:before{bottom:-7px;left:auto;margin-left:-7px;right:29px;top:auto}[dir=rtl] .popover.top-left:before{left:29px;left:auto;margin-left:0;margin-right:-7px;right:auto}.popover.top-right:before{bottom:-7px;left:29px;margin-left:-7px;right:auto;top:auto}[dir=rtl] .popover.top-right:before{left:auto;margin-left:0;margin-right:-7px;right:29px;right:auto}.popover.right:before{left:-7px;margin-top:-7px;top:50%}[dir=rtl] .popover.right:before{left:auto;right:-7px}.popover.right-top:before{left:-7px;margin-top:-7px;top:29px}[dir=rtl] .popover.right-top:before{left:auto;right:-7px}.popover.right-bottom:before{left:-7px;margin-top:-7px;top:calc(100% - 29px)}[dir=rtl] .popover.right-bottom:before{left:auto;right:-7px}.popover.bottom:before{bottom:auto;left:50%;margin-left:-7px;top:-7px}[dir=rtl] .popover.bottom:before{left:auto;margin-left:0;margin-right:-7px;right:50%}.popover.bottom-left:before{bottom:auto;left:auto;margin-left:-7px;right:29px;top:-7px}[dir=rtl] .popover.bottom-left:before{left:29px;left:auto;margin-left:0;margin-right:-7px;right:auto}.popover.bottom-right:before{bottom:auto;left:auto;margin-left:-7px;right:29px;top:-7px}[dir=rtl] .popover.bottom-right:before{left:29px;left:auto;margin-left:0;margin-right:-7px;right:auto}.popover.left:before{left:auto;margin-top:-7px;right:-7px;top:50%}[dir=rtl] .popover.left:before{left:auto;left:-7px;right:auto}.popover.left-top:before{left:auto;margin-top:-7px;right:-7px;top:29px}[dir=rtl] .popover.left-top:before{left:auto;left:-7px;right:auto}.popover.left-bottom:before{left:auto;margin-top:-7px;right:-7px;top:calc(100% - 29px)}[dir=rtl] .popover.left-bottom:before{left:auto;left:-7px;right:auto}.popover .popover-image,.popover img{margin:8px 0;width:65%}.popover-title{background-color:#fff;background-color:var(--color-background-screen);border-bottom:0;border-radius:2px 2px 0 0;color:#37517e!important;color:var(--color-content-primary)!important;margin:0}.popover-content,.popover-title{font-size:.875rem;font-size:var(--font-size-14);line-height:1.5;line-height:var(--line-height-body);padding:0}.popover-content{color:#5d7079;color:var(--color-content-secondary)}.popover-content>:last-child{margin-bottom:0}.popover-close{color:#0097c7;color:var(--color-content-accent);float:right;font-size:2rem;font-size:calc(var(--font-size-16)*2);font-weight:800;font-weight:var(--font-weight-bold);line-height:1.2;line-height:var(--line-height-title);text-decoration:none}[dir=rtl] .popover-close{float:left}.popover-close:focus,.popover-close:hover{color:#0084b3;color:var(--color-content-accent-hover);cursor:pointer;text-decoration:none}.popover-close:focus{outline:thin dotted rgba(0,0,0,.5);outline-offset:2px}.popover-close:active{color:#0077a5;color:var(--color-content-accent-active)}button.popover-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:0}[data-toggle=popover]:not(.btn){border-bottom:1px dotted #0097c7!important;border-bottom:1px dotted var(--color-content-accent)!important;color:inherit!important;cursor:pointer;font-weight:inherit!important;text-decoration:none!important}[data-toggle=popover]:not(.btn):focus,[data-toggle=popover]:not(.btn):hover,[data-toggle=popover]:not(.btn)[aria-describedby]{color:#0084b3!important;color:var(--color-content-accent-hover)!important;outline:0}.nav>li>a [data-toggle=popover]{border-bottom:0}@media (max-width:991px){.popover-modal{left:0!important;margin:32px auto!important;margin:var(--size-32) auto!important;position:fixed;right:0!important;top:0!important;width:272px}.popover-modal:before{display:none}}@media (min-width:992px){.popover-modal.left{margin-right:-var(--size-24)!important}[dir=rtl] .popover-modal.left{margin-right:0!important}.popover-modal.right,[dir=rtl] .popover-modal.left{margin-left:-var(--size-24)!important}[dir=rtl] .popover-modal.right{margin-left:0!important;margin-right:-var(--size-24)!important}.popover-modal.top{margin-bottom:-8px!important}.popover-modal.bottom{margin-top:-8px!important}}@keyframes cover-fade-in{0%{opacity:0}to{opacity:.7}}.popover-modal-cover{animation:cover-fade-in .35s linear 0s forwards;background-color:#fff;background-color:var(--color-background-screen);cursor:pointer;display:none;height:100vh;left:0;opacity:.7;position:fixed;top:0;width:100vw;z-index:1060}[dir=rtl] .popover-modal-cover{left:auto;right:0}@media (max-width:991px){.popover-modal-cover{display:block}}.popover-promotion{padding:24px;padding:var(--size-24);text-align:center}@media (max-width:576px){.popover-promotion{margin:16px!important;margin:var(--size-16)!important;padding:24px!important;padding:var(--size-24)!important;width:auto!important}}@media (min-width:566px) and (max-width:992px){.popover-promotion{margin:32px auto!important;margin:var(--size-32) auto!important;padding:28px 32px!important;padding:28px var(--size-32)!important;width:540px!important}}.popover-promotion .popover-title{font-size:1rem;font-size:var(--font-size-16);line-height:1.2;line-height:var(--line-height-title)}@media (min-width:768px){.popover-promotion .popover-title{font-size:1.25rem;font-size:var(--font-size-20);line-height:1.2;line-height:var(--line-height-title)}}@media (max-width:480px){.popover-promotion .popover-image{width:80%}}@media (min-width:480px) and (max-width:992px){.popover-promotion .popover-image{width:60%}}@media (min-width:992px){.popover-promotion .popover-image{width:80%}}@media (max-width:992px){.popover-promotion{position:absolute!important}}
|
package/dist/css/process.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.process{display:block;margin:auto;position:relative}.process svg{height:100%;width:100%}.process-circle{stroke:#0097c7;stroke:var(--color-content-accent
|
|
1
|
+
.process{display:block;margin:auto;position:relative}.process svg{height:100%;width:100%}.process-circle{stroke:#0097c7;stroke:var(--color-content-accent);stroke-opacity:1;stroke-linecap:round;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:ease-out;transform-origin:center center;transition:stroke 1s linear .2s}.process-inverse .process-circle{stroke:#fff;stroke:var(--color-background-screen)}.process-icon-container{display:inline-block;height:50%;left:25%;position:absolute;top:25%;transform:rotate(45deg);width:50%}.process-icon-horizontal,.process-icon-vertical{display:block;height:0;position:absolute;width:0}.process-success .process-icon-horizontal{background-color:#008026;background-color:var(--color-content-positive);bottom:0;left:0}.process-success .process-icon-vertical{background-color:#008026;background-color:var(--color-content-positive);right:0;top:100%}.process-success .process-circle{stroke:#008026;stroke:var(--color-content-positive)}.process-danger .process-icon-horizontal{background-color:#cf2929;background-color:var(--color-content-negative);left:0}.process-danger .process-icon-vertical{background-color:#cf2929;background-color:var(--color-content-negative);top:0}.process-danger .process-circle{stroke:#cf2929;stroke:var(--color-content-negative)}.process-danger .process-circle,.process-success .process-circle{animation-delay:1ms;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}.process-danger .process-icon-horizontal,.process-success .process-icon-horizontal{animation:process-width .3s ease 1.2s forwards}.process-danger .process-icon-vertical,.process-success .process-icon-vertical{animation:process-height .3s ease 1.5s forwards}.process-stopped .process-circle{animation:none}.process-stopped .process-icon-container{display:none}.process-xs{height:24px;width:24px}.process-xs .process-circle{stroke-dashoffset:69.11503838px;stroke-dasharray:69.11503838px;stroke-width:2px}.process-xs.process-danger .process-icon-horizontal{height:2px;top:5px}.process-xs.process-danger .process-icon-vertical{left:5px;width:2px}.process-xs .process-icon-horizontal,.process-xs .process-icon-vertical{border-radius:1px}.process-xs.process-success .process-icon-container{height:10px;left:9px;width:5px}.process-xs.process-success .process-icon-horizontal{height:2px}.process-xs.process-success .process-icon-vertical{width:2px}.process-sm{height:48px;width:48px}.process-sm .process-circle{stroke-dashoffset:144.51326207px;stroke-dasharray:144.51326207px;stroke-width:2.4px}.process-sm.process-danger .process-icon-horizontal{height:3px;top:10.5px}.process-sm.process-danger .process-icon-vertical{left:10.5px;width:3px}.process-sm .process-icon-horizontal,.process-sm .process-icon-vertical{border-radius:1.5px}.process-sm.process-success .process-icon-container{height:21px;left:18px;width:10.5px}.process-sm.process-success .process-icon-horizontal{height:3px}.process-sm.process-success .process-icon-vertical{width:3px}.process-xl{height:128px;width:128px}.process-xl .process-circle{stroke-dashoffset:395.84067435px;stroke-dasharray:395.84067435px;stroke-width:3px}.process-xl.process-danger .process-icon-horizontal{height:8px;top:28px}.process-xl.process-danger .process-icon-vertical{left:28px;width:8px}.process-xl .process-icon-horizontal,.process-xl .process-icon-vertical{border-radius:4px}.process-xl.process-success .process-icon-container{height:56px;left:48px;width:28px}.process-xl.process-success .process-icon-horizontal{height:8px}.process-xl.process-success .process-icon-vertical{width:8px}.process-xs .process-circle{animation-name:process-chase-circle-xs}.process-xs.process-danger .process-circle,.process-xs.process-success .process-circle{animation-name:process-success-circle-xs}.process-sm .process-circle{animation-name:process-chase-circle-sm}.process-sm.process-danger .process-circle,.process-sm.process-success .process-circle{animation-name:process-success-circle-sm}.process-xl .process-circle{animation-name:process-chase-circle-xl}.process-xl.process-danger .process-circle,.process-xl.process-success .process-circle{animation-name:process-success-circle-xl}@keyframes process-chase-circle-xs{0%{stroke-dashoffset:206.34511514px;stroke-dasharray:69.11503838px;transform:rotate(0deg)}25%{stroke-dashoffset:68.11503838px;stroke-dasharray:34.55751919px}75%{stroke-dashoffset:68.11503838px;stroke-dasharray:51.83627878px}to{stroke-dashoffset:68.11503838px;stroke-dasharray:69.11503838px;transform:rotate(1turn)}}@keyframes process-success-circle-xs{0%{stroke-dashoffset:68.11503838px;stroke-dasharray:69.11503838px;transform:rotate(0deg)}to{stroke-dashoffset:0;stroke-dasharray:69.11503838px;transform:rotate(1turn)}}@keyframes process-chase-circle-sm{0%{stroke-dashoffset:432.5397862px;stroke-dasharray:144.51326207px;transform:rotate(0deg)}25%{stroke-dashoffset:143.51326207px;stroke-dasharray:72.25663103px}75%{stroke-dashoffset:143.51326207px;stroke-dasharray:108.38494655px}to{stroke-dashoffset:143.51326207px;stroke-dasharray:144.51326207px;transform:rotate(1turn)}}@keyframes process-success-circle-sm{0%{stroke-dashoffset:143.51326207px;stroke-dasharray:144.51326207px;transform:rotate(0deg)}to{stroke-dashoffset:0;stroke-dasharray:144.51326207px;transform:rotate(1turn)}}@keyframes process-chase-circle-xl{0%{stroke-dashoffset:1186.52202306px;stroke-dasharray:395.84067435px;transform:rotate(0deg)}25%{stroke-dashoffset:394.84067435px;stroke-dasharray:197.92033718px}75%{stroke-dashoffset:394.84067435px;stroke-dasharray:296.88050576px}to{stroke-dashoffset:394.84067435px;stroke-dasharray:395.84067435px;transform:rotate(1turn)}}@keyframes process-success-circle-xl{0%{stroke-dashoffset:394.84067435px;stroke-dasharray:395.84067435px;transform:rotate(0deg)}to{stroke-dashoffset:0;stroke-dasharray:395.84067435px;transform:rotate(1turn)}}@keyframes process-width{to{width:100%}}@keyframes process-height{to{height:100%;top:0}}.btn .process:first-child{float:left;margin-left:-12px;margin-right:12px}[dir=rtl] .btn .process:first-child{float:right;margin-left:0;margin-left:12px;margin-right:-12px;margin-right:0}.btn-block .process:first-child{position:absolute}.btn .process-circle{transition:stroke .5s linear 0s}.btn-primary .process-circle,.btn-success .process-circle{stroke:#fff}.btn-primary .process-icon-horizontal,.btn-primary .process-icon-vertical,.btn-success .process-icon-horizontal,.btn-success .process-icon-vertical{background-color:#fff}.btn:focus .process-circle,.btn:hover .process-circle{stroke:#fff}.btn:focus .process-icon-horizontal,.btn:focus .process-icon-vertical,.btn:hover .process-icon-horizontal,.btn:hover .process-icon-vertical,.btn[disabled] .process-icon-horizontal,.btn[disabled] .process-icon-vertical{background-color:#fff}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.progress{background-color:#86a7bd1a;background-color:var(--color-background-neutral
|
|
1
|
+
.progress{background-color:#86a7bd1a;background-color:var(--color-background-neutral);border-radius:1px;height:2px;margin-bottom:11px;margin-bottom:calc((var(--size-24) - 2px)/2);margin-top:11px;margin-top:calc((var(--size-24) - 2px)/2)}.progress-bar{background-color:#0097c7;background-color:var(--color-content-accent);color:#fff;float:left;font-size:1rem;font-size:var(--font-size-16);font-weight:800;font-weight:var(--font-weight-bold);height:100%;text-align:right;transition:width .6s ease;width:0}[dir=rtl] .progress-bar{float:right;text-align:left}.progress-bar:after{background-color:inherit;border-radius:8px/2;content:"";float:right;height:8px;margin-right:8px/2;margin-top:8px/2 + 1;width:8px}[dir=rtl] .progress-bar:after{float:left;margin-left:8px/2;margin-right:0}.progress-bar:first-child{border-bottom-left-radius:2px/2;border-top-left-radius:2px/2}.progress-bar:last-child{border-bottom-right-radius:2px/2;border-top-right-radius:2px/2}.progress-bar-primary{background-color:#37517e;background-color:var(--color-content-primary)}.progress-bar-success{background-color:#008026;background-color:var(--color-content-positive)}.progress-bar-info{background-color:#0097c7;background-color:var(--color-content-accent)}.progress-bar-warning{background-color:#9a6500;background-color:var(--color-content-warning)}.progress-bar-danger{background-color:#cf2929;background-color:var(--color-content-negative)}
|
package/dist/css/select.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tw-select .tw-icon{display:inline-block;margin-right:8px;margin-right:var(--size-8
|
|
1
|
+
.tw-select .tw-icon{display:inline-block;margin-right:8px;margin-right:var(--size-8);margin-top:-2px;vertical-align:middle}[dir=rtl] .tw-select .tw-icon{margin-left:8px;margin-left:var(--size-8);margin-right:0}.tw-select .tw-dropdown-item--clickable{cursor:pointer}.tw-select .tw-dropdown-item--divider{border-bottom:1px solid #0000001a;border-bottom-color:var(--color-border-neutral)}.tw-select .tw-dropdown-item--focused{background-color:#86a7bd1a;background-color:var(--color-background-neutral)}.tw-select .tw-dropdown-item .currency-flag{margin-right:8px;margin-right:var(--size-8)}[dir=rtl] .tw-select .tw-dropdown-item .currency-flag{margin-left:8px;margin-left:var(--size-8);margin-right:0}.tw-select .tw-dropdown-item>a{white-space:normal}.tw-select .dropdown-toggle.btn-input.btn-sm{padding-right:32px;padding-right:var(--size-32)}[dir=rtl] .tw-select .dropdown-toggle.btn-input.btn-sm{padding-left:32px;padding-left:var(--size-32);padding-right:0}.tw-select .dropdown-toggle.btn-input.btn-md{padding-right:40px;padding-right:var(--size-40)}[dir=rtl] .tw-select .dropdown-toggle.btn-input.btn-md{padding-left:40px;padding-left:var(--size-40);padding-right:0}.tw-select .dropdown-toggle.btn-input.btn-lg{padding-right:48px;padding-right:var(--size-48)}[dir=rtl] .tw-select .dropdown-toggle.btn-input.btn-lg{padding-left:48px;padding-left:var(--size-48);padding-right:0}.tw-select .dropdown-toggle tw-chevron-down-icon>span,[dir=rtl] .tw-select .dropdown-toggle tw-chevron-down-icon>span{margin:0}.tw-select .dropdown-toggle tw-icon span.tw-icon{display:inline-block;position:static}.tw-select .circle .tw-icon{vertical-align:middle}@media (max-width:575px){.tw-select.dropdown-menu.dropdown-menu--open{max-height:50vh;max-width:100%;opacity:1;overflow:auto;position:static;transform:none;visibility:visible;width:100%!important}}
|
package/dist/css/sequences.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.sequence{border-color:#0000001a;border-color:var(--color-border-neutral,#0000001a);font-size:.875rem;font-size:var(--font-size-14,.875rem);margin-bottom:0;margin-left:25px;margin-top:0;padding-left:24px;position:relative}.sequence>li{padding-bottom:2px;padding-top:2px}.sequence>li:first-child{margin-top:16px}.sequence>li:last-child{margin-bottom:16px}@media (min-width:768px){.sequence>li{padding-bottom:4px;padding-top:4px}}.sequence>li:before{margin-top:8px}.sequence>li:after{top:16px}.sequence>li:first-child:after{height:100%}.sequence>li:last-child:after{height:0}.sequence.sequence-top>li:first-child{margin-top:0;padding-top:20px}.sequence.sequence-top>li:first-child:after{height:calc(100% + 16px)}.sequence.sequence-bottom>li:last-child{margin-bottom:0;padding-bottom:20px}.sequence.sequence-bottom>li:last-child:after{height:calc(100% - 16px)}.sequence.sequence-top.sequence-bottom>li:first-child:last-child:after{height:100%}.sequence .sequence-icon{top:2px}@media (min-width:768px){.sequence .sequence-icon{top:4px}}.sequence.sequence-top>li:first-child .sequence-icon{top:20px}[dir=rtl] .sequence{padding-left:0;padding-right:24px}.sequence>li:before{margin-left:-27px}[dir=rtl] .sequence>li:before{margin-left:0;margin-right:-27px}.sequence>li:after{left:-24px}[dir=rtl] .sequence>li:after{left:auto;right:-24px}.sequence .sequence-icon{margin-left:-35px}[dir=rtl] .sequence .sequence-icon{margin-left:0;margin-right:-35px}.sequence .sequence-icon-md{margin-left:-39px}[dir=rtl] .sequence .sequence-icon-md{margin-left:0;margin-right:-39px}.sequence .sequence-icon-lg{margin-left:-43px}[dir=rtl] .sequence .sequence-icon-lg{margin-left:0;margin-right:-43px}[dir=rtl] .sequence{margin-left:0;margin-right:25px}@media (min-width:768px){.sequence{font-size:1rem;font-size:var(--font-size-16,1rem);padding-right:24px}[dir=rtl] .sequence{padding-left:24px;padding-right:0}}.sequence>li{border-color:#0000001a;border-color:var(--color-border-neutral,#0000001a);display:block;line-height:24px;position:relative}.sequence>li>a{color:#0097c7;color:var(--color-content-accent,#0097c7);display:block;font-weight:500;font-weight:var(--font-weight-regular,500);outline-offset:-1px;text-decoration:none}.sequence>li>a:focus,.sequence>li>a:hover{color:#0084b3;color:var(--color-content-accent-hover,#0084b3);text-decoration:none}.sequence>li>a:active{color:#0077a5;color:var(--color-content-accent-active,#0077a5)}.sequence>li p{margin-bottom:0;max-width:600px;padding-bottom:8px}.sequence>li p:last-child{padding-bottom:0}.sequence>li .btn-toolbar,.sequence>li .h1,.sequence>li .h2,.sequence>li .h3,.sequence>li .h4,.sequence>li h1,.sequence>li h2,.sequence>li h3,.sequence>li h4{margin-bottom:16px}.sequence>li:before{border:4px solid;border-color:inherit;border-radius:50%;content:"";display:block;height:8px;outline:0;position:absolute;width:8px;z-index:2}.sequence>li:after{background-color:#0000001a;background-color:var(--color-border-neutral,#0000001a);background-position:0 0;background-size:200% 200%;border:0 solid;border-color:inherit;content:"";height:100%;outline:0;position:absolute;width:2px}.sequence .sequence-item-no-pip:before{display:none}.sequence>.active>a{font-weight:600;font-weight:var(--font-weight-semi-bold,600)}.sequence>.active>a,.sequence>.active>a:focus,.sequence>.active>a:hover{color:#37517e;color:var(--color-content-primary,#37517e);text-decoration:none}.sequence>.active>a:active{color:#37517e;color:var(--color-content-primary,#37517e)}.sequence>.active:before{border-color:#0097c7;border-color:var(--color-content-accent,#0097c7)}.sequence>.active:after,.sequence>.active~li:after{background-color:#0000001a;background-color:var(--color-border-neutral,#0000001a);background-image:none}.sequence>.active~li:before{border-color:#0000001a;border-color:var(--color-border-neutral,#0000001a)}.sequence a{font-weight:500;font-weight:var(--font-weight-regular,500);text-decoration:none}.sequence-top>li:first-child:after{top:0}.sequence-inverse>li{border-color:#0000001a;border-color:var(--color-border-neutral,#0000001a)}.sequence-inverse>li>a{color:#fff}.sequence-inverse>li:after{background-color:#37517e}.sequence-inverse>.active>a{color:#fff}.sequence-inverse>.active .body-2,.sequence-inverse>.active .small{color:#5d7079;color:var(--color-content-secondary,#5d7079)}.sequence-inverse>.active:after,.sequence-inverse>.active~li:after{background-color:#37517e;background-image:none!important}.sequence-inverse>.active~li:before{border-color:#37517e}.sequence-info>li{border-color:#00a2dd;border-color:var(--color-interactive-accent,#00a2dd)}.sequence-info>li:after{background-image:linear-gradient(#00a2dd,#00a2dd 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-accent,#00a2dd) 0,var(--color-interactive-accent,#00a2dd) 50%,var(--color-border-neutral,#0000001a) 50%,var(--color-border-neutral,#0000001a) 100%)}.sequence-info.sequence-inverse>li:after{background-image:linear-gradient(#00a2dd,#00a2dd 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-accent,#00a2dd) 0,var(--color-interactive-accent,#00a2dd) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-info>.active:before{background-color:#00a2dd;background-color:var(--color-interactive-accent,#00a2dd);border-color:#00a2dd;border-color:var(--color-interactive-accent,#00a2dd)}@keyframes sequence-pip-info{0%{border-color:#ffffff1a}to{border-color:#00a2dd;border-color:var(--color-interactive-accent,#00a2dd)}}.sequence-primary>li{border-color:#37517e}.sequence-primary>li:after{background-image:linear-gradient(#37517e,#37517e 50%,#0000001a 0,#0000001a);background-image:linear-gradient(#37517e 0,#37517e 50%,var(--color-border-neutral,#0000001a) 50%,var(--color-border-neutral,#0000001a) 100%)}.sequence-primary.sequence-inverse>li:after{background-image:linear-gradient(#37517e,#37517e 50%,#ffffff1a 0,#ffffff1a)}.sequence-primary>.active:before{background-color:#37517e;border-color:#37517e}@keyframes sequence-pip-primary{0%{border-color:#ffffff1a}to{border-color:#37517e}}.sequence-success>li{border-color:#2ead4b;border-color:var(--color-interactive-positive,#2ead4b)}.sequence-success>li:after{background-image:linear-gradient(#2ead4b,#2ead4b 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-positive,#2ead4b) 0,var(--color-interactive-positive,#2ead4b) 50%,var(--color-border-neutral,#0000001a) 50%,var(--color-border-neutral,#0000001a) 100%)}.sequence-success.sequence-inverse>li:after{background-image:linear-gradient(#2ead4b,#2ead4b 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-positive,#2ead4b) 0,var(--color-interactive-positive,#2ead4b) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-success>.active:before{background-color:#2ead4b;background-color:var(--color-interactive-positive,#2ead4b);border-color:#2ead4b;border-color:var(--color-interactive-positive,#2ead4b)}@keyframes sequence-pip-success{0%{border-color:#ffffff1a}to{border-color:#2ead4b;border-color:var(--color-interactive-positive,#2ead4b)}}.sequence-warning>li{border-color:#df8700;border-color:var(--color-interactive-warning,#df8700)}.sequence-warning>li:after{background-image:linear-gradient(#df8700,#df8700 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-warning,#df8700) 0,var(--color-interactive-warning,#df8700) 50%,var(--color-border-neutral,#0000001a) 50%,var(--color-border-neutral,#0000001a) 100%)}.sequence-warning.sequence-inverse>li:after{background-image:linear-gradient(#df8700,#df8700 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-warning,#df8700) 0,var(--color-interactive-warning,#df8700) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-warning>.active:before{background-color:#df8700;background-color:var(--color-interactive-warning,#df8700);border-color:#df8700;border-color:var(--color-interactive-warning,#df8700)}@keyframes sequence-pip-warning{0%{border-color:#ffffff1a}to{border-color:#df8700;border-color:var(--color-interactive-warning,#df8700)}}.sequence-danger>li{border-color:#e74848;border-color:var(--color-interactive-negative,#e74848)}.sequence-danger>li:after{background-image:linear-gradient(#e74848,#e74848 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-negative,#e74848) 0,var(--color-interactive-negative,#e74848) 50%,var(--color-border-neutral,#0000001a) 50%,var(--color-border-neutral,#0000001a) 100%)}.sequence-danger.sequence-inverse>li:after{background-image:linear-gradient(#e74848,#e74848 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-negative,#e74848) 0,var(--color-interactive-negative,#e74848) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-danger>.active:before{background-color:#e74848;background-color:var(--color-interactive-negative,#e74848);border-color:#e74848;border-color:var(--color-interactive-negative,#e74848)}@keyframes sequence-pip-danger{0%{border-color:#ffffff1a}to{border-color:#e74848;border-color:var(--color-interactive-negative,#e74848)}}.sequence-hollow>li:before{background-color:#fff;background-color:var(--color-background-screen,#fff);border-width:2px}.sequence-hollow>.active:before{border-width:4px}.sequence-hollow>.active~li:before{background-color:#fff;background-color:var(--color-background-screen,#fff)}.sequence-hollow.sequence-inverse>li:before{background-color:#37517e}.sequence-icon{background-color:#fff;background-color:var(--color-background-screen,#fff);border:1px solid #0000001a;border-color:var(--color-border-neutral,#0000001a);border-radius:50%;display:block;font-size:.75rem;font-size:var(--font-size-12,.75rem);height:24px;line-height:23px;margin-left:-35px;position:absolute;text-align:center;text-decoration:none!important;top:4px;width:24px;z-index:2}[dir=rtl] .sequence-icon{margin-left:0;margin-right:-35px}.sequence-icon .icon{font-size:1rem;font-size:var(--font-size-16,1rem);line-height:23px}.sequence-inverse .sequence-icon{background-color:#37517e;border-color:#fff}.sequence a .sequence-icon{border-color:#00a2dd;border-color:var(--color-interactive-accent,#00a2dd);color:#0097c7;color:var(--color-content-accent,#0097c7)}.sequence a:focus .sequence-icon,.sequence a:hover .sequence-icon{border-color:#008fc9;border-color:var(--color-interactive-accent-hover,#008fc9);color:#0084b3;color:var(--color-content-accent-hover,#0084b3)}.sequence-table{display:table}.sequence-table>li{display:table-row}.sequence-table>li>a{position:absolute}.sequence-table>li>.sequence-table-td,.sequence-table>li>.sequence-table-th{display:table-cell;padding:4px 12px;padding:var(--size-4,4px) var(--size-12,12px);padding-left:0}[dir=rtl] .sequence-table>li>.sequence-table-td,[dir=rtl] .sequence-table>li>.sequence-table-th{padding-left:0;padding-right:0}.sequence-table>li>.sequence-table-td:last-child,.sequence-table>li>.sequence-table-th:last-child{padding-right:0}[dir=rtl] .sequence-table>li>.sequence-table-td:last-child,[dir=rtl] .sequence-table>li>.sequence-table-th:last-child{padding-left:0;padding-right:0}.sequence-table>li>.sequence-table-th{color:#37517e;color:var(--color-content-primary,#37517e);white-space:nowrap}.sequence-table>li:before{position:static}.sequence-table>li:after{display:none}.sequence-table>li .sequence-icon{margin-top:-17px;position:static}.sequence-table>li:first-child .sequence-table-td,.sequence-table>li:first-child .sequence-table-th{padding-top:17px}.sequence-table>li:last-child .sequence-table-td,.sequence-table>li:last-child .sequence-table-th{padding-bottom:15px}.sequence-table:before{border:1px solid;border-color:inherit;content:" ";display:block;height:calc(100% - 56px);left:0;margin-top:28px;position:absolute;width:2px}[dir=rtl] .sequence-table:before{left:auto;right:0}.sequence-table.sequence-top:before{height:calc(100% - 28px);margin-top:0}.sequence-table.sequence-bottom:before{height:calc(100% - 28px)}.sequence-table.sequence-top.sequence-bottom:before{height:100%}.sequence-inverse>li>.sequence-table-td,.sequence-inverse>li>.sequence-table-th{color:#5d7079;color:var(--color-content-secondary,#5d7079)}.sequence-icon-md{font-size:.875rem;font-size:var(--font-size-14,.875rem);height:32px;line-height:30px;margin-top:-6px;width:32px}.sequence-icon-lg{font-size:1rem;font-size:var(--font-size-16,1rem);height:40px;line-height:38px;margin-top:-6px;width:40px}.sequence-icon-lg .icon{font-size:22px;line-height:35px}.sequence-lg{padding-left:40px}.sequence-lg>li{padding-bottom:8px;padding-top:8px}.sequence-lg>li:first-child{margin-top:24px}.sequence-lg>li:last-child{margin-bottom:24px}@media (min-width:768px){.sequence-lg>li{padding-bottom:8px;padding-top:8px}}.sequence-lg>li:before{margin-top:8px}.sequence-lg>li:after{top:20px}.sequence-lg>li:first-child:after{height:100%}.sequence-lg>li:last-child:after{height:0}.sequence-lg.sequence-top>li:first-child{margin-top:0;padding-top:32px}.sequence-lg.sequence-top>li:first-child:after{height:calc(100% + 20px)}.sequence-lg.sequence-bottom>li:last-child{margin-bottom:0;padding-bottom:32px}.sequence-lg.sequence-bottom>li:last-child:after{height:calc(100% - 20px)}.sequence-lg.sequence-top.sequence-bottom>li:first-child:last-child:after{height:100%}.sequence-lg .sequence-icon{top:8px}@media (min-width:768px){.sequence-lg .sequence-icon{top:8px}}.sequence-lg.sequence-top>li:first-child .sequence-icon{top:32px}[dir=rtl] .sequence-lg{padding-left:0;padding-right:40px}.sequence-lg>li:before{margin-left:-43px}[dir=rtl] .sequence-lg>li:before{margin-left:0;margin-right:-43px}.sequence-lg>li:after{left:-40px}[dir=rtl] .sequence-lg>li:after{left:auto;right:-40px}.sequence-lg .sequence-icon{margin-left:-51px}[dir=rtl] .sequence-lg .sequence-icon{margin-left:0;margin-right:-51px}.sequence-lg .sequence-icon-md{margin-left:-55px}[dir=rtl] .sequence-lg .sequence-icon-md{margin-left:0;margin-right:-55px}.sequence-lg .sequence-icon-lg{margin-left:-59px}[dir=rtl] .sequence-lg .sequence-icon-lg{margin-left:0;margin-right:-59px}@media (min-width:768px){.sequence-lg{padding-left:48px}[dir=rtl] .sequence-lg{padding-left:0;padding-right:48px}.sequence-lg>li:before{margin-left:-51px}[dir=rtl] .sequence-lg>li:before{margin-left:0;margin-right:-51px}.sequence-lg>li:after{left:-48px}[dir=rtl] .sequence-lg>li:after{left:auto;right:-48px}.sequence-lg .sequence-icon{margin-left:-59px}[dir=rtl] .sequence-lg .sequence-icon{margin-left:0;margin-right:-59px}.sequence-lg .sequence-icon-md{margin-left:-63px}[dir=rtl] .sequence-lg .sequence-icon-md{margin-left:0;margin-right:-63px}.sequence-lg .sequence-icon-lg{margin-left:-67px}[dir=rtl] .sequence-lg .sequence-icon-lg{margin-left:0;margin-right:-67px}}.sequence-animate>li:after{animation:sequence-fill .3s linear 0s both;background-size:200% 200%}.sequence-animate.sequence-info>li:before{animation:sequence-pip-info .3s linear .3s both,sequence-pulse-info 3s linear .3s forwards}.sequence-animate.sequence-info>.active:before{animation:sequence-pip-info .3s linear .3s both,sequence-pulse-info 3s linear .3s infinite}.sequence-animate.sequence-warning>li:before{animation:sequence-pip-warning .3s linear .3s both,sequence-pulse-warning 3s linear .3s forwards}.sequence-animate.sequence-warning>.active:before{animation:sequence-pip-warning .3s linear .3s both,sequence-pulse-warning 3s linear .3s infinite}.sequence-animate.sequence-success>li:before{animation:sequence-pip-success .3s linear .3s both,sequence-pulse-success 3s linear .3s forwards}.sequence-animate.sequence-success>.active:before{animation:sequence-pip-success .3s linear .3s both,sequence-pulse-success 3s linear .3s infinite}.sequence-animate.sequence-danger>li:before{animation:sequence-pip-danger .3s linear .3s both,sequence-pulse-danger 3s linear .3s forwards}.sequence-animate.sequence-danger>.active:before{animation:sequence-pip-danger .3s linear .3s both,sequence-pulse-danger 3s linear .3s infinite}.sequence-animate>li:first-child:after,.sequence-animate>li:first-child:before{animation-delay:.3s!important}.sequence-animate>li:nth-child(2):after,.sequence-animate>li:nth-child(2):before{animation-delay:.6s!important}.sequence-animate>li:nth-child(3):after,.sequence-animate>li:nth-child(3):before{animation-delay:.9s!important}.sequence-animate>li:nth-child(4):after,.sequence-animate>li:nth-child(4):before{animation-delay:1.2s!important}.sequence-animate>li:nth-child(5):after,.sequence-animate>li:nth-child(5):before{animation-delay:1.5s!important}.sequence-animate>li:nth-child(6):after,.sequence-animate>li:nth-child(6):before{animation-delay:1.8s!important}.sequence-animate>li:nth-child(7):after,.sequence-animate>li:nth-child(7):before{animation-delay:2.1s!important}.sequence-animate>li:nth-child(8):after,.sequence-animate>li:nth-child(8):before{animation-delay:2.4s!important}.sequence-animate>li:nth-child(9):after,.sequence-animate>li:nth-child(9):before{animation-delay:2.7s!important}.sequence-animate>li:nth-child(10):after,.sequence-animate>li:nth-child(10):before{animation-delay:3s!important}.sequence-animate>.active~li:after,.sequence-animate>.active~li:before{animation:none}@keyframes sequence-fill{0%{background-position:0 100%}to{background-position:0 0}}@keyframes sequence-pulse-info{0%{box-shadow:0 0 0 0 rgba(0,185,255,.3)}50%{box-shadow:0 0 0 16px rgba(0,185,255,0)}to{box-shadow:0 0 0 0 rgba(0,185,255,0)}}@keyframes sequence-pulse-warning{0%{box-shadow:0 0 0 0 rgba(255,166,0,.3)}50%{box-shadow:0 0 0 16px rgba(255,166,0,0)}to{box-shadow:0 0 0 0 rgba(255,166,0,0)}}@keyframes sequence-pulse-success{0%{box-shadow:0 0 0 0 rgba(26,208,110,.3)}50%{box-shadow:0 0 0 16px rgba(26,208,110,0)}to{box-shadow:0 0 0 0 hsla(51,67%,66%,0)}}@keyframes sequence-pulse-danger{0%{box-shadow:0 0 0 0 rgba(245,54,54,.3)}50%{box-shadow:0 0 0 16px rgba(245,54,54,0)}to{box-shadow:0 0 0 0 rgba(245,54,54,0)}}
|
|
1
|
+
.sequence{border-color:#0000001a;border-color:var(--color-border-neutral);font-size:.875rem;font-size:var(--font-size-14);margin-bottom:0;margin-left:25px;margin-top:0;padding-left:24px;position:relative}.sequence>li{padding-bottom:2px;padding-top:2px}.sequence>li:first-child{margin-top:16px}.sequence>li:last-child{margin-bottom:16px}@media (min-width:768px){.sequence>li{padding-bottom:4px;padding-top:4px}}.sequence>li:before{margin-top:8px}.sequence>li:after{top:16px}.sequence>li:first-child:after{height:100%}.sequence>li:last-child:after{height:0}.sequence.sequence-top>li:first-child{margin-top:0;padding-top:20px}.sequence.sequence-top>li:first-child:after{height:calc(100% + 16px)}.sequence.sequence-bottom>li:last-child{margin-bottom:0;padding-bottom:20px}.sequence.sequence-bottom>li:last-child:after{height:calc(100% - 16px)}.sequence.sequence-top.sequence-bottom>li:first-child:last-child:after{height:100%}.sequence .sequence-icon{top:2px}@media (min-width:768px){.sequence .sequence-icon{top:4px}}.sequence.sequence-top>li:first-child .sequence-icon{top:20px}[dir=rtl] .sequence{padding-left:0;padding-right:24px}.sequence>li:before{margin-left:-27px}[dir=rtl] .sequence>li:before{margin-left:0;margin-right:-27px}.sequence>li:after{left:-24px}[dir=rtl] .sequence>li:after{left:auto;right:-24px}.sequence .sequence-icon{margin-left:-35px}[dir=rtl] .sequence .sequence-icon{margin-left:0;margin-right:-35px}.sequence .sequence-icon-md{margin-left:-39px}[dir=rtl] .sequence .sequence-icon-md{margin-left:0;margin-right:-39px}.sequence .sequence-icon-lg{margin-left:-43px}[dir=rtl] .sequence .sequence-icon-lg{margin-left:0;margin-right:-43px}[dir=rtl] .sequence{margin-left:0;margin-right:25px}@media (min-width:768px){.sequence{font-size:1rem;font-size:var(--font-size-16);padding-right:24px}[dir=rtl] .sequence{padding-left:24px;padding-right:0}}.sequence>li{border-color:#0000001a;border-color:var(--color-border-neutral);display:block;line-height:24px;position:relative}.sequence>li>a{color:#0097c7;color:var(--color-content-accent);display:block;font-weight:500;font-weight:var(--font-weight-regular);outline-offset:-1px;text-decoration:none}.sequence>li>a:focus,.sequence>li>a:hover{color:#0084b3;color:var(--color-content-accent-hover);text-decoration:none}.sequence>li>a:active{color:#0077a5;color:var(--color-content-accent-active)}.sequence>li p{margin-bottom:0;max-width:600px;padding-bottom:8px}.sequence>li p:last-child{padding-bottom:0}.sequence>li .btn-toolbar,.sequence>li .h1,.sequence>li .h2,.sequence>li .h3,.sequence>li .h4,.sequence>li h1,.sequence>li h2,.sequence>li h3,.sequence>li h4{margin-bottom:16px}.sequence>li:before{border:4px solid;border-color:inherit;border-radius:50%;content:"";display:block;height:8px;outline:0;position:absolute;width:8px;z-index:2}.sequence>li:after{background-color:#0000001a;background-color:var(--color-border-neutral);background-position:0 0;background-size:200% 200%;border:0 solid;border-color:inherit;content:"";height:100%;outline:0;position:absolute;width:2px}.sequence .sequence-item-no-pip:before{display:none}.sequence>.active>a{font-weight:600;font-weight:var(--font-weight-semi-bold)}.sequence>.active>a,.sequence>.active>a:focus,.sequence>.active>a:hover{color:#37517e;color:var(--color-content-primary);text-decoration:none}.sequence>.active>a:active{color:#37517e;color:var(--color-content-primary)}.sequence>.active:before{border-color:#0097c7;border-color:var(--color-content-accent)}.sequence>.active:after,.sequence>.active~li:after{background-color:#0000001a;background-color:var(--color-border-neutral);background-image:none}.sequence>.active~li:before{border-color:#0000001a;border-color:var(--color-border-neutral)}.sequence a{font-weight:500;font-weight:var(--font-weight-regular);text-decoration:none}.sequence-top>li:first-child:after{top:0}.sequence-inverse>li{border-color:#0000001a;border-color:var(--color-border-neutral)}.sequence-inverse>li>a{color:#fff}.sequence-inverse>li:after{background-color:#37517e}.sequence-inverse>.active>a{color:#fff}.sequence-inverse>.active .body-2,.sequence-inverse>.active .small{color:#5d7079;color:var(--color-content-secondary)}.sequence-inverse>.active:after,.sequence-inverse>.active~li:after{background-color:#37517e;background-image:none!important}.sequence-inverse>.active~li:before{border-color:#37517e}.sequence-info>li{border-color:#00a2dd;border-color:var(--color-interactive-accent)}.sequence-info>li:after{background-image:linear-gradient(#00a2dd,#00a2dd 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-accent) 0,var(--color-interactive-accent) 50%,var(--color-border-neutral) 50%,var(--color-border-neutral) 100%)}.sequence-info.sequence-inverse>li:after{background-image:linear-gradient(#00a2dd,#00a2dd 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-accent) 0,var(--color-interactive-accent) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-info>.active:before{background-color:#00a2dd;background-color:var(--color-interactive-accent);border-color:#00a2dd;border-color:var(--color-interactive-accent)}@keyframes sequence-pip-info{0%{border-color:#ffffff1a}to{border-color:#00a2dd;border-color:var(--color-interactive-accent)}}.sequence-primary>li{border-color:#37517e}.sequence-primary>li:after{background-image:linear-gradient(#37517e,#37517e 50%,#0000001a 0,#0000001a);background-image:linear-gradient(#37517e 0,#37517e 50%,var(--color-border-neutral) 50%,var(--color-border-neutral) 100%)}.sequence-primary.sequence-inverse>li:after{background-image:linear-gradient(#37517e,#37517e 50%,#ffffff1a 0,#ffffff1a)}.sequence-primary>.active:before{background-color:#37517e;border-color:#37517e}@keyframes sequence-pip-primary{0%{border-color:#ffffff1a}to{border-color:#37517e}}.sequence-success>li{border-color:#2ead4b;border-color:var(--color-interactive-positive)}.sequence-success>li:after{background-image:linear-gradient(#2ead4b,#2ead4b 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-positive) 0,var(--color-interactive-positive) 50%,var(--color-border-neutral) 50%,var(--color-border-neutral) 100%)}.sequence-success.sequence-inverse>li:after{background-image:linear-gradient(#2ead4b,#2ead4b 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-positive) 0,var(--color-interactive-positive) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-success>.active:before{background-color:#2ead4b;background-color:var(--color-interactive-positive);border-color:#2ead4b;border-color:var(--color-interactive-positive)}@keyframes sequence-pip-success{0%{border-color:#ffffff1a}to{border-color:#2ead4b;border-color:var(--color-interactive-positive)}}.sequence-warning>li{border-color:#df8700;border-color:var(--color-interactive-warning)}.sequence-warning>li:after{background-image:linear-gradient(#df8700,#df8700 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-warning) 0,var(--color-interactive-warning) 50%,var(--color-border-neutral) 50%,var(--color-border-neutral) 100%)}.sequence-warning.sequence-inverse>li:after{background-image:linear-gradient(#df8700,#df8700 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-warning) 0,var(--color-interactive-warning) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-warning>.active:before{background-color:#df8700;background-color:var(--color-interactive-warning);border-color:#df8700;border-color:var(--color-interactive-warning)}@keyframes sequence-pip-warning{0%{border-color:#ffffff1a}to{border-color:#df8700;border-color:var(--color-interactive-warning)}}.sequence-danger>li{border-color:#e74848;border-color:var(--color-interactive-negative)}.sequence-danger>li:after{background-image:linear-gradient(#e74848,#e74848 50%,#0000001a 0,#0000001a);background-image:linear-gradient(var(--color-interactive-negative) 0,var(--color-interactive-negative) 50%,var(--color-border-neutral) 50%,var(--color-border-neutral) 100%)}.sequence-danger.sequence-inverse>li:after{background-image:linear-gradient(#e74848,#e74848 50%,#ffffff1a 0,#ffffff1a);background-image:linear-gradient(var(--color-interactive-negative) 0,var(--color-interactive-negative) 50%,#ffffff1a 50%,#ffffff1a 100%)}.sequence-danger>.active:before{background-color:#e74848;background-color:var(--color-interactive-negative);border-color:#e74848;border-color:var(--color-interactive-negative)}@keyframes sequence-pip-danger{0%{border-color:#ffffff1a}to{border-color:#e74848;border-color:var(--color-interactive-negative)}}.sequence-hollow>li:before{background-color:#fff;background-color:var(--color-background-screen);border-width:2px}.sequence-hollow>.active:before{border-width:4px}.sequence-hollow>.active~li:before{background-color:#fff;background-color:var(--color-background-screen)}.sequence-hollow.sequence-inverse>li:before{background-color:#37517e}.sequence-icon{background-color:#fff;background-color:var(--color-background-screen);border:1px solid #0000001a;border-color:var(--color-border-neutral);border-radius:50%;display:block;font-size:.75rem;font-size:var(--font-size-12);height:24px;line-height:23px;margin-left:-35px;position:absolute;text-align:center;text-decoration:none!important;top:4px;width:24px;z-index:2}[dir=rtl] .sequence-icon{margin-left:0;margin-right:-35px}.sequence-icon .icon{font-size:1rem;font-size:var(--font-size-16);line-height:23px}.sequence-inverse .sequence-icon{background-color:#37517e;border-color:#fff}.sequence a .sequence-icon{border-color:#00a2dd;border-color:var(--color-interactive-accent);color:#0097c7;color:var(--color-content-accent)}.sequence a:focus .sequence-icon,.sequence a:hover .sequence-icon{border-color:#008fc9;border-color:var(--color-interactive-accent-hover);color:#0084b3;color:var(--color-content-accent-hover)}.sequence-table{display:table}.sequence-table>li{display:table-row}.sequence-table>li>a{position:absolute}.sequence-table>li>.sequence-table-td,.sequence-table>li>.sequence-table-th{display:table-cell;padding:4px 12px;padding:var(--size-4) var(--size-12);padding-left:0}[dir=rtl] .sequence-table>li>.sequence-table-td,[dir=rtl] .sequence-table>li>.sequence-table-th{padding-left:0;padding-right:0}.sequence-table>li>.sequence-table-td:last-child,.sequence-table>li>.sequence-table-th:last-child{padding-right:0}[dir=rtl] .sequence-table>li>.sequence-table-td:last-child,[dir=rtl] .sequence-table>li>.sequence-table-th:last-child{padding-left:0;padding-right:0}.sequence-table>li>.sequence-table-th{color:#37517e;color:var(--color-content-primary);white-space:nowrap}.sequence-table>li:before{position:static}.sequence-table>li:after{display:none}.sequence-table>li .sequence-icon{margin-top:-17px;position:static}.sequence-table>li:first-child .sequence-table-td,.sequence-table>li:first-child .sequence-table-th{padding-top:17px}.sequence-table>li:last-child .sequence-table-td,.sequence-table>li:last-child .sequence-table-th{padding-bottom:15px}.sequence-table:before{border:1px solid;border-color:inherit;content:" ";display:block;height:calc(100% - 56px);left:0;margin-top:28px;position:absolute;width:2px}[dir=rtl] .sequence-table:before{left:auto;right:0}.sequence-table.sequence-top:before{height:calc(100% - 28px);margin-top:0}.sequence-table.sequence-bottom:before{height:calc(100% - 28px)}.sequence-table.sequence-top.sequence-bottom:before{height:100%}.sequence-inverse>li>.sequence-table-td,.sequence-inverse>li>.sequence-table-th{color:#5d7079;color:var(--color-content-secondary)}.sequence-icon-md{font-size:.875rem;font-size:var(--font-size-14);height:32px;line-height:30px;margin-top:-6px;width:32px}.sequence-icon-lg{font-size:1rem;font-size:var(--font-size-16);height:40px;line-height:38px;margin-top:-6px;width:40px}.sequence-icon-lg .icon{font-size:22px;line-height:35px}.sequence-lg{padding-left:40px}.sequence-lg>li{padding-bottom:8px;padding-top:8px}.sequence-lg>li:first-child{margin-top:24px}.sequence-lg>li:last-child{margin-bottom:24px}@media (min-width:768px){.sequence-lg>li{padding-bottom:8px;padding-top:8px}}.sequence-lg>li:before{margin-top:8px}.sequence-lg>li:after{top:20px}.sequence-lg>li:first-child:after{height:100%}.sequence-lg>li:last-child:after{height:0}.sequence-lg.sequence-top>li:first-child{margin-top:0;padding-top:32px}.sequence-lg.sequence-top>li:first-child:after{height:calc(100% + 20px)}.sequence-lg.sequence-bottom>li:last-child{margin-bottom:0;padding-bottom:32px}.sequence-lg.sequence-bottom>li:last-child:after{height:calc(100% - 20px)}.sequence-lg.sequence-top.sequence-bottom>li:first-child:last-child:after{height:100%}.sequence-lg .sequence-icon{top:8px}@media (min-width:768px){.sequence-lg .sequence-icon{top:8px}}.sequence-lg.sequence-top>li:first-child .sequence-icon{top:32px}[dir=rtl] .sequence-lg{padding-left:0;padding-right:40px}.sequence-lg>li:before{margin-left:-43px}[dir=rtl] .sequence-lg>li:before{margin-left:0;margin-right:-43px}.sequence-lg>li:after{left:-40px}[dir=rtl] .sequence-lg>li:after{left:auto;right:-40px}.sequence-lg .sequence-icon{margin-left:-51px}[dir=rtl] .sequence-lg .sequence-icon{margin-left:0;margin-right:-51px}.sequence-lg .sequence-icon-md{margin-left:-55px}[dir=rtl] .sequence-lg .sequence-icon-md{margin-left:0;margin-right:-55px}.sequence-lg .sequence-icon-lg{margin-left:-59px}[dir=rtl] .sequence-lg .sequence-icon-lg{margin-left:0;margin-right:-59px}@media (min-width:768px){.sequence-lg{padding-left:48px}[dir=rtl] .sequence-lg{padding-left:0;padding-right:48px}.sequence-lg>li:before{margin-left:-51px}[dir=rtl] .sequence-lg>li:before{margin-left:0;margin-right:-51px}.sequence-lg>li:after{left:-48px}[dir=rtl] .sequence-lg>li:after{left:auto;right:-48px}.sequence-lg .sequence-icon{margin-left:-59px}[dir=rtl] .sequence-lg .sequence-icon{margin-left:0;margin-right:-59px}.sequence-lg .sequence-icon-md{margin-left:-63px}[dir=rtl] .sequence-lg .sequence-icon-md{margin-left:0;margin-right:-63px}.sequence-lg .sequence-icon-lg{margin-left:-67px}[dir=rtl] .sequence-lg .sequence-icon-lg{margin-left:0;margin-right:-67px}}.sequence-animate>li:after{animation:sequence-fill .3s linear 0s both;background-size:200% 200%}.sequence-animate.sequence-info>li:before{animation:sequence-pip-info .3s linear .3s both,sequence-pulse-info 3s linear .3s forwards}.sequence-animate.sequence-info>.active:before{animation:sequence-pip-info .3s linear .3s both,sequence-pulse-info 3s linear .3s infinite}.sequence-animate.sequence-warning>li:before{animation:sequence-pip-warning .3s linear .3s both,sequence-pulse-warning 3s linear .3s forwards}.sequence-animate.sequence-warning>.active:before{animation:sequence-pip-warning .3s linear .3s both,sequence-pulse-warning 3s linear .3s infinite}.sequence-animate.sequence-success>li:before{animation:sequence-pip-success .3s linear .3s both,sequence-pulse-success 3s linear .3s forwards}.sequence-animate.sequence-success>.active:before{animation:sequence-pip-success .3s linear .3s both,sequence-pulse-success 3s linear .3s infinite}.sequence-animate.sequence-danger>li:before{animation:sequence-pip-danger .3s linear .3s both,sequence-pulse-danger 3s linear .3s forwards}.sequence-animate.sequence-danger>.active:before{animation:sequence-pip-danger .3s linear .3s both,sequence-pulse-danger 3s linear .3s infinite}.sequence-animate>li:first-child:after,.sequence-animate>li:first-child:before{animation-delay:.3s!important}.sequence-animate>li:nth-child(2):after,.sequence-animate>li:nth-child(2):before{animation-delay:.6s!important}.sequence-animate>li:nth-child(3):after,.sequence-animate>li:nth-child(3):before{animation-delay:.9s!important}.sequence-animate>li:nth-child(4):after,.sequence-animate>li:nth-child(4):before{animation-delay:1.2s!important}.sequence-animate>li:nth-child(5):after,.sequence-animate>li:nth-child(5):before{animation-delay:1.5s!important}.sequence-animate>li:nth-child(6):after,.sequence-animate>li:nth-child(6):before{animation-delay:1.8s!important}.sequence-animate>li:nth-child(7):after,.sequence-animate>li:nth-child(7):before{animation-delay:2.1s!important}.sequence-animate>li:nth-child(8):after,.sequence-animate>li:nth-child(8):before{animation-delay:2.4s!important}.sequence-animate>li:nth-child(9):after,.sequence-animate>li:nth-child(9):before{animation-delay:2.7s!important}.sequence-animate>li:nth-child(10):after,.sequence-animate>li:nth-child(10):before{animation-delay:3s!important}.sequence-animate>.active~li:after,.sequence-animate>.active~li:before{animation:none}@keyframes sequence-fill{0%{background-position:0 100%}to{background-position:0 0}}@keyframes sequence-pulse-info{0%{box-shadow:0 0 0 0 rgba(0,185,255,.3)}50%{box-shadow:0 0 0 16px rgba(0,185,255,0)}to{box-shadow:0 0 0 0 rgba(0,185,255,0)}}@keyframes sequence-pulse-warning{0%{box-shadow:0 0 0 0 rgba(255,166,0,.3)}50%{box-shadow:0 0 0 16px rgba(255,166,0,0)}to{box-shadow:0 0 0 0 rgba(255,166,0,0)}}@keyframes sequence-pulse-success{0%{box-shadow:0 0 0 0 rgba(26,208,110,.3)}50%{box-shadow:0 0 0 16px rgba(26,208,110,0)}to{box-shadow:0 0 0 0 hsla(51,67%,66%,0)}}@keyframes sequence-pulse-danger{0%{box-shadow:0 0 0 0 rgba(245,54,54,.3)}50%{box-shadow:0 0 0 16px rgba(245,54,54,0)}to{box-shadow:0 0 0 0 rgba(245,54,54,0)}}
|
package/dist/css/table.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
table{background-color:#fff;background-color:var(--color-background-screen
|
|
1
|
+
table{background-color:#fff;background-color:var(--color-background-screen);border-collapse:separate}table td[class*=col-],table th[class*=col-]{display:table-cell;float:none;position:static}caption{color:#5d7079;color:var(--color-content-secondary);padding-bottom:16px;padding-top:16px;text-align:left}[dir=rtl] caption{text-align:right}th{text-align:left}[dir=rtl] th{text-align:right}.table{margin-bottom:24px;margin-bottom:var(--size-24);max-width:100%;width:100%}.table>.tbody>dl>dd,.table>.tfoot>ol>li,.table>.thead>ol>li,.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{border-bottom:0;border-top:1px solid #0000001a;border-top:1px solid var(--color-border-neutral);line-height:1.5;line-height:var(--line-height-body);padding:24px 16px;padding:var(--size-24) 16px;transition:border .15s ease;vertical-align:top}.table>.thead>ol>li,.table>thead>tr>th{vertical-align:bottom}.table>.thead>ol>li a,.table>thead>tr>th a{text-decoration:none}.table>.thead>ol>li .tw-icon,.table>thead>tr>th .tw-icon{margin-top:-3px}.table>.thead:first-child>ol:first-child>li,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:1px solid #0000001a;border-top:1px solid var(--color-border-neutral)}.table .table{background-color:#fff;background-color:var(--color-background-screen)}.table>.tfoot,.table>.thead,.table>tfoot,.table>thead{color:#37517e;color:var(--color-content-primary);font-size:.875rem;font-size:var(--font-size-14)}.table>.tbody,.table>tbody{font-size:.875rem;font-size:var(--font-size-14)}.table>.tbody>dl>.th,.table>tbody>tr>th{color:#37517e;color:var(--color-content-primary)}.table-condensed>.tbody>dl>dd,.table-condensed>.thead>ol>li,.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:8px}.table-bordered{border:1px solid #0000001a;border:1px solid var(--color-border-neutral);border-radius:3px}.table-bordered .thead,.table-bordered thead{background-color:#86a7bd1a;background-color:var(--color-background-neutral)}@media (max-width:767px){div.table-bordered:not(.table-responsive){border:0}}.table-striped>tbody>tr:nth-of-type(odd){background-color:#86a7bd1a;background-color:var(--color-background-neutral)}@media (min-width:768px){.table-striped>.tbody>dl:nth-of-type(odd){background-color:#86a7bd1a;background-color:var(--color-background-neutral)}}table col[class*=col-]{display:table-column;float:none;position:static}.table-hover>tbody>tr.primary:hover>td,.table-hover>tbody>tr.primary:hover>th,.table-hover>tbody>tr:hover>.primary,.table-hover>tbody>tr>td.primary:hover,.table-hover>tbody>tr>th.primary:hover,.table>tbody>tr.primary>td,.table>tbody>tr.primary>th,.table>tbody>tr>td.primary,.table>tbody>tr>th.primary,.table>tfoot>tr.primary>td,.table>tfoot>tr.primary>th,.table>tfoot>tr>td.primary,.table>tfoot>tr>th.primary,.table>thead>tr.primary>td,.table>thead>tr.primary>th,.table>thead>tr>td.primary,.table>thead>tr>th.primary{background-color:#37517e}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#fff;background-color:var(--color-background-screen)}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#36c7971a;background-color:var(--color-background-positive)}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#38c8ff1a;background-color:var(--color-background-accent)}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#ffac001a;background-color:var(--color-background-warning)}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#ff87871a;background-color:var(--color-background-negative)}.table-hover>tbody>tr.default:hover>td,.table-hover>tbody>tr.default:hover>th,.table-hover>tbody>tr:hover>.default,.table-hover>tbody>tr>td.default:hover,.table-hover>tbody>tr>th.default:hover,.table>tbody>tr.default>td,.table>tbody>tr.default>th,.table>tbody>tr>td.default,.table>tbody>tr>th.default,.table>tfoot>tr.default>td,.table>tfoot>tr.default>th,.table>tfoot>tr>td.default,.table>tfoot>tr>th.default,.table>thead>tr.default>td,.table>thead>tr.default>th,.table>thead>tr>td.default,.table>thead>tr>th.default{background-color:var(--color-background-secondary)}.table-responsive{min-height:.01%;overflow-x:auto}.table-responsive.table-bordered{border:0}@media screen and (max-width:767px){.table-responsive{-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:24px;margin-bottom:var(--size-24);overflow-y:hidden;width:100%}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.table-responsive.table-bordered{border:1px solid #86a7bd1a;border:1px solid var(--color-background-neutral);border-radius:3px}}@media (min-width:768px){.table{display:table}.table>.thead{display:table-header-group}.table>.thead>ol{display:table-row}.table>.thead>ol>li{color:#37517e;color:var(--color-content-primary);display:table-cell;font-weight:800;font-weight:var(--font-weight-bold)}.table>.tbody{display:table-row-group}.table>.tbody>dl{display:table-row}.table>.tbody>dl>dt{display:none}.table>.tbody>dl>dd{color:#5d7079;color:var(--color-content-secondary);display:table-cell;font-size:.875rem;font-size:var(--font-size-14)}.table>.tfoot{display:table-footer-group}}@media (max-width:767px){.table>.thead{display:none}.table>.tbody>dl{border:1px solid #c9cbce;border:1px solid var(--color-interactive-secondary);border-radius:3px;margin-bottom:24px;margin-bottom:var(--size-24);padding:24px 1.5 0;padding:var(--size-24) var(--line-height-body) 0}.table>.tbody>dl>dd{border:0;padding:0}.table>.tbody>dl>dd:empty{margin:0}}@media (max-width:575px){.table>.tbody>dl{padding-bottom:8px}}.table-calendar{min-width:300px}.table-calendar>tbody>tr>td{padding:0}.table-calendar>tbody>tr>td>a{border-radius:3px;display:block;margin:4px 2px;padding:4px 0;text-align:center;text-decoration:none}.table-calendar>tbody>tr>td>a.active{background-color:#37517e;color:#fff}.table-calendar>tbody>tr>td>a:not([disabled]):hover{background-color:#0097c7;background-color:var(--color-content-accent);color:#fff}.table-calendar>thead>tr>th{text-align:center}
|
package/dist/css/tick.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tw-checkbox-check{display:inline-block;height:8px;position:relative;width:10px}.tw-checkbox-check:after,.tw-checkbox-check:before{background:#fff;background:var(--color-background-screen
|
|
1
|
+
.tw-checkbox-check{display:inline-block;height:8px;position:relative;width:10px}.tw-checkbox-check:after,.tw-checkbox-check:before{background:#fff;background:var(--color-background-screen);content:"";left:8px;left:var(--size-8);position:absolute;transform:translateX(.5px) rotate(-45deg);transform-origin:left bottom}.tw-checkbox-check .has-error:after,.tw-checkbox-check .has-error:before{background-color:#e74848;background-color:var(--color-interactive-negative)}.tw-checkbox-check:before{height:6px;top:9px;width:2px}.tw-checkbox-check:after{bottom:5px;height:2px;width:11px}
|
package/dist/css/tooltip.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tooltip{word-wrap:normal;display:block;font-family:Averta,Avenir W02,Avenir,Helvetica,Arial,sans-serif;font-family:var(--font-family-regular
|
|
1
|
+
.tooltip{word-wrap:normal;display:block;font-family:Averta,Avenir W02,Avenir,Helvetica,Arial,sans-serif;font-family:var(--font-family-regular);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:24px;line-height:var(--size-24);opacity:0;position:absolute;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}[dir=rtl] .tooltip{text-align:right}.tooltip.in{opacity:1}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}[dir=rtl] .tooltip.right{margin-left:0;margin-right:3px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}[dir=rtl] .tooltip.left{margin-left:0;margin-right:-3px}.tooltip-inner{background-color:#fff;background-color:var(--color-background-screen);border-radius:3px;box-shadow:0 1px 28px 0 rgba(34,48,73,.2);color:#37517e;color:var(--color-content-primary);font-size:.875rem;font-size:var(--font-size-14);max-width:200px;min-width:120px;padding:16px;padding:var(--size-16) var(--size-16);text-align:center}.tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.tooltip.top .tooltip-arrow{border-top-color:#fff;border-top-color:var(--color-background-screen);border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}[dir=rtl] .tooltip.top .tooltip-arrow{left:auto;margin-left:0;margin-right:-5px;right:50%}.tooltip.right .tooltip-arrow{border-right-color:#fff;border-right-color:var(--color-background-screen);border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}[dir=rtl] .tooltip.right .tooltip-arrow{left:auto;right:0}.tooltip.left .tooltip-arrow{border-left-color:#fff;border-left-color:var(--color-background-screen);border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}[dir=rtl] .tooltip.left .tooltip-arrow{left:0;right:auto}.tooltip.bottom .tooltip-arrow{border-bottom-color:#fff;border-bottom-color:var(--color-background-screen);border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}[dir=rtl] .tooltip.bottom .tooltip-arrow{left:auto;margin-left:0;margin-right:-5px;right:50%}[data-toggle=tooltip]:not(.btn){cursor:pointer}[data-toggle=tooltip]:not(.btn):focus,[data-toggle=tooltip]:not(.btn):hover{color:#0084b3!important;color:var(--color-content-accent-hover)!important;outline:0}a[data-toggle=tooltip]{white-space:nowrap}
|
package/dist/css/wells.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.well,.well-xs{border:1px solid #0000001a;border:1px solid var(--color-border-neutral
|
|
1
|
+
.well,.well-xs{border:1px solid #0000001a;border:1px solid var(--color-border-neutral);border-radius:3px;border-radius:var(--radius-small);box-shadow:none;margin-bottom:24px;margin-bottom:var(--size-24);min-height:24px;min-height:var(--size-24);padding:24px;padding:var(--size-24)}@media only screen and (min-width:576px){.well-sm{border:1px solid #0000001a;border:1px solid var(--color-border-neutral);border-radius:3px;border-radius:var(--radius-small);box-shadow:none;margin-bottom:24px;margin-bottom:var(--size-24);min-height:24px;min-height:var(--size-24);padding:24px;padding:var(--size-24)}}@media only screen and (min-width:768px){.well-md{border:1px solid #0000001a;border:1px solid var(--color-border-neutral);border-radius:3px;border-radius:var(--radius-small);box-shadow:none;margin-bottom:24px;margin-bottom:var(--size-24);min-height:24px;min-height:var(--size-24);padding:24px;padding:var(--size-24)}}@media only screen and (min-width:992px){.well-lg{border:1px solid #0000001a;border:1px solid var(--color-border-neutral);border-radius:3px;border-radius:var(--radius-small);box-shadow:none;margin-bottom:24px;margin-bottom:var(--size-24);min-height:24px;min-height:var(--size-24);padding:24px;padding:var(--size-24)}}@media only screen and (min-width:1200px){.well-xl{border:1px solid #0000001a;border:1px solid var(--color-border-neutral);border-radius:3px;border-radius:var(--radius-small);box-shadow:none;margin-bottom:24px;margin-bottom:var(--size-24);min-height:24px;min-height:var(--size-24);padding:24px;padding:var(--size-24)}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "12.5.
|
|
4
|
+
"version": "12.5.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -47,18 +47,14 @@
|
|
|
47
47
|
"bootstrap": "github:transferwise/bootstrap#v7.0.0",
|
|
48
48
|
"inquirer": "^8.2.0",
|
|
49
49
|
"inquirer-file-tree-selection-prompt": "^1.0.13",
|
|
50
|
-
"replace-in-file": "6.3.2"
|
|
51
|
-
"svgo": "1.3.2"
|
|
50
|
+
"replace-in-file": "6.3.2"
|
|
52
51
|
},
|
|
53
52
|
"devDependencies": {
|
|
54
|
-
"@transferwise/less-config": "^3.0.
|
|
53
|
+
"@transferwise/less-config": "^3.0.5",
|
|
55
54
|
"yargs": "^17.1.1"
|
|
56
55
|
},
|
|
57
|
-
"resolutions": {
|
|
58
|
-
"svgo": "1.3.2"
|
|
59
|
-
},
|
|
60
56
|
"bin": {
|
|
61
57
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
62
58
|
},
|
|
63
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "7030ffb7517f069c8a9e161ab8c41c946b4f43d3"
|
|
64
60
|
}
|
package/src/less/buttons.less
CHANGED
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
|
|
29
29
|
user-select: none;
|
|
30
30
|
|
|
31
|
-
&:not(.disabled, :disabled):active,
|
|
32
|
-
&:not(.disabled, :disabled).active,
|
|
33
|
-
&:not(.disabled, :disabled):focus,
|
|
34
|
-
&:not(.disabled, :disabled).focus {
|
|
31
|
+
&:not(.disabled, :disabled, .np-dropdown-toggle):active,
|
|
32
|
+
&:not(.disabled, :disabled, .np-dropdown-toggle).active,
|
|
33
|
+
&:not(.disabled, :disabled, .np-dropdown-toggle):focus,
|
|
34
|
+
&:not(.disabled, :disabled, .np-dropdown-toggle).focus {
|
|
35
35
|
.tab-focus();
|
|
36
36
|
|
|
37
37
|
outline-offset: -2px;
|
|
@@ -157,10 +157,6 @@ output {
|
|
|
157
157
|
// Remove iOS drop shadow
|
|
158
158
|
background-clip: padding-box;
|
|
159
159
|
|
|
160
|
-
&:not(.disabled, :disabled):hover {
|
|
161
|
-
border-color: var(--color-interactive-secondary-hover);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
160
|
// Customize the `:focus` state to imitate native WebKit styles.
|
|
165
161
|
.form-control-focus();
|
|
166
162
|
|
|
@@ -873,7 +869,7 @@ input[type='checkbox'] {
|
|
|
873
869
|
transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
|
|
874
870
|
|
|
875
871
|
&:not(.disabled, :disabled):hover {
|
|
876
|
-
border-color: var(--color-interactive-
|
|
872
|
+
border-color: var(--color-interactive-secondary-hover);
|
|
877
873
|
}
|
|
878
874
|
|
|
879
875
|
&:not(.disabled, :disabled).focus,
|
|
@@ -49,15 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
border-color: var(--color-interactive-secondary);
|
|
52
|
-
|
|
53
|
-
:not(.disabled, :disabled):hover& {
|
|
54
|
-
border-color: var(--color-interactive-secondary-hover);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&:not(.disabled, :disabled):active,
|
|
58
|
-
&:not(.disabled, :disabled):focus {
|
|
59
|
-
border-color: var(--color-interactive-accent-active);
|
|
60
|
-
}
|
|
61
52
|
}
|
|
62
53
|
|
|
63
54
|
.input-group-addon + .form-control {
|
|
@@ -67,17 +58,6 @@
|
|
|
67
58
|
.form-control + .input-group-addon {
|
|
68
59
|
.padding(left, 0);
|
|
69
60
|
}
|
|
70
|
-
|
|
71
|
-
&:active,
|
|
72
|
-
&:focus,
|
|
73
|
-
.focus & {
|
|
74
|
-
.input-group-addon,
|
|
75
|
-
.form-control,
|
|
76
|
-
.btn-input,
|
|
77
|
-
.bootstrap-select .btn-default {
|
|
78
|
-
border-color: var(--color-interactive-accent-active);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
61
|
}
|
|
82
62
|
|
|
83
63
|
// Sizing options
|
|
@@ -248,20 +228,33 @@
|
|
|
248
228
|
}
|
|
249
229
|
}
|
|
250
230
|
|
|
251
|
-
//
|
|
252
|
-
.
|
|
253
|
-
.has-focus .input-group,
|
|
254
|
-
.input-group:focus-within {
|
|
231
|
+
// inputs focus and hover states (not disabled)
|
|
232
|
+
.input-group:hover:not(.disabled,:disabled) {
|
|
255
233
|
.form-control,
|
|
256
|
-
.input-group-addon
|
|
257
|
-
|
|
234
|
+
.input-group-addon,
|
|
235
|
+
.btn-input,
|
|
236
|
+
.bootstrap-select .btn-default {
|
|
237
|
+
border-color: var(--color-interactive-secondary-hover);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
258
240
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
241
|
+
.form-control:hover:not(.disabled,:disabled) {
|
|
242
|
+
border-color: var(--color-interactive-secondary-hover);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.input-group:focus-within:not(.disabled,:disabled) {
|
|
246
|
+
.form-control,
|
|
247
|
+
.input-group-addon,
|
|
248
|
+
.btn-input,
|
|
249
|
+
.bootstrap-select .btn-default {
|
|
250
|
+
border-color: var(--color-interactive-accent);
|
|
262
251
|
}
|
|
263
252
|
}
|
|
264
253
|
|
|
254
|
+
.form-control:focus-within:not(.disabled,:disabled) {
|
|
255
|
+
border-color: var(--color-interactive-accent);
|
|
256
|
+
}
|
|
257
|
+
|
|
265
258
|
.has-error .input-group {
|
|
266
259
|
.form-control,
|
|
267
260
|
.input-group-addon {
|