mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
21 lines
301 B
Plaintext
21 lines
301 B
Plaintext
@import '../constants/dimensions';
|
|
@import '../constants/colors';
|
|
|
|
.shortcuts {
|
|
td.options {
|
|
width: 0.1em;
|
|
}
|
|
|
|
&.add-key-comb-modal {
|
|
input.key-comb {
|
|
text-align: center;
|
|
color: black;
|
|
font-size: @font-size-lg;
|
|
}
|
|
|
|
.hidden {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
}
|