mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
.progress {
|
|
height: 4px;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
background: #c8c8c8;
|
|
.progress-bar {
|
|
box-shadow: none;
|
|
.variations(~"", background-color, @brand-primary);
|
|
}
|
|
}
|