aboutsummaryrefslogtreecommitdiff
path: root/src/console/console.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/console.scss')
-rw-r--r--src/console/console.scss38
1 files changed, 29 insertions, 9 deletions
diff --git a/src/console/console.scss b/src/console/console.scss
index 0de873d..b91e0b8 100644
--- a/src/console/console.scss
+++ b/src/console/console.scss
@@ -23,20 +23,40 @@ body {
line-height: 16px;
}
- &-error {
- background-color: red;
- font-weight: bold;
- color: white;
+ &-completion {
+ background-color: white;
@include consoole-font;
- }
+ &-title {
+ background-color: lightgray;
+ font-weight: bold;
+ margin: 0;
+ padding: 0;
+ }
+
+ &-item {
+ padding-left: 1.5rem;
+ background-position: 0 center;
+ background-repeat: no-repeat;
- &-title {
- background-color: lightgray;
+ &-caption {
+ display: inline-block;
+ width: 40%;
+ }
+
+ &-url {
+ display: inline-block;
+ color: green;
+ }
+ }
+
+ }
+
+ &-error {
+ background-color: red;
font-weight: bold;
- margin: 0;
- padding: 0;
+ color: white;
@include consoole-font;
}