Files
fredy/ui/src/views/jobs/mutation/components/notificationAdapter/NotificationAdapterMutator.less

16 lines
231 B
Plaintext
Raw Normal View History

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