mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
31 lines
610 B
Plaintext
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;
|
|
}
|
|
} |