Lint the CSS files
This commit is contained in:
parent
dedbdb46c2
commit
e208128d68
9 changed files with 183 additions and 212 deletions
|
@ -14,14 +14,14 @@
|
|||
.circle-you {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-color: rgb(238, 78, 59);
|
||||
background-color: rgb(238 78 59);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.circle-bot {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-color: rgb(59, 78, 244);
|
||||
background-color: rgb(59 78 244);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
@ -53,14 +53,14 @@
|
|||
}
|
||||
|
||||
.message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child {
|
||||
margin-bottom: 0em !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.dark .message-body p em {
|
||||
color: rgb(138, 138, 138) !important;
|
||||
color: rgb(138 138 138) !important;
|
||||
}
|
||||
|
||||
.message-body p em {
|
||||
color: rgb(110, 110, 110) !important;
|
||||
color: rgb(110 110 110) !important;
|
||||
font-weight: 500;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue