]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs(styles): drop .booticon styles (#30071)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Thu, 23 Jan 2020 13:29:34 +0000 (14:29 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 23 Jan 2020 13:29:34 +0000 (15:29 +0200)
site/assets/scss/docs.scss

index 7ff78b215ea0464e4da9b13470beb42e5901f2b5..53622b9c2c83491db6f070a64ad1739bd21485fd 100644 (file)
 @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);
-  }
-}