Simplified icons object

This commit is contained in:
Vincent 2019-12-09 15:22:49 +11:00
parent a17964beb7
commit 4d105f5c66
4 changed files with 125 additions and 180 deletions

View file

@ -22,7 +22,7 @@
}, },
applyTheme() { applyTheme() {
const iOS = storage.get('userAgent') === 'OWI'; const iOS = storage.get('userAgent') === 'OWI';
const theme = storage.get('theme-setting') || 'light'; const theme = storage.get('theme-setting') || 'dark';
this.$el this.$el
.removeClass('light-theme') .removeClass('light-theme')
.removeClass('dark-theme') .removeClass('dark-theme')

View file

@ -21,6 +21,9 @@
color: $session-color-dark-5; color: $session-color-dark-5;
} }
.module-message__container {
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.69);
}
.module-message__container--incoming { .module-message__container--incoming {
background-color: $session-color-dark-1; background-color: $session-color-dark-1;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long