Be more specific about transitions
This commit is contained in:
parent
950d9adb79
commit
d1898e2e38
@ -13,5 +13,12 @@
|
|||||||
.usa-alert {
|
.usa-alert {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: $article-max-width + $nav-width;
|
max-width: $article-max-width + $nav-width;
|
||||||
|
|
||||||
|
a.usa-button, a.usa-button:hover {
|
||||||
|
-moz-transition: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
-o-transition: color 0 ease-in;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,9 +32,3 @@ button,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.usa-button, a.usa-button:hover {
|
|
||||||
-moz-transition: none;
|
|
||||||
-webkit-transition: none;
|
|
||||||
-o-transition: color 0 ease-in;
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
@ -26,7 +26,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a href='{{ redirect_url }}' class="usa-button usa-button-primary float-right">
|
<a href='{{ redirect_url }}' class="usa-button usa-button-primary float-right">
|
||||||
{{ "common.continue" | translate }}
|
<span>
|
||||||
|
{{ "common.continue" | translate }}
|
||||||
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user