mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
1770319ac2
* Created css vars for every less var * Finish converting Less var to CSS vars
25 lines
368 B
Plaintext
25 lines
368 B
Plaintext
.workspace-dropdown {
|
|
h1 {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
|
|
// HACK: Bump up the arrow a bit
|
|
i.fa {
|
|
font-size: 0.8em;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
padding: 0 var(--padding-md);
|
|
height: 100%;
|
|
}
|
|
|
|
.dropdown__right {
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 50%;
|
|
padding: 0 !important;
|
|
}
|
|
}
|