Add partial implementation of drag and drop ssh key support

This commit is contained in:
gconsidine
2017-06-01 16:57:16 -04:00
parent 0ca53024f0
commit 952958a83c
15 changed files with 196 additions and 49 deletions

View File

@@ -76,3 +76,7 @@
color: @at-gray-dark-3x;
}
}
.at-mixin-FontFixedWidth () {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}