9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
//
|
|
// RTL Progress bars
|
|
// --------------------------------------------------
|
|
|
|
// Bar of progress
|
|
.progress-bar {
|
|
float: right;
|
|
}
|