navigation for languages modifed, flags deleted. Content index changed
3 // --------------------------------------------------
7 // -------------------------
10 @-webkit-keyframes progress-bar-stripes {
11 from { background-position: 40px 0; }
12 to { background-position: 0 0; }
16 @keyframes progress-bar-stripes {
17 from { background-position: 40px 0; }
18 to { background-position: 0 0; }
24 // -------------------------
29 height: @line-height-computed;
30 margin-bottom: @line-height-computed;
31 background-color: @progress-bg;
32 border-radius: @border-radius-base;
33 .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
41 font-size: @font-size-small;
42 line-height: @line-height-computed;
43 color: @progress-bar-color;
45 background-color: @progress-bar-bg;
46 .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
47 .transition(width .6s ease);
51 .progress-striped .progress-bar {
52 #gradient > .striped();
53 background-size: 40px 40px;
56 // Call animation for the active one
57 .progress.active .progress-bar {
58 .animation(progress-bar-stripes 2s linear infinite);
64 // -------------------------
66 .progress-bar-success {
67 .progress-bar-variant(@progress-bar-success-bg);
71 .progress-bar-variant(@progress-bar-info-bg);
74 .progress-bar-warning {
75 .progress-bar-variant(@progress-bar-warning-bg);
78 .progress-bar-danger {
79 .progress-bar-variant(@progress-bar-danger-bg);