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