1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Merged in AD-1032-style-progress-and-notifications (pull request #74)

Add style for notification
This commit is contained in:
TimDaubenschuetz 2015-09-22 15:17:46 +02:00
commit 30f2d75cb4

View File

@ -406,3 +406,14 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
border-color: $ikono--button-color;
}
}
// notifications
.client--ikonotv .ascribe-global-notification-success {
background-color: $ikono--button-color;
}
// progress bar
.client--ikonotv .ascribe-progress-bar > .progress-bar {
background-color: $ikono--button-color;
}