argos/dmp-frontend/src/app/ui/inapp-notification/editor/inapp-notification-editor.c...

23 lines
395 B
SCSS

.inapp-notification-editor {
padding-top: 1em;
.editor-actions {
margin-top: 30px;
}
}
.normal-btn {
min-width: 150px;
max-width: 256px;
height: 40px;
cursor: pointer;
background: var(--primary-color) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #1E202029;
border-radius: 30px;
border: none;
color: #FFFFFF;
opacity: 1;
font-size: 0.87rem;
padding: 0.62rem 1.87rem;
}