UNPKG

776 BCSSView Raw
1#vikki_input_box input {
2 background: #1E1E30;
3 color: #6c757d;
4 border: 1px solid #1E1E30
5}
6
7#vikki_input_box input:focus {
8 outline: 2px solid #026FE6;
9 /* oranges! yey */
10
11}
12
13.form-control {
14 width: 60% !important;
15}
16
17#vikki_output_box input {
18 background: #1E1E30;
19 box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
20 border: 1px solid #DEDDCF
21}
22
23/*
24 .btn-secondary {
25 color: #6C757D;
26 background-color: #414052;
27 border-color: #6c757d;
28}
29*/
30.btn-secondary:not(:disabled):not(.disabled).active,
31.btn-secondary:not(:disabled):not(.disabled):active,
32.show>.btn-secondary.dropdown-toggle {
33 color: #161625;
34 background-color: #03DAC6 !important;
35
36
37}
38
39.btn-secondary {
40 color: #161625;
41 background-color: #A59D97 !important;
42
43}
\No newline at end of file