fleet/frontend/components/TableContainer/DataTable/ActionButton/_styles.scss

39 lines
484 B
SCSS
Raw Normal View History

.action-button {
display: flex;
align-items: center;
img {
position: relative;
}
.button--text-link {
font-weight: $regular;
}
&__remove {
img {
left: -4px;
}
}
&__delete {
img {
top: -1px;
left: 1px;
}
}
&__disabled {
@include disabled;
}
.component__tooltip-wrapper__tip-text {
text-align: center;
}
.premium-icon-tip {
position: relative;
top: 3px;
padding-right: $pad-xsmall;
}
}