0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Docs: use core mixins in a couple of places (#38236)

This commit is contained in:
XhmikosR 2023-03-15 06:40:58 +02:00 committed by GitHub
parent c400653990
commit adf7b8dc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@
.animate-img {
> img {
transition: .2s ease-in-out transform; // stylelint-disable-line property-disallowed-list
@include transition(transform .2s ease-in-out);
}
&:hover > img {

View File

@ -39,7 +39,7 @@
.navbar-brand {
color: $white;
transition: .2s ease-in-out transform; // stylelint-disable-line property-disallowed-list
@include transition(transform .2s ease-in-out);
&:hover {
transform: rotate(-5deg) scale(1.1);