mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 18:07:56 +00:00
30 lines
426 B
SCSS
30 lines
426 B
SCSS
.preview-payload-modal {
|
|
&__sandbox-info {
|
|
margin-top: $pad-medium;
|
|
|
|
p {
|
|
margin: 0;
|
|
margin-bottom: $pad-medium;
|
|
}
|
|
|
|
p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
font-size: $x-small;
|
|
text-decoration: none;
|
|
}
|
|
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
&__btn {
|
|
margin-left: 12px;
|
|
}
|
|
}
|