Skip to content

Commit

Permalink
Remove unused/redundant styles further
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds committed Jun 5, 2019
1 parent e285cd1 commit a86d8a4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions site/static/docs/4.3/assets/scss/_component-examples.scss
Expand Up @@ -197,11 +197,6 @@
}
}

// Forms
.bd-example > textarea.form-control {
resize: vertical;
}

// List groups
.bd-example > .list-group {
max-width: 400px;
Expand Down Expand Up @@ -273,20 +268,6 @@
}
}

// Popovers
.bd-example-popover-static {
padding-bottom: 1.5rem;
background-color: #f9f9f9;

.popover {
position: relative;
display: block;
float: left;
width: 260px;
margin: 1.25rem;
}
}

// Tooltips
.tooltip-demo a {
white-space: nowrap;
Expand Down

0 comments on commit a86d8a4

Please sign in to comment.