mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
style(css): removes &-*
scss pattern
This commit is contained in:
parent
f59ed75ba3
commit
0e611a3dcd
@ -32,18 +32,18 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
@include border-radius(25%);
|
@include border-radius(25%);
|
||||||
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||||
|
}
|
||||||
|
|
||||||
&-purple {
|
.home-icon-purple {
|
||||||
background-image: linear-gradient(180deg, $pink, $purple);
|
background-image: linear-gradient(180deg, $pink, $purple);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-blue {
|
.home-icon-blue {
|
||||||
background-image: linear-gradient(180deg, $teal, $blue);
|
background-image: linear-gradient(180deg, $teal, $blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-yellow {
|
.home-icon-yellow {
|
||||||
background-image: linear-gradient(180deg, $yellow, $orange);
|
background-image: linear-gradient(180deg, $yellow, $orange);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user