Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
genalhuang committed Sep 29, 2020
2 parents 1d8113e + 6cd63c7 commit fa7af91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genal-chat-client/src/theme/coverAntd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
.ant-drawer-content-wrapper {
background-color: rgba(54, 50, 50, 0.4)!important;
.ant-drawer-content {
background-color: rgba(0, 0, 0, .4)!important;
background-color: rgba(0, 0, 0, 0.4)!important;
.ant-drawer-body {
padding: 0!important;
// 移动端群组部分
.room-card {
background-color: rgba(115, 165, 200, 0.2);
}
.room-card.active {
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(115, 165, 200, 0.35);
}
.room-card-name {
color: rgba(255, 255, 255, 0.85);
Expand Down

0 comments on commit fa7af91

Please sign in to comment.