blob: 4f442f6e140ad4c842f9567de3998dce63fa3fce [file] [log] [blame]
@import '../../netopeer-common';
.mat-spinner circle {
stroke:$colorMain;
}
.mat-progress-bar-background {
background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23B2EBF2%27%2F%3E%3C%2Fsvg%3E")
}
.mat-progress-bar-buffer{
background-color:$lightGrey;
}
.mat-progress-bar-fill::after{
background-color:$colorMain;
}