20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
|
|
|
[notify-form] {
|
|
|
|
.notification-user {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 1;
|
|
}
|
|
|
|
.input-wrapper.recipients {
|
|
--input-padding-horizontal: 0px;
|
|
--input-font-size: 14px;
|
|
--input-placeholder-weight: 700;
|
|
--input-placeholder-color: @global-color;
|
|
}
|
|
}
|