|
2 | 2 | for details on configuring this project to bundle and minify static web assets. */ |
3 | 3 |
|
4 | 4 | .dxrd-ai-assistant .dx-chat { |
5 | | - width: 100%; |
6 | | - height: 100%; |
7 | | - border-radius: 0; |
| 5 | + width: 100%; |
| 6 | + height: 100%; |
| 7 | + border-radius: 0; |
| 8 | +} |
| 9 | + |
| 10 | +.dx-chat-messagelist-content .dx-chat-messagegroup-alignment-start, |
| 11 | +.dx-chat-messagelist-content .dx-chat-last-messagegroup-alignment-start { |
| 12 | + column-gap: 0; |
| 13 | +} |
| 14 | + |
| 15 | +.dx-chat-messagebubble-content li > ul { |
| 16 | + margin-bottom: 0; |
| 17 | +} |
| 18 | +.dx-chat-messagebubble-content ol, |
| 19 | +.dx-chat-messagebubble-content ul { |
| 20 | + white-space: normal; |
| 21 | + margin-left: -1rem; |
| 22 | + margin-bottom: -1rem; |
| 23 | +} |
| 24 | +.dx-chat-messagebubble-content p { |
| 25 | + margin-bottom: 0; |
| 26 | +} |
| 27 | +.dx-chat-messagebubble-content h1, |
| 28 | +.dx-chat-messagebubble-content h2, |
| 29 | +.dx-chat-messagebubble-content h3, |
| 30 | +.dx-chat-messagebubble-content h4, |
| 31 | +.dx-chat-messagebubble-content h5, |
| 32 | +.dx-chat-messagebubble-content h6 { |
| 33 | + font-size: revert; |
| 34 | + font-weight: revert; |
| 35 | +} |
| 36 | +.dx-chat-messagebubble-content > div > p:first-child { |
| 37 | + margin-top: 0; |
| 38 | +} |
| 39 | + |
| 40 | +.dx-chat-messagebubble-content > div > p:last-child { |
| 41 | + margin-bottom: 0; |
8 | 42 | } |
9 | 43 |
|
10 | 44 | a.navbar-brand { |
11 | | - white-space: normal; |
12 | | - text-align: center; |
13 | | - word-break: break-all; |
| 45 | + white-space: normal; |
| 46 | + text-align: center; |
| 47 | + word-break: break-all; |
14 | 48 | } |
15 | 49 |
|
16 | 50 | /* Provide sufficient contrast against white background */ |
17 | 51 | a { |
18 | | - color: #0366d6; |
| 52 | +color: #0366d6; |
19 | 53 | } |
20 | 54 |
|
21 | 55 | .btn-primary { |
22 | | - color: #fff; |
23 | | - background-color: #1b6ec2; |
24 | | - border-color: #1861ac; |
| 56 | +color: #fff; |
| 57 | +background-color: #1b6ec2; |
| 58 | +border-color: #1861ac; |
25 | 59 | } |
26 | 60 |
|
27 | 61 | .nav-pills .nav-link.active, .nav-pills .show > .nav-link { |
28 | | - color: #fff; |
29 | | - background-color: #1b6ec2; |
30 | | - border-color: #1861ac; |
| 62 | +color: #fff; |
| 63 | +background-color: #1b6ec2; |
| 64 | +border-color: #1861ac; |
31 | 65 | } |
32 | 66 |
|
33 | 67 | /* Sticky footer styles |
34 | 68 | -------------------------------------------------- */ |
35 | 69 | html { |
36 | | - font-size: 14px; |
| 70 | +font-size: 14px; |
37 | 71 | } |
38 | 72 | @media (min-width: 768px) { |
39 | | - html { |
40 | | - font-size: 16px; |
41 | | - } |
| 73 | +html { |
| 74 | + font-size: 16px; |
| 75 | +} |
42 | 76 | } |
43 | 77 |
|
44 | 78 | .border-top { |
45 | | - border-top: 1px solid #e5e5e5; |
| 79 | +border-top: 1px solid #e5e5e5; |
46 | 80 | } |
47 | 81 | .border-bottom { |
48 | | - border-bottom: 1px solid #e5e5e5; |
| 82 | +border-bottom: 1px solid #e5e5e5; |
49 | 83 | } |
50 | 84 |
|
51 | 85 | .box-shadow { |
52 | | - box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); |
| 86 | +box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); |
53 | 87 | } |
54 | 88 |
|
55 | 89 | button.accept-policy { |
56 | | - font-size: 1rem; |
57 | | - line-height: inherit; |
| 90 | +font-size: 1rem; |
| 91 | +line-height: inherit; |
58 | 92 | } |
59 | 93 |
|
60 | 94 | html { |
61 | | - position: relative; |
62 | | - min-height: 100%; |
| 95 | +position: relative; |
| 96 | +min-height: 100%; |
63 | 97 | } |
64 | 98 |
|
65 | 99 | .container-fluid { |
66 | | - flex-grow: 1; |
67 | | - padding: 0; |
| 100 | + flex-grow: 1; |
| 101 | + padding: 0; |
68 | 102 | } |
69 | 103 |
|
70 | 104 | .container-fluid main { |
71 | | - height: 100%; |
| 105 | + height: 100%; |
72 | 106 | } |
73 | 107 |
|
74 | 108 | .footer { |
75 | | - bottom: 0; |
76 | | - width: 100%; |
77 | | - white-space: nowrap; |
78 | | - line-height: 50px; |
79 | | - height: 60px; |
| 109 | + bottom: 0; |
| 110 | + width: 100%; |
| 111 | + white-space: nowrap; |
| 112 | + line-height: 50px; |
| 113 | + height: 60px; |
80 | 114 | } |
0 commit comments