mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Add .bg-white and .border-white
This commit is contained in:
parent
92c26af814
commit
2cd2301e7a
@ -2,4 +2,5 @@
|
|||||||
@include bg-variant('.bg-#{$color}', $value);
|
@include bg-variant('.bg-#{$color}', $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-white { background-color: $white !important; }
|
||||||
.bg-transparent { background-color: transparent !important; }
|
.bg-transparent { background-color: transparent !important; }
|
||||||
|
@ -15,6 +15,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border-white {
|
||||||
|
border-color: $white !important;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Border-radius
|
// Border-radius
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user