Files
freeCodeCamp/client/less/toastr.less

11 lines
154 B
Plaintext
Raw Normal View History

.notification-bar {
z-index: 999999;
overflow: hidden;
// margin: 0 0 6px;
padding: 2rem;
2016-01-07 14:51:41 -08:00
}
.notification-bar-message {
padding-right: 2rem;
2016-01-07 14:51:41 -08:00
}