mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Docs: use core mixins in a couple of places (#38236)
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
.animate-img {
|
.animate-img {
|
||||||
> img {
|
> img {
|
||||||
transition: .2s ease-in-out transform; // stylelint-disable-line property-disallowed-list
|
@include transition(transform .2s ease-in-out);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover > img {
|
&:hover > img {
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
color: $white;
|
color: $white;
|
||||||
transition: .2s ease-in-out transform; // stylelint-disable-line property-disallowed-list
|
@include transition(transform .2s ease-in-out);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: rotate(-5deg) scale(1.1);
|
transform: rotate(-5deg) scale(1.1);
|
||||||
|
Reference in New Issue
Block a user