2016-12-20 20:26:44 +01:00
|
|
|
//
|
|
|
|
// Progressbar
|
|
|
|
// --------------------------------------------------
|
|
|
|
.progress {
|
2020-10-09 14:49:01 +03:00
|
|
|
height: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
box-shadow: none;
|
|
|
|
background: @background-color-page;
|
|
|
|
border-radius: 10px;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar-info {
|
2020-10-09 14:49:01 +03:00
|
|
|
background-color: @info;
|
|
|
|
box-shadow: none;
|
2016-12-20 20:26:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
//
|
|
|
|
// Pjax page loader bar since 1.2
|
|
|
|
//
|
|
|
|
#nprogress .bar {
|
2020-10-09 14:49:01 +03:00
|
|
|
height: 2px;
|
2020-10-30 17:07:41 +01:00
|
|
|
background: lighten(@info, 8%);
|
2019-06-13 06:09:55 -04:00
|
|
|
}
|