|
@@ -1,93 +0,0 @@
|
|
|
-.chat-msg__text h1 {
|
|
|
- font-size: 2em !important;
|
|
|
- font-weight: bold !important;
|
|
|
- margin-top: 0.67em !important;
|
|
|
- line-height: 1 !important;
|
|
|
-}
|
|
|
-.chat-msg__text h2 {
|
|
|
- font-size: 1.5em !important;
|
|
|
- font-weight: bold !important;
|
|
|
- margin-top: 0.83em !important;
|
|
|
- line-height: 1 !important;
|
|
|
-}
|
|
|
-.chat-msg__text h3 {
|
|
|
- font-size: 1.17em !important;
|
|
|
- font-weight: bold !important;
|
|
|
- margin-top: 1em !important;
|
|
|
- line-height: 1 !important;
|
|
|
-}
|
|
|
-.chat-msg__text h4 {
|
|
|
- font-size: 1.00em !important;
|
|
|
- font-weight: bold !important;
|
|
|
- margin-top: 1.33em !important;
|
|
|
- line-height: 1 !important;
|
|
|
-}
|
|
|
-.chat-msg__text h5 {
|
|
|
- font-size: 0.83em !important;
|
|
|
- font-weight: bold !important;
|
|
|
- margin-top: 1.67em !important;
|
|
|
- line-height: 1 !important;
|
|
|
-}
|
|
|
-.chat-msg__text h6 {
|
|
|
- font-size: 0.67em !important;
|
|
|
- font-weight: bold !important;
|
|
|
- margin-top: 2.33em !important;
|
|
|
- line-height: 1 !important;
|
|
|
-}
|
|
|
-.chat-msg__text pre {
|
|
|
- background-color: #F5F5F5 !important;
|
|
|
- padding-left: 40px !important;
|
|
|
-}
|
|
|
-.chat-msg__text blockquote {
|
|
|
- background-color: #F5F5F5 !important;
|
|
|
- border-left: 3px solid #ccc !important;
|
|
|
-}
|
|
|
-.chat-msg__text ul {
|
|
|
- list-style-type: disc !important;
|
|
|
-}
|
|
|
-.chat-msg__text ol {
|
|
|
- list-style-type: decimal !important;
|
|
|
-}
|
|
|
-.chat-msg__text li {
|
|
|
- display: list-item !important;
|
|
|
-}
|
|
|
-.chat-msg__text ul, .chat-msg__text ol, .chat-msg__text dl {
|
|
|
- display: block !important;
|
|
|
- margin-bottom: 1em !important;
|
|
|
- margin-left: 0 !important;
|
|
|
- margin-right: 0 !important;
|
|
|
- padding-left: 40px !important;
|
|
|
-}
|
|
|
-.chat-msg__text p {
|
|
|
- margin-top: 0 !important;
|
|
|
- margin-bottom: 0 !important;
|
|
|
- padding: 0px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.chat-msg__text table {
|
|
|
- color: #333;
|
|
|
- font-family: Helvetica, Arial, sans-serif;
|
|
|
- border-collapse:
|
|
|
- collapse; border-spacing: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.chat-msg__text td, th {
|
|
|
- border: 1px solid transparent; /* No more visible border */
|
|
|
- height: 30px;
|
|
|
- transition: all 0.3s; /* Simple transition for hover effect */
|
|
|
-}
|
|
|
-
|
|
|
-.chat-msg__text th {
|
|
|
- background: #DFDFDF; /* Darken header a bit */
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.chat-msg__text td {
|
|
|
- background: #FAFAFA;
|
|
|
- text-align: left;
|
|
|
- vertical-align: top;
|
|
|
-}
|
|
|
-
|
|
|
-.chat-msg__text .modal-body {
|
|
|
- overflow-x: auto;
|
|
|
-}
|