reduce border radius
This commit is contained in:
parent
c56aa74392
commit
0f94ec23cf
@ -8,13 +8,17 @@
|
|||||||
----------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------
|
||||||
==========================================================================================*/
|
==========================================================================================*/
|
||||||
|
|
||||||
|
// .progress {
|
||||||
|
// // border radius to set for stacked bars
|
||||||
|
// .progress-bar + .progress-bar:not(:last-child) {
|
||||||
|
// border-radius: 0;
|
||||||
|
// }
|
||||||
|
// .progress-bar:last-child {
|
||||||
|
// border-top-right-radius: $progress-border-radius;
|
||||||
|
// border-bottom-right-radius: $progress-border-radius;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
// border radius to set for stacked bars
|
border-radius: 3px;
|
||||||
.progress-bar + .progress-bar:not(:last-child) {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
.progress-bar:last-child {
|
|
||||||
border-top-right-radius: $progress-border-radius;
|
|
||||||
border-bottom-right-radius: $progress-border-radius;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user