fleet/frontend/pages/SoftwarePage/components/PreviewTicketModal/_styles.scss
2023-12-12 15:03:33 -06:00

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;
}
}