Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
CSS fix for file attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaschoal committed Feb 16, 2019
1 parent 93340e7 commit 96ec00e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/ng-chat/assets/ng-chat.component.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
{
width: 20px;
height: 35px;
padding: 10px;
padding: 10px 5px;
float: left;
}
.ng-chat-window .ng-chat-messages .ng-chat-message .file-message-container > .file-message-icon-container i
Expand Down
4 changes: 0 additions & 4 deletions src/ng-chat/assets/themes/ng-chat.theme.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ $text-color: #FFF;
{
border-color: $secondary-color;
}
.file-message-icon-container
{
background-color: $secondary-color;
}
.ng-chat-footer
{
background-color: $secondary-color;
Expand Down
4 changes: 0 additions & 4 deletions src/ng-chat/assets/themes/ng-chat.theme.default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,4 @@ $text-color: #5C5C5C;
{
border-color: $secondary-color;
}
.file-message-icon-container
{
background-color: $secondary-color;
}
}

0 comments on commit 96ec00e

Please sign in to comment.