humhub/static/less/progress.less

24 lines
405 B
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
//
// Progressbar
// --------------------------------------------------
.progress {
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 {
background-color: @info;
box-shadow: none;
2016-12-20 20:26:44 +01:00
}
//
// Pjax page loader bar since 1.2
//
#nprogress .bar {
height: 2px;
background: lighten(@info, 8%);
2019-06-13 06:09:55 -04:00
}