1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Revert "Update look and feel of examples and copy buttons"

This reverts commit cdf56e0eef.
This commit is contained in:
Mark Otto
2021-04-06 20:59:31 -07:00
parent 0d1fec9aa8
commit a398c500b8
2 changed files with 13 additions and 41 deletions

View File

@@ -18,21 +18,20 @@
.btn-clipboard {
position: absolute;
top: .35rem;
right: .5rem;
top: .65rem;
right: .65rem;
z-index: 10;
display: block;
padding: .25rem .5rem;
@include font-size(.75em);
color: $gray-700;
user-select: none;
background-color: transparent;
border: 0;
@include font-size(.65em);
color: $primary;
background-color: $white;
border: 1px solid;
@include border-radius();
&:hover,
&:focus {
color: $gray-900;
background-color: $gray-200;
color: $white;
background-color: $primary;
}
}