20 lines
437 B
SCSS
20 lines
437 B
SCSS
.mailpoet-automation-add-trigger {
|
|
align-items: center;
|
|
border: 1px dashed #c3c4c7;
|
|
border-radius: 4px;
|
|
color: #757575;
|
|
cursor: pointer;
|
|
display: flex;
|
|
fill: #757575;
|
|
height: 73px;
|
|
justify-content: center;
|
|
margin: 4px auto;
|
|
padding: 20px 32px;
|
|
|
|
&:focus {
|
|
box-shadow:
|
|
0 0 0 1px #fbfbfb, // space
|
|
0 0 0 calc(var(--wp-admin-border-width-focus) + 1px) var(--wp-admin-theme-color), // focus ring
|
|
}
|
|
}
|