insomnia/app/ui/css/components/workspace-dropdown.less
Gregory Schier 8452e8b777 Some eslint refactoring (#109)
* Fixed duplication kve bug

* Some changes

* Add proptypes linting

* Fixed proptypes even more

* Filename linting
2017-03-07 21:52:17 -08:00

33 lines
510 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;
}
}
// Make the dropdown offset to the right
ul {
left: 60% !important;
}
.btn {
padding: 0 @padding-md;
height: 100%;
}
.dropdown__right {
width: 12px;
height: 12px;
border-radius: 50%;
padding: 0 !important;
}
}