mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
Removed vendor prefixes
This commit is contained in:
parent
71125aa0d2
commit
bbd8aadf75
1 changed files with 0 additions and 8 deletions
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
@mixin progress-bar-background($color) {
|
||||
$color-dark: darken($color, 10%);
|
||||
background: $color -webkit-repeating-linear-gradient(45deg, $color, $color 0.1rem, $color-dark 0.1rem, $color-dark 0.25rem);
|
||||
background: $color -o-repeating-linear-gradient(45deg, $color, $color 0.1rem, $color-dark 0.1rem, $color-dark 0.25rem);
|
||||
background: $color repeating-linear-gradient(45deg, $color, $color 0.1rem, $color-dark 0.1rem, $color-dark 0.25rem);
|
||||
}
|
||||
|
||||
|
|
@ -17,13 +15,7 @@
|
|||
@include progress-bar-background($primary-light);
|
||||
align-items: center;
|
||||
border-right: 2px solid $primary;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: center;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
-ms-flex-pack: center;
|
||||
font-size: 0.75rem;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue