mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
28 lines
429 B
Plaintext
28 lines
429 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.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 @padding-md;
|
|
height: 100%;
|
|
}
|
|
|
|
.dropdown__right {
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 50%;
|
|
padding: 0 !important;
|
|
}
|
|
}
|