15 lines
318 B
CSS
15 lines
318 B
CSS
[notify-form] .notification-user {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 1;
|
|
}
|
|
|
|
[notify-form] .input-wrapper.recipients {
|
|
--input-padding-horizontal: 0;
|
|
--input-font-size: 14px;
|
|
--input-placeholder-weight: 700;
|
|
--input-placeholder-color: var(--grey-color);
|
|
}
|