-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcustom_meta.css
55 lines (44 loc) · 959 Bytes
/
custom_meta.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Screen {
/*layers: textual-autocomplete;*/
}
#search-box {
width: 75%;
}
#lead-text {
width: 100%;
content-align: center middle;
color: $secondary;
text-style: bold;
padding: 1 1 1 0;
}
#my-dropdown {
max-width: 40;
max-height: 6;
/*border-left: wide magenta;*/
/*scrollbar-color: greenyellow;*/
/*background: darkgreen;*/
}
/*#my-dropdown .autocomplete--highlight-match {*/
/* color: yellow;*/
/* background: magenta;*/
/* text-style: bold;*/
/*}*/
/*#my-dropdown .autocomplete--cursor {*/
/* background: $boost;*/
/*}*/
/*#my-dropdown .autocomplete--left-column {*/
/* background: mediumpurple;*/
/*}*/
/*#my-dropdown .autocomplete--main-column {*/
/* background: deeppink;*/
/*}*/
/*#my-dropdown .autocomplete--right-column {*/
/* background: lightseagreen;*/
/*}*/
#info-text {
padding: 1 8;
color: $text;
height: auto;
width: 100%;
text-align: center;
}