@transferwise/neptune-css 14.8.0 → 14.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/accordion.css +235 -1
- package/dist/css/alerts.css +761 -1
- package/dist/css/background.css +20 -1
- package/dist/css/badge.css +90 -1
- package/dist/css/border-radius.css +3 -1
- package/dist/css/breadcrumbs.css +20 -1
- package/dist/css/button-groups.css +412 -1
- package/dist/css/buttons.css +1382 -1
- package/dist/css/chevron.css +35 -1
- package/dist/css/circles.css +284 -1
- package/dist/css/close.css +47 -1
- package/dist/css/column-layout.css +164 -1
- package/dist/css/currency-flags.css +45 -1
- package/dist/css/decision.css +95 -1
- package/dist/css/dropdowns.css +413 -1
- package/dist/css/droppable.css +207 -1
- package/dist/css/flex.css +598 -1
- package/dist/css/footer.css +118 -1
- package/dist/css/grid.css +2369 -1
- package/dist/css/input-groups.css +2706 -1
- package/dist/css/link-callout.css +20 -1
- package/dist/css/list-group.css +267 -1
- package/dist/css/loaders.css +76 -1
- package/dist/css/media.css +74 -1
- package/dist/css/modals.css +185 -1
- package/dist/css/navbar-base.css +1385 -1
- package/dist/css/navbar.css +2397 -1
- package/dist/css/navs.css +296 -1
- package/dist/css/neptune-addons.css +1829 -1
- package/dist/css/neptune-core.css +2035 -2
- package/dist/css/neptune-social-media.css +144 -1
- package/dist/css/neptune.css +24372 -2
- package/dist/css/panels.css +528 -1
- package/dist/css/popovers.css +538 -1
- package/dist/css/process.css +483 -1
- package/dist/css/progress-bars.css +76 -1
- package/dist/css/ring.css +59 -1
- package/dist/css/select.css +99 -1
- package/dist/css/sequences.css +855 -1
- package/dist/css/table.css +446 -1
- package/dist/css/tick.css +32 -1
- package/dist/css/tooltip.css +142 -1
- package/dist/css/utilities.css +145 -1
- package/dist/css/wells.css +74 -1
- package/package.json +3 -2
- package/scripts/analyze-css-selectors.js +39 -0
- package/src/less/buttons.less +2 -6
- package/src/less/navbar-base.less +1 -1
package/dist/css/panels.css
CHANGED
|
@@ -1 +1,528 @@
|
|
|
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}}
|
|
1
|
+
.panel {
|
|
2
|
+
margin-bottom: 16px;
|
|
3
|
+
background-color: transparent;
|
|
4
|
+
border: 0;
|
|
5
|
+
margin-left: -16px;
|
|
6
|
+
margin-right: -16px;
|
|
7
|
+
}
|
|
8
|
+
.panel-body {
|
|
9
|
+
padding: 16px;
|
|
10
|
+
background-color: #ffffff;
|
|
11
|
+
background-color: var(--color-background-screen);
|
|
12
|
+
}
|
|
13
|
+
.panel-heading {
|
|
14
|
+
padding: 16px 16px 8px 16px;
|
|
15
|
+
}
|
|
16
|
+
.panel-heading > .dropdown .dropdown-toggle {
|
|
17
|
+
color: inherit;
|
|
18
|
+
}
|
|
19
|
+
.panel-title {
|
|
20
|
+
margin-top: 0;
|
|
21
|
+
margin-bottom: 0;
|
|
22
|
+
line-height: calc(1.2 + 8px);
|
|
23
|
+
line-height: calc(var(--line-height-title) + 8px);
|
|
24
|
+
}
|
|
25
|
+
.panel-title > a {
|
|
26
|
+
-webkit-text-decoration: none;
|
|
27
|
+
text-decoration: none;
|
|
28
|
+
}
|
|
29
|
+
.panel-footer {
|
|
30
|
+
padding: 16px;
|
|
31
|
+
}
|
|
32
|
+
@media (min-width: 576px) {
|
|
33
|
+
.panel {
|
|
34
|
+
margin-bottom: 24px;
|
|
35
|
+
margin-left: -24px;
|
|
36
|
+
margin-right: -24px;
|
|
37
|
+
}
|
|
38
|
+
.panel-heading {
|
|
39
|
+
padding: 16px 24px 8px 24px;
|
|
40
|
+
}
|
|
41
|
+
.panel-body {
|
|
42
|
+
padding: 24px;
|
|
43
|
+
}
|
|
44
|
+
.panel-footer {
|
|
45
|
+
padding: 24px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
@media (min-width: 768px) {
|
|
49
|
+
.panel {
|
|
50
|
+
margin-left: 0;
|
|
51
|
+
margin-right: 0;
|
|
52
|
+
}
|
|
53
|
+
.panel-heading {
|
|
54
|
+
padding: 16px 0 8px 0;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
@media (min-width: 992px) {
|
|
58
|
+
.panel {
|
|
59
|
+
margin-bottom: 32px;
|
|
60
|
+
border-radius: 3px;
|
|
61
|
+
}
|
|
62
|
+
.panel-body {
|
|
63
|
+
padding: 32px;
|
|
64
|
+
}
|
|
65
|
+
.panel-footer {
|
|
66
|
+
padding: 32px;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
@media (min-width: 768px) {
|
|
70
|
+
.panel-title {
|
|
71
|
+
line-height: calc(1.2 * 2);
|
|
72
|
+
line-height: calc(var(--line-height-title) * 2);
|
|
73
|
+
}
|
|
74
|
+
.panel-heading > .btn-sm {
|
|
75
|
+
margin-top: 8px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.panel > .list-group,
|
|
79
|
+
.panel > .panel-collapse > .list-group {
|
|
80
|
+
margin-bottom: 0;
|
|
81
|
+
border-left: 0;
|
|
82
|
+
border-right: 0;
|
|
83
|
+
}
|
|
84
|
+
.panel > .list-group .list-group-item,
|
|
85
|
+
.panel > .panel-collapse > .list-group .list-group-item {
|
|
86
|
+
border-radius: 0;
|
|
87
|
+
}
|
|
88
|
+
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
|
89
|
+
border-top-right-radius: 0;
|
|
90
|
+
border-top-left-radius: 0;
|
|
91
|
+
}
|
|
92
|
+
.panel-list-group {
|
|
93
|
+
margin-bottom: 0;
|
|
94
|
+
border-left: 0;
|
|
95
|
+
border-right: 0;
|
|
96
|
+
}
|
|
97
|
+
.list-group + .panel-footer {
|
|
98
|
+
border-top-width: 0;
|
|
99
|
+
}
|
|
100
|
+
.panel > .table,
|
|
101
|
+
.panel > .table-responsive > .table,
|
|
102
|
+
.panel > .panel-collapse > .table {
|
|
103
|
+
margin-bottom: 0;
|
|
104
|
+
}
|
|
105
|
+
.panel > .table caption,
|
|
106
|
+
.panel > .table-responsive > .table caption,
|
|
107
|
+
.panel > .panel-collapse > .table caption {
|
|
108
|
+
padding-left: 32px;
|
|
109
|
+
padding-right: 32px;
|
|
110
|
+
}
|
|
111
|
+
.panel > .table:first-child,
|
|
112
|
+
.panel > .table-responsive:first-child > .table:first-child {
|
|
113
|
+
border-top-right-radius: 2px;
|
|
114
|
+
border-top-left-radius: 2px;
|
|
115
|
+
}
|
|
116
|
+
.panel > .table:first-child > thead:first-child > tr:first-child,
|
|
117
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
|
118
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child,
|
|
119
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
|
120
|
+
border-top-left-radius: 2px;
|
|
121
|
+
border-top-right-radius: 2px;
|
|
122
|
+
}
|
|
123
|
+
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
124
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
125
|
+
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
126
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
127
|
+
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
128
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
129
|
+
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
|
|
130
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
|
|
131
|
+
border-top-right-radius: 2px;
|
|
132
|
+
}
|
|
133
|
+
html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
134
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
135
|
+
html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
136
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
137
|
+
html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
138
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
139
|
+
html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
|
|
140
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
|
|
141
|
+
border-top-left-radius: 2px;
|
|
142
|
+
}
|
|
143
|
+
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
144
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
145
|
+
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
146
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
147
|
+
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
148
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
149
|
+
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
|
150
|
+
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
|
151
|
+
border-top-left-radius: 2px;
|
|
152
|
+
}
|
|
153
|
+
html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
154
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
155
|
+
html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
156
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
157
|
+
html:not([dir="rtl"]) .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
158
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
159
|
+
html:not([dir="rtl"]) .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
|
160
|
+
html:not([dir="rtl"]) .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
|
161
|
+
border-top-right-radius: 2px;
|
|
162
|
+
}
|
|
163
|
+
.panel > .table:last-child,
|
|
164
|
+
.panel > .table-responsive:last-child > .table:last-child {
|
|
165
|
+
border-bottom-right-radius: 2px;
|
|
166
|
+
border-bottom-left-radius: 2px;
|
|
167
|
+
}
|
|
168
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child,
|
|
169
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
|
170
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child,
|
|
171
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
|
172
|
+
border-bottom-left-radius: 2px;
|
|
173
|
+
border-bottom-right-radius: 2px;
|
|
174
|
+
}
|
|
175
|
+
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
176
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
177
|
+
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
178
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
179
|
+
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
180
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
181
|
+
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
|
|
182
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
|
|
183
|
+
border-bottom-right-radius: 2px;
|
|
184
|
+
}
|
|
185
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
186
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
187
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
188
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
189
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
190
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
191
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
|
|
192
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
|
|
193
|
+
border-bottom-left-radius: 2px;
|
|
194
|
+
}
|
|
195
|
+
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
196
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
197
|
+
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
198
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
199
|
+
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
200
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
201
|
+
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
|
202
|
+
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
|
203
|
+
border-bottom-left-radius: 2px;
|
|
204
|
+
}
|
|
205
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
206
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
207
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
208
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
209
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
210
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
211
|
+
html:not([dir="rtl"]) .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
|
212
|
+
html:not([dir="rtl"]) .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
|
213
|
+
border-bottom-right-radius: 2px;
|
|
214
|
+
}
|
|
215
|
+
.panel > .panel-body + .table,
|
|
216
|
+
.panel > .panel-body + .table-responsive,
|
|
217
|
+
.panel > .table + .panel-body,
|
|
218
|
+
.panel > .table-responsive + .panel-body {
|
|
219
|
+
border-top: 1px solid #f2f5f7;
|
|
220
|
+
}
|
|
221
|
+
.panel > .table > tbody:first-child > tr:first-child th,
|
|
222
|
+
.panel > .table > tbody:first-child > tr:first-child td {
|
|
223
|
+
border-top: 0;
|
|
224
|
+
}
|
|
225
|
+
.panel > .table-bordered,
|
|
226
|
+
.panel > .table-responsive > .table-bordered {
|
|
227
|
+
border: 0;
|
|
228
|
+
}
|
|
229
|
+
[dir="rtl"] .panel > .table-bordered > thead > tr > th:first-child,
|
|
230
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
|
231
|
+
[dir="rtl"] .panel > .table-bordered > tbody > tr > th:first-child,
|
|
232
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
|
233
|
+
[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:first-child,
|
|
234
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
|
235
|
+
[dir="rtl"] .panel > .table-bordered > thead > tr > td:first-child,
|
|
236
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
|
237
|
+
[dir="rtl"] .panel > .table-bordered > tbody > tr > td:first-child,
|
|
238
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
239
|
+
[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:first-child,
|
|
240
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
|
241
|
+
border-right: 0 ;
|
|
242
|
+
}
|
|
243
|
+
html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:first-child,
|
|
244
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
|
245
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > th:first-child,
|
|
246
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
|
247
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > th:first-child,
|
|
248
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
|
249
|
+
html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > td:first-child,
|
|
250
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
|
251
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:first-child,
|
|
252
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
253
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:first-child,
|
|
254
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
|
255
|
+
border-left: 0 ;
|
|
256
|
+
}
|
|
257
|
+
[dir="rtl"] .panel > .table-bordered > thead > tr > th:last-child,
|
|
258
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
259
|
+
[dir="rtl"] .panel > .table-bordered > tbody > tr > th:last-child,
|
|
260
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
261
|
+
[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:last-child,
|
|
262
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
263
|
+
[dir="rtl"] .panel > .table-bordered > thead > tr > td:last-child,
|
|
264
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
265
|
+
[dir="rtl"] .panel > .table-bordered > tbody > tr > td:last-child,
|
|
266
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
267
|
+
[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:last-child,
|
|
268
|
+
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
269
|
+
border-left: 0 ;
|
|
270
|
+
}
|
|
271
|
+
html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > th:last-child,
|
|
272
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
273
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > th:last-child,
|
|
274
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
275
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > th:last-child,
|
|
276
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
277
|
+
html:not([dir="rtl"]) .panel > .table-bordered > thead > tr > td:last-child,
|
|
278
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
279
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tbody > tr > td:last-child,
|
|
280
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
281
|
+
html:not([dir="rtl"]) .panel > .table-bordered > tfoot > tr > td:last-child,
|
|
282
|
+
html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
283
|
+
border-right: 0 ;
|
|
284
|
+
}
|
|
285
|
+
.panel > .table-bordered > thead > tr:first-child > td,
|
|
286
|
+
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
|
|
287
|
+
.panel > .table-bordered > tbody > tr:first-child > td,
|
|
288
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
|
|
289
|
+
.panel > .table-bordered > thead > tr:first-child > th,
|
|
290
|
+
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
|
291
|
+
.panel > .table-bordered > tbody > tr:first-child > th,
|
|
292
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
|
|
293
|
+
border-bottom: 0;
|
|
294
|
+
}
|
|
295
|
+
.panel > .table-bordered > tbody > tr:last-child > td,
|
|
296
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
|
297
|
+
.panel > .table-bordered > tfoot > tr:last-child > td,
|
|
298
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
|
|
299
|
+
.panel > .table-bordered > tbody > tr:last-child > th,
|
|
300
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
|
301
|
+
.panel > .table-bordered > tfoot > tr:last-child > th,
|
|
302
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
|
|
303
|
+
border-bottom: 0;
|
|
304
|
+
}
|
|
305
|
+
.panel > .table-responsive {
|
|
306
|
+
border: 0;
|
|
307
|
+
margin-bottom: 0;
|
|
308
|
+
}
|
|
309
|
+
.panel > .table tr > :first-child,
|
|
310
|
+
.panel > .table-responsive tr > :first-child {
|
|
311
|
+
padding-left: 16px;
|
|
312
|
+
}
|
|
313
|
+
[dir="rtl"] .panel > .table tr > :first-child,
|
|
314
|
+
[dir="rtl"] .panel > .table-responsive tr > :first-child {
|
|
315
|
+
padding-right: 16px;
|
|
316
|
+
padding-left: 0;
|
|
317
|
+
padding-left: initial;
|
|
318
|
+
}
|
|
319
|
+
.panel > .table tr > :last-child,
|
|
320
|
+
.panel > .table-responsive tr > :last-child {
|
|
321
|
+
padding-right: 16px;
|
|
322
|
+
}
|
|
323
|
+
[dir="rtl"] .panel > .table tr > :last-child,
|
|
324
|
+
[dir="rtl"] .panel > .table-responsive tr > :last-child {
|
|
325
|
+
padding-left: 16px;
|
|
326
|
+
padding-right: 0;
|
|
327
|
+
padding-right: initial;
|
|
328
|
+
}
|
|
329
|
+
@media (min-width: 768px) {
|
|
330
|
+
.panel > .table tr > :first-child,
|
|
331
|
+
.panel > .table-responsive tr > :first-child {
|
|
332
|
+
padding-left: 24px;
|
|
333
|
+
}
|
|
334
|
+
[dir="rtl"] .panel > .table tr > :first-child,
|
|
335
|
+
[dir="rtl"] .panel > .table-responsive tr > :first-child {
|
|
336
|
+
padding-right: 24px;
|
|
337
|
+
padding-left: 0;
|
|
338
|
+
padding-left: initial;
|
|
339
|
+
}
|
|
340
|
+
.panel > .table tr > :last-child,
|
|
341
|
+
.panel > .table-responsive tr > :last-child {
|
|
342
|
+
padding-right: 24px;
|
|
343
|
+
}
|
|
344
|
+
[dir="rtl"] .panel > .table tr > :last-child,
|
|
345
|
+
[dir="rtl"] .panel > .table-responsive tr > :last-child {
|
|
346
|
+
padding-left: 24px;
|
|
347
|
+
padding-right: 0;
|
|
348
|
+
padding-right: initial;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
@media (min-width: 992px) {
|
|
352
|
+
.panel > .table tr > :first-child,
|
|
353
|
+
.panel > .table-responsive tr > :first-child {
|
|
354
|
+
padding-left: 32px;
|
|
355
|
+
}
|
|
356
|
+
[dir="rtl"] .panel > .table tr > :first-child,
|
|
357
|
+
[dir="rtl"] .panel > .table-responsive tr > :first-child {
|
|
358
|
+
padding-right: 32px;
|
|
359
|
+
padding-left: 0;
|
|
360
|
+
padding-left: initial;
|
|
361
|
+
}
|
|
362
|
+
.panel > .table tr > :last-child,
|
|
363
|
+
.panel > .table-responsive tr > :last-child {
|
|
364
|
+
padding-right: 32px;
|
|
365
|
+
}
|
|
366
|
+
[dir="rtl"] .panel > .table tr > :last-child,
|
|
367
|
+
[dir="rtl"] .panel > .table-responsive tr > :last-child {
|
|
368
|
+
padding-left: 32px;
|
|
369
|
+
padding-right: 0;
|
|
370
|
+
padding-right: initial;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
.panel-group {
|
|
374
|
+
margin-bottom: 24px;
|
|
375
|
+
margin-bottom: var(--size-24);
|
|
376
|
+
}
|
|
377
|
+
.panel-group .panel {
|
|
378
|
+
margin-bottom: 0;
|
|
379
|
+
border-radius: 3px;
|
|
380
|
+
}
|
|
381
|
+
.panel-group .panel + .panel {
|
|
382
|
+
margin-top: 8px;
|
|
383
|
+
}
|
|
384
|
+
.panel-group .panel-heading {
|
|
385
|
+
border-bottom: 0;
|
|
386
|
+
}
|
|
387
|
+
.panel-group .panel-heading + .panel-collapse > .panel-body,
|
|
388
|
+
.panel-group .panel-heading + .panel-collapse > .list-group {
|
|
389
|
+
border-top: 1px solid #FFF;
|
|
390
|
+
}
|
|
391
|
+
.panel-group .panel-footer {
|
|
392
|
+
border-top: 0;
|
|
393
|
+
}
|
|
394
|
+
.panel-group .panel-footer + .panel-collapse .panel-body {
|
|
395
|
+
border-bottom: 1px solid #FFF;
|
|
396
|
+
}
|
|
397
|
+
.panel-default {
|
|
398
|
+
border-color: #e2e6e8 !important;
|
|
399
|
+
}
|
|
400
|
+
.panel-default > .panel-heading {
|
|
401
|
+
color: #4a5860;
|
|
402
|
+
border-color: #e2e6e8;
|
|
403
|
+
}
|
|
404
|
+
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
|
405
|
+
border-top-color: #e2e6e8;
|
|
406
|
+
}
|
|
407
|
+
.panel-default > .panel-heading .badge {
|
|
408
|
+
color: #fff;
|
|
409
|
+
background-color: #4a5860;
|
|
410
|
+
}
|
|
411
|
+
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
|
412
|
+
border-bottom-color: #e2e6e8;
|
|
413
|
+
}
|
|
414
|
+
.panel-primary {
|
|
415
|
+
border-color: #37517e !important;
|
|
416
|
+
}
|
|
417
|
+
.panel-primary > .panel-heading {
|
|
418
|
+
color: #fff;
|
|
419
|
+
border-color: #37517e;
|
|
420
|
+
}
|
|
421
|
+
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
|
422
|
+
border-top-color: #37517e;
|
|
423
|
+
}
|
|
424
|
+
.panel-primary > .panel-heading .badge {
|
|
425
|
+
color: #fff;
|
|
426
|
+
background-color: #fff;
|
|
427
|
+
}
|
|
428
|
+
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
|
429
|
+
border-bottom-color: #37517e;
|
|
430
|
+
}
|
|
431
|
+
.panel-success {
|
|
432
|
+
border-color: #2ED06E !important;
|
|
433
|
+
}
|
|
434
|
+
.panel-success > .panel-heading {
|
|
435
|
+
color: #1B7940;
|
|
436
|
+
border-color: #2ED06E;
|
|
437
|
+
}
|
|
438
|
+
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
|
439
|
+
border-top-color: #2ED06E;
|
|
440
|
+
}
|
|
441
|
+
.panel-success > .panel-heading .badge {
|
|
442
|
+
color: #FFF;
|
|
443
|
+
background-color: #1B7940;
|
|
444
|
+
}
|
|
445
|
+
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
|
446
|
+
border-bottom-color: #2ED06E;
|
|
447
|
+
}
|
|
448
|
+
.panel-info {
|
|
449
|
+
border-color: #00b9ff !important;
|
|
450
|
+
}
|
|
451
|
+
.panel-info > .panel-heading {
|
|
452
|
+
color: #00a4df;
|
|
453
|
+
border-color: #00b9ff;
|
|
454
|
+
}
|
|
455
|
+
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
|
456
|
+
border-top-color: #00b9ff;
|
|
457
|
+
}
|
|
458
|
+
.panel-info > .panel-heading .badge {
|
|
459
|
+
color: #FFF;
|
|
460
|
+
background-color: #00a4df;
|
|
461
|
+
}
|
|
462
|
+
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
|
463
|
+
border-bottom-color: #00b9ff;
|
|
464
|
+
}
|
|
465
|
+
.panel-warning {
|
|
466
|
+
border-color: #FFA600 !important;
|
|
467
|
+
}
|
|
468
|
+
.panel-warning > .panel-heading {
|
|
469
|
+
color: #9E5F00;
|
|
470
|
+
border-color: #FFA600;
|
|
471
|
+
}
|
|
472
|
+
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
|
473
|
+
border-top-color: #FFA600;
|
|
474
|
+
}
|
|
475
|
+
.panel-warning > .panel-heading .badge {
|
|
476
|
+
color: #FFF;
|
|
477
|
+
background-color: #9E5F00;
|
|
478
|
+
}
|
|
479
|
+
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
|
480
|
+
border-bottom-color: #FFA600;
|
|
481
|
+
}
|
|
482
|
+
.panel-danger {
|
|
483
|
+
border-color: #F53636 !important;
|
|
484
|
+
}
|
|
485
|
+
.panel-danger > .panel-heading {
|
|
486
|
+
color: #C22E2E;
|
|
487
|
+
border-color: #F53636;
|
|
488
|
+
}
|
|
489
|
+
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
|
490
|
+
border-top-color: #F53636;
|
|
491
|
+
}
|
|
492
|
+
.panel-danger > .panel-heading .badge {
|
|
493
|
+
color: #FFF;
|
|
494
|
+
background-color: #C22E2E;
|
|
495
|
+
}
|
|
496
|
+
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
|
497
|
+
border-bottom-color: #F53636;
|
|
498
|
+
}
|
|
499
|
+
.panel ul:last-child {
|
|
500
|
+
margin-bottom: 0;
|
|
501
|
+
}
|
|
502
|
+
.panel-group .panel {
|
|
503
|
+
margin-left: 0;
|
|
504
|
+
margin-right: 0;
|
|
505
|
+
border: 1px solid #e2e6e8;
|
|
506
|
+
}
|
|
507
|
+
.panel-group .panel-heading,
|
|
508
|
+
.panel-group .panel-footer {
|
|
509
|
+
padding: 16px;
|
|
510
|
+
}
|
|
511
|
+
@media (min-width: 576px) {
|
|
512
|
+
.panel-group .panel .panel-heading,
|
|
513
|
+
.panel-group .panel .panel-footer {
|
|
514
|
+
padding: 24px !important;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
@media (min-width: 992px) {
|
|
518
|
+
.panel-group .panel .panel-heading,
|
|
519
|
+
.panel-group .panel .panel-footer {
|
|
520
|
+
padding: 24px 32px;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
@media (min-width: 768px) {
|
|
524
|
+
.panel {
|
|
525
|
+
margin-left: 0;
|
|
526
|
+
margin-right: 0;
|
|
527
|
+
}
|
|
528
|
+
}
|