Skip to content
Snippets Groups Projects
Commit 94d057f2 authored by netpro2k's avatar netpro2k
Browse files

Rework share/spawn chat button styling

parent c10cb5d6
No related branches found
No related tags found
No related merge requests found
src/assets/share_message.png

18.9 KiB

src/assets/spawn_message-hover.png

1.57 KiB

...@@ -71,7 +71,9 @@ ...@@ -71,7 +71,9 @@
outline-style: none; outline-style: none;
width: 24px; width: 24px;
height: 24px; height: 24px;
background-size: 100%; background-size: 20px;
background-position: center;
background-repeat: no-repeat;
border: 0; border: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -79,25 +81,21 @@ ...@@ -79,25 +81,21 @@
align-self: flex-start; align-self: flex-start;
cursor: pointer; cursor: pointer;
margin-right: 6px; margin-right: 6px;
border-radius: 12px;
background-color: transparent; background-color: transparent;
&:hover {
background-color: $action-color;
}
} }
:local(.spawn-message) { :local(.spawn-message) {
background-image: url(../spawn_message.png); background-image: url(../spawn_message.png);
} }
:local(.spawn-message):hover {
background-image: url(../spawn_message-hover.png);
}
// TODO replace these icons with share button // TODO replace these icons with share button
:local(.share) { :local(.share) {
background-image: url(../spawn_message.png); background-image: url(../share_message.png);
}
:local(.share):hover {
background-image: url(../spawn_message-hover.png);
} }
&:local(.media) { &:local(.media) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment