Files
awx/awx/ui/client/lib/components/truncate/_index.less
2017-07-12 15:13:47 -04:00

31 lines
610 B
Plaintext

.at-Truncate {
display: flex;
align-items: center;
.at-Truncate-text {
font-family: monospace, Courier, "Courier New", "Open Sans", sans-serif;
}
.at-Truncate-copy {
color: @at-gray-dark-2x;
cursor: pointer;
margin-left: 10px;
i:hover {
color: @at-blue;
}
}
.at-Truncate-textarea {
background: transparent;
border: none;
box-shadow: none;
height: 2em;
left: 0px;
outline: none;
padding: 0px;
position: fixed;
top: 0px;
width: 2em;
}
}