[Library | Trunk]: Move notification css to library

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60174 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-12-21 16:38:15 +00:00
parent 4ffa8e2fb6
commit 271782b4c1
2 changed files with 20 additions and 0 deletions

View File

@ -11,3 +11,4 @@
@import "login.scss";
@import "text.scss";
@import "button.scss";
@import "notification.scss";

View File

@ -0,0 +1,19 @@
.uk-notification-message {
border-radius: 3px;
font-size: 14px;
padding: 20px;
}
.uk-notification-message.uk-notification-message-success {
background-color: #e0f0d5;
color: #669a59;
}
.uk-notification-message.uk-notification-message-danger {
background-color: #f2dede;
color: #b25654;
}
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
color: #1a1a1a;
}