mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 20:16:26 +00:00
20 lines
532 B
SCSS
20 lines
532 B
SCSS
/***
|
|
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* Social ------------------------------------------------------------------- */
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
.app-social {
|
|
.icon-reply {
|
|
background-image: var(--icon-social-reply-f2f2f2) !important;
|
|
}
|
|
|
|
.emoji-invoker {
|
|
background-image: var(--icon-social-emoji-f2f2f2) !important;
|
|
}
|
|
}
|