mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
19 lines
350 B
SCSS
19 lines
350 B
SCSS
.preview-ticket-modal {
|
|
&__example {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: $pad-medium;
|
|
}
|
|
|
|
&__jira-screenshot,
|
|
&__zendesk-screenshot {
|
|
width: 400px;
|
|
height: auto;
|
|
border-radius: 8px;
|
|
filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
|
|
}
|
|
|
|
.automations-learn-more {
|
|
text-align: center;
|
|
}
|
|
}
|