summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_command-box.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_command-box.scss')
-rw-r--r--web/sass-files/sass/partials/_command-box.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss
new file mode 100644
index 000000000..44eb9b8df
--- /dev/null
+++ b/web/sass-files/sass/partials/_command-box.scss
@@ -0,0 +1,25 @@
+.command-box {
+ position: absolute;
+ background-color: #fff;
+ width: 100%;
+ border: $border-gray;
+ bottom: 38px;
+ @extend %popover-box-shadow;
+}
+
+.command-name {
+ position: relative;
+ width: 100%;
+ background-color: #fff;
+ height: 37px;
+ line-height: 37px;
+ padding: 2px 10px 2px 5px;
+ z-index: 101;
+ &:hover {
+ background-color: #e8eaed;
+ }
+}
+
+.command-desc {
+ color: #a7a8ab;
+} \ No newline at end of file