Project

General

Profile

1
.uk-notification-message {
2
  border-radius: 3px;
3
  font-size: 14px;
4
  padding: 20px;
5
}
6

    
7
.uk-notification-message.uk-notification-message-success {
8
  background-color: #e0f0d5;
9
  color: #669a59;
10
}
11

    
12
.uk-notification-message.uk-notification-message-danger {
13
  background-color: #f2dede;
14
  color: #b25654;
15
}
16

    
17
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
18
  color: #1a1a1a;
19
}
(9-9/15)