insomnia/app/ui/css/components/workspacedropdown.less

29 lines
464 B
Plaintext
Raw Normal View History

@import '../constants/dimensions';
@import '../constants/colors';
.workspace-dropdown {
h1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2016-08-29 17:58:59 +00:00
font-size: @font-size-xxl;
// HACK: Bump up the arrow a bit
i.fa {
2016-08-29 17:58:59 +00:00
font-size: @font-size-lg;
position: relative;
}
}
// Make the dropdown offset to the right
ul {
left: 60% !important;
}
.btn {
2016-08-29 17:58:59 +00:00
padding: 0 @padding-md;
height: 100%;
}
}