Files
freeCodeCamp/client/less/toastr.less
2016-07-28 23:40:01 -07:00

11 lines
154 B
Plaintext

.notification-bar {
z-index: 999999;
overflow: hidden;
// margin: 0 0 6px;
padding: 2rem;
}
.notification-bar-message {
padding-right: 2rem;
}