mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-13 16:37:55 -05:00
13 lines
195 B
CSS
13 lines
195 B
CSS
.super-copy {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
display: block;
|
|
padding: 2px 3px;
|
|
color: #767676;
|
|
cursor: pointer;
|
|
background-color: #fff;
|
|
border: 1px solid #e1e1e8;
|
|
}
|