mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 05:58:40 +00:00
26 lines
275 B
SCSS
26 lines
275 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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|