2023-10-10 22:00:45 +00:00
|
|
|
.scripts {
|
2025-09-29 17:10:41 +00:00
|
|
|
@include vertical-page-tab-panel-layout;
|
|
|
|
|
margin-top: $gap-page-component; // Required as these Tabs don't use TabPanel
|
2023-10-10 22:00:45 +00:00
|
|
|
|
|
|
|
|
&__description {
|
2025-09-29 17:10:41 +00:00
|
|
|
margin: 0;
|
2023-10-10 22:00:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__premium-feature-message {
|
|
|
|
|
margin-top: $pad-xxxlarge;
|
|
|
|
|
}
|
2025-02-04 17:27:52 +00:00
|
|
|
|
|
|
|
|
.list-item {
|
|
|
|
|
&__actions {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.upload-list__list-item {
|
|
|
|
|
// move default padding to ScriptListItem to allow for onClick functionality covering entire ScriptListItem
|
|
|
|
|
padding: 0;
|
|
|
|
|
.script-list-item {
|
|
|
|
|
padding: 1rem 1.5rem;
|
|
|
|
|
&:hover {
|
|
|
|
|
// currently this behavior has only been specified for Script list items
|
2025-09-29 17:10:41 +00:00
|
|
|
background-color: $ui-off-white;
|
2025-02-04 17:27:52 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
.list-item__actions {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
gap: $pad-medium;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-10 22:00:45 +00:00
|
|
|
}
|