fleet/frontend/components/TableContainer/DataTable/ActionButton/_styles.scss
Jacob Shandling cb58849d95
Fleet Premium to Sandbox (#11372)
## Addresses #9371 
### Adds a suite of UI logic for premium features in the Sandbox
environment

For reviewer: please review the work for the below 3 substasks, which
are the only remaining subtasks encompassed by this PR that have not yet
passed review individually:
  - #10822 (9)
  - #10823 (10)
  - #10824 (11)

## Checklist for submitter
- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2023-04-27 08:53:30 -07:00

31 lines
370 B
SCSS

.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;
}
}
.premium-icon-tip {
position: relative;
top: 3px;
padding-right: $pad-xsmall;
}
}