Fix zip icon color
This commit is contained in:
parent
97b8ceecbb
commit
54770770f9
5 changed files with 17 additions and 4 deletions
|
|
@ -207,6 +207,9 @@
|
|||
&:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
& .zip {
|
||||
color: #0060e5;
|
||||
}
|
||||
}
|
||||
|
||||
.swipeable-thumbnails-view {
|
||||
|
|
|
|||
|
|
@ -1610,4 +1610,8 @@ body {
|
|||
height: $small-button-height !important;
|
||||
margin-top: $chat-standard-padding-xs;
|
||||
margin-bottom: $chat-standard-padding-xs;
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnail-item .zip {
|
||||
color: #1d1d1d;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue