revise progress to make them easier to override
This commit is contained in:
parent
a5e175d59f
commit
fb1b8a2790
15 changed files with 66 additions and 65 deletions
|
@ -308,10 +308,9 @@ body {
|
|||
|
||||
.reveal .progress {
|
||||
background: rgba(0,0,0,0.2);
|
||||
color: $linkColor;
|
||||
}
|
||||
.reveal .progress span {
|
||||
background: $linkColor;
|
||||
|
||||
-webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
||||
-moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
||||
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue