2020-08-11 15:29:24 +02:00
|
|
|
.fee-card {
|
2020-11-19 02:40:24 +01:00
|
|
|
width: 100%;
|
2020-11-13 18:12:50 +01:00
|
|
|
|
2020-11-19 02:40:24 +01:00
|
|
|
@include H7;
|
2020-11-13 18:12:50 +01:00
|
|
|
|
2021-12-07 04:51:26 +01:00
|
|
|
.transaction-detail-rows {
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
.transaction-detail-item {
|
|
|
|
&:last-of-type {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
2020-12-08 17:47:53 +01:00
|
|
|
}
|
|
|
|
|
2021-12-07 04:51:26 +01:00
|
|
|
&__savings-and-quotes-header {
|
2020-12-08 17:47:53 +01:00
|
|
|
display: flex;
|
2021-12-07 04:51:26 +01:00
|
|
|
position: relative;
|
2020-12-08 17:47:53 +01:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__savings-text {
|
|
|
|
@include H6;
|
|
|
|
|
|
|
|
font-weight: bold;
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-primary-default);
|
2020-12-08 17:47:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__quote-link-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__quote-link-text {
|
|
|
|
@include H7;
|
|
|
|
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-12-07 04:51:26 +01:00
|
|
|
cursor: pointer;
|
|
|
|
padding-right: 4px;
|
2020-12-08 17:47:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__caret-right {
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-primary-default);
|
2020-12-08 17:47:53 +01:00
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: 6px;
|
|
|
|
|
|
|
|
i {
|
|
|
|
transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-11 15:29:24 +02:00
|
|
|
&__main {
|
2021-12-07 04:51:26 +01:00
|
|
|
.transaction-detail {
|
2022-03-24 19:08:08 +01:00
|
|
|
border-top: 1px solid var(--color-border-muted);
|
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
2021-12-07 04:51:26 +01:00
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2020-08-11 15:29:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__row-header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 8px;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-06 20:28:38 +02:00
|
|
|
&__row-header-text,
|
|
|
|
&__row-header-text--bold {
|
2020-10-19 10:24:59 +02:00
|
|
|
margin-right: 4px;
|
2020-08-11 15:29:24 +02:00
|
|
|
}
|
|
|
|
|
2020-12-08 17:47:53 +01:00
|
|
|
&__row-header-text--bold {
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-text-default);
|
2020-12-08 17:47:53 +01:00
|
|
|
}
|
|
|
|
|
2021-12-07 04:51:26 +01:00
|
|
|
&__row-header-text {
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
.info-tooltip {
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-06 20:28:38 +02:00
|
|
|
&__row,
|
|
|
|
&__top-bordered-row {
|
2020-08-11 15:29:24 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2020-10-06 20:28:38 +02:00
|
|
|
&__top-bordered-row {
|
2022-03-24 19:08:08 +01:00
|
|
|
border-top: 1px solid var(--color-border-muted);
|
2021-12-07 04:51:26 +01:00
|
|
|
padding-top: 12px;
|
2020-10-06 20:28:38 +02:00
|
|
|
}
|
|
|
|
|
2020-08-11 15:29:24 +02:00
|
|
|
&__row-label {
|
|
|
|
display: flex;
|
2021-12-07 04:51:26 +01:00
|
|
|
align-items: flex-start;
|
2020-08-11 15:29:24 +02:00
|
|
|
|
|
|
|
img {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-19 10:24:59 +02:00
|
|
|
&__info-tooltip-container {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
justify-content: center;
|
2020-12-08 17:47:53 +01:00
|
|
|
|
|
|
|
div {
|
|
|
|
// Needed to override the style property added by the react-tippy library
|
|
|
|
display: flex !important;
|
|
|
|
height: 10px;
|
|
|
|
}
|
2020-10-19 10:24:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__info-tooltip-paragraph {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__info-tooltip-paragraph:last-of-type {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2020-08-11 15:29:24 +02:00
|
|
|
&__row-fee {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2021-07-30 13:35:30 +02:00
|
|
|
&__link,
|
|
|
|
&__link:hover {
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-primary-default);
|
2020-08-11 15:29:24 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-07-30 13:35:30 +02:00
|
|
|
&__edit-link {
|
2022-03-30 23:54:25 +02:00
|
|
|
color: var(--color-primary-default);
|
2021-07-30 13:35:30 +02:00
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
2020-08-11 15:29:24 +02:00
|
|
|
&__total-box {
|
2022-03-17 19:04:01 +01:00
|
|
|
border-top: 1px solid var(--color-border-muted);
|
2020-08-11 15:29:24 +02:00
|
|
|
padding: 12px 16px 16px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__total-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__total-secondary {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
font-weight: bold;
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-text-alternative);
|
2020-08-11 15:29:24 +02:00
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2020-10-06 20:28:38 +02:00
|
|
|
&__row-header-secondary,
|
|
|
|
&__row-header-secondary--bold {
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-text-alternative);
|
2020-10-06 20:28:38 +02:00
|
|
|
}
|
|
|
|
|
2020-10-20 01:29:31 +02:00
|
|
|
&__row-header-secondary,
|
2020-10-06 20:28:38 +02:00
|
|
|
&__row-header-secondary--bold {
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
2020-12-08 17:47:53 +01:00
|
|
|
&__row-header-primary {
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-text-alternative);
|
2020-11-13 18:12:50 +01:00
|
|
|
}
|
|
|
|
|
2020-12-08 17:47:53 +01:00
|
|
|
&__row-header-primary--bold {
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-text-default);
|
2020-12-08 17:47:53 +01:00
|
|
|
}
|
|
|
|
|
2020-10-06 20:28:38 +02:00
|
|
|
&__row-header-text--bold,
|
|
|
|
&__row-header-secondary--bold,
|
|
|
|
&__row-header-primary--bold {
|
2020-08-11 15:29:24 +02:00
|
|
|
font-weight: bold;
|
2020-10-06 20:28:38 +02:00
|
|
|
}
|
2020-10-19 10:24:59 +02:00
|
|
|
|
|
|
|
&__bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-12-08 17:47:53 +01:00
|
|
|
|
|
|
|
&__tilde {
|
|
|
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
|
|
margin-right: -3.5px;
|
|
|
|
}
|
2020-10-06 20:28:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-tooltip {
|
|
|
|
> div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-right: 4px;
|
2020-08-11 15:29:24 +02:00
|
|
|
}
|
|
|
|
}
|