mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 03:40:10 +00:00
Docs: Add top/bottom margin to highlighted code samples (#31036)
* Add top/bottom margin to highlighted code samples provide more space to avoid having the "Copy" button overlap code sample content * Modify clipboard button style Per https://github.com/twbs/bootstrap/pull/31036#issuecomment-661322566 and https://github.com/twbs/bootstrap/pull/31036#issuecomment-668162630 * Tweak margin, clipboard button size and position Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
7326232b0e
commit
0e007e697e
@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
.btn-clipboard {
|
.btn-clipboard {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: .5rem;
|
top: .65rem;
|
||||||
right: .5rem;
|
right: .65rem;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
display: block;
|
display: block;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
@include font-size(.75em);
|
@include font-size(.65em);
|
||||||
color: $gray-800;
|
color: $primary;
|
||||||
background-color: transparent;
|
background-color: $white;
|
||||||
border: 0;
|
border: 1px solid;
|
||||||
@include border-radius();
|
@include border-radius();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -233,8 +233,8 @@
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 0;
|
margin-top: .65rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: .65rem;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user