1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

docs(styles): drop .booticon styles (#30071)

This commit is contained in:
Gaël Poupard 2020-01-23 14:29:34 +01:00 committed by XhmikosR
parent ada2011dfa
commit 5b896b526e

View file

@ -51,17 +51,3 @@
@import "syntax";
@import "anchor";
@import "algolia";
// Temp
.booticons-list {
.booticon {
display: inline;
width: 4rem;
padding: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
background-color: $white;
border: 1px solid rgba(0, 0, 0, .1);
@include border-radius(.25rem);
}
}