2021-08-03 20:09:01 +00:00
|
|
|
.action-button {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2023-04-27 15:53:30 +00:00
|
|
|
|
2021-08-03 20:09:01 +00:00
|
|
|
img {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button--text-link {
|
|
|
|
|
font-weight: $regular;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__remove {
|
|
|
|
|
img {
|
|
|
|
|
left: -4px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__delete {
|
|
|
|
|
img {
|
|
|
|
|
top: -1px;
|
|
|
|
|
left: 1px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-04-27 15:53:30 +00:00
|
|
|
|
2025-04-28 23:32:41 +00:00
|
|
|
&__disabled {
|
|
|
|
|
@include disabled;
|
|
|
|
|
}
|
|
|
|
|
.component__tooltip-wrapper__tip-text {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2023-04-27 15:53:30 +00:00
|
|
|
.premium-icon-tip {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 3px;
|
|
|
|
|
padding-right: $pad-xsmall;
|
|
|
|
|
}
|
2021-08-03 20:09:01 +00:00
|
|
|
}
|