Files
fredy/ui/src/views/jobs/mutation/components/notificationAdapter/NotificationAdapterMutator.less
Alexander Roidl 2b36f868e7 Project-wide linting and formatting (#150)
* chore: configure project-wide linting and formatting

* chore: run lint autofix and formatter
2025-07-26 20:42:58 +02:00

17 lines
235 B
Plaintext

.providerMutator {
&__fields {
width: 25rem !important;
}
&__helpBox {
background-color: #ececec;
border-radius: 5px;
padding: 1rem !important;
}
&__helpLink {
color: #4183c4;
cursor: pointer;
}
}