insomnia/app/ui/css/components/workspacedropdown.less
Gregory Schier d89aa525da Workspace Settings (#66)
* Started on workspace settings modal

* Added keyboard shortcut for workspace settings

* More work on workspace settings

* Actually use client certificates

* Only add cmd+w on mac closes #64
2016-11-29 12:55:31 -08:00

35 lines
575 B
Plaintext

@import '../constants/dimensions';
@import '../constants/colors';
.workspace-dropdown {
h1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: @font-size-xxl;
// HACK: Bump up the arrow a bit
i.fa {
font-size: @font-size-lg;
position: relative;
}
}
// 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;
}
}