Lint the CSS files
This commit is contained in:
parent
dedbdb46c2
commit
e208128d68
9 changed files with 183 additions and 212 deletions
|
@ -8,14 +8,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%;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
.circle-you + .text {
|
||||
float: right;
|
||||
background-color: rgb(0, 132, 255);
|
||||
background-color: rgb(0 132 255);
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
@ -91,9 +91,9 @@
|
|||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue