You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
480 B
33 lines
480 B
.review-spending-cap {
|
|
&__heading {
|
|
width: 100%;
|
|
}
|
|
|
|
&__heading-title {
|
|
&__tooltip {
|
|
width: 180px;
|
|
|
|
&__warning-icon {
|
|
color: var(--color-error-default);
|
|
}
|
|
|
|
&__question-icon {
|
|
color: var(--color-icon-muted);
|
|
}
|
|
}
|
|
}
|
|
|
|
&__heading-detail {
|
|
flex-grow: 1;
|
|
align-self: center;
|
|
|
|
&__button {
|
|
background: none;
|
|
color: var(--color-primary-default);
|
|
}
|
|
}
|
|
|
|
i {
|
|
font-size: $font-size-h7;
|
|
}
|
|
}
|
|
|