Merge pull request #3957 from scottbasgaard/master
Fix vendor prefix typo. Resolves #3953
This commit is contained in:
commit
88979b29c5
File diff suppressed because one or more lines are too long
|
@ -294,7 +294,7 @@ p.demo_store {
|
|||
&:before {
|
||||
left: -6px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-mox-border-bottom-right-radius: 4px;
|
||||
-moz-border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-width: 0 1px 1px 0;
|
||||
box-shadow: 2px 2px 0 darken( @secondary, 10 );
|
||||
|
@ -302,7 +302,7 @@ p.demo_store {
|
|||
&:after {
|
||||
right: -6px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-mox-border-bottom-left-radius: 4px;
|
||||
-moz-border-bottom-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-width: 0 0 1px 1px;
|
||||
box-shadow: -2px 2px 0 darken( @secondary, 10 );
|
||||
|
|
Loading…
Reference in New Issue