cleanup ios theme unused

This commit is contained in:
Audric Ackermann 2020-08-21 12:54:11 +10:00
parent 94146124ff
commit 103962f1eb
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
4 changed files with 0 additions and 358 deletions

View File

@ -1,347 +0,0 @@
// When paired with an iOS device, this stylesheet will apply
.ios-theme {
// _modules
.module-message__container--outgoing {
background-color: $color-signal-blue;
color: $color-white;
}
.module-message__container--incoming {
background-color: $color-light-10;
color: $color-gray-90;
}
.module-message__author {
color: $color-gray-90;
}
.module-message__text {
color: $color-white;
font-size: 14px;
a {
text-decoration: underline;
color: $color-white;
}
}
.module-message__text--incoming {
color: $color-gray-90;
a {
text-decoration: underline;
color: $color-gray-90;
}
}
.module-message__metadata__date {
color: $color-white-08;
}
.module-message__metadata__date--incoming {
color: $color-gray-60;
}
.module-message__metadata__date--with-image-no-caption {
color: $color-white;
}
.module-message__metadata__status-icon--sending {
@include color-svg('../images/sending.svg', $color-white);
}
.module-message__metadata__status-icon--pow {
@include color-svg('../images/pow.svg', $color-white);
}
.module-message__metadata__status-icon--sent {
@include color-svg('../images/check-circle-outline.svg', $color-white-08);
}
.module-message__metadata__status-icon--delivered {
@include color-svg('../images/double-check.svg', $color-white-08);
}
.module-message__metadata__status-icon--read {
@include color-svg('../images/read.svg', $color-white-08);
}
.module-message__metadata__status-icon--with-image-no-caption {
background-color: $color-white;
}
.module-message__generic-attachment__file-name {
color: $color-white;
}
.module-message__generic-attachment__file-name--incoming {
color: $color-gray-90;
}
.module-message__generic-attachment__file-size {
color: $color-white;
}
.module-message__generic-attachment__file-size--incoming {
color: $color-gray-90;
}
.module-expire-timer {
background-color: $color-white-08;
}
.module-expire-timer--incoming {
background-color: $color-gray-60;
}
.module-quote--outgoing {
border-left-color: $color-white;
background-color: $color-white-06;
}
.module-quote--incoming {
background-color: $color-signal-blue-025;
border-left-color: $color-signal-blue;
}
.module-quote__reference-warning--incoming {
background-color: $color-signal-blue-mix;
}
// When you're composing a new quote
.bottom-bar {
.module-quote {
background-color: $color-signal-blue-025;
border-left-color: $color-signal-blue;
}
}
.module-embedded-contact__contact-name {
color: $color-white;
}
.module-embedded-contact__contact-method {
color: $color-white-07;
}
.module-embedded-contact__contact-name--incoming {
color: $color-gray-90;
}
.module-embedded-contact__contact-method--incoming {
color: $color-light-60;
}
.module-typing-animation__dot {
background-color: $color-gray-60;
}
.module-typing-animation__dot--light {
background-color: $color-gray-60;
}
.module-spinner__circle--incoming {
background-color: $color-white-04;
}
.module-spinner__arc--incoming {
background-color: $color-gray-60;
}
.module-spinner__circle--outgoing {
background-color: $color-white-04;
}
.module-spinner__arc--outgoing {
background-color: $color-white;
}
&.dark-theme {
// _modules
.module-message__container--outgoing {
background-color: $color-signal-blue;
color: $color-gray-05;
}
.module-message__container--incoming {
background-color: $color-gray-75;
color: $color-gray-05;
}
.module-message__author {
color: $color-gray-05;
}
.module-message__text--incoming {
color: $color-gray-05;
a {
text-decoration: underline;
color: $color-gray-05;
}
}
.module-message__metadata__status-icon--sending {
@include color-svg('../images/sending.svg', $color-white);
}
.module-message__metadata__status-icon--pow {
@include color-svg('../images/pow.svg', $color-white);
}
.module-message__metadata__status-icon--sent {
@include color-svg('../images/check-circle-outline.svg', $color-white-08);
}
.module-message__metadata__status-icon--delivered {
@include color-svg('../images/double-check.svg', $color-white-08);
}
.module-message__metadata__status-icon--read {
@include color-svg('../images/read.svg', $color-white-08);
}
.module-message__metadata__date {
color: $color-white-08;
}
.module-message__metadata__date--incoming {
color: $color-gray-25;
}
.module-message__generic-attachment__file-name--incoming {
color: $color-gray-25;
}
.module-message__generic-attachment__file-size--incoming {
color: $color-gray-25;
}
.module-expire-timer {
background-color: $color-white-08;
}
.module-expire-timer--incoming {
background-color: $color-gray-25;
}
.module-quote--outgoing {
border-left-color: $color-black;
background-color: $color-conversation-blue-shade;
}
.module-quote--incoming {
background-color: $color-conversation-blue-shade;
border-left-color: $color-signal-blue;
}
.module-quote__primary__author {
color: $color-gray-05;
}
.module-quote__primary__text {
color: $color-gray-05;
a {
color: $color-gray-05;
}
}
.module-quote__primary__type-label {
color: $color-gray-05;
}
.module-quote__primary__type-label--incoming {
color: $color-gray-05;
}
.module-quote__primary__author--incoming {
color: $color-gray-05;
}
.module-quote__primary__text--incoming {
color: $color-gray-05;
a {
color: $color-gray-05;
}
}
.module-quote__generic-file__text {
color: $color-gray-05;
}
.module-quote__generic-file__text--incoming {
color: $color-gray-05;
}
.module-quote__reference-warning {
background-color: $color-white-04;
}
.module-quote__reference-warning--incoming {
background-color: $color-signal-blue-050;
}
.module-quote__reference-warning__text {
color: $color-gray-90;
}
.module-quote__reference-warning__text--incoming {
color: $color-gray-05;
}
.module-quote__reference-warning__icon {
@include color-svg('../images/broken-link.svg', $color-signal-blue);
}
.module-quote__reference-warning__icon--incoming {
@include color-svg('../images/broken-link.svg', $color-gray-75);
}
// When you're composing a new quote
.bottom-bar {
.module-quote__primary__author {
color: $color-gray-05;
}
.module-quote__primary__type-label {
color: $color-gray-05;
}
.module-quote__generic-file__text {
color: $color-gray-05;
}
.module-quote__primary__text {
color: $color-gray-05;
a {
color: $color-gray-05;
}
}
}
.module-embedded-contact__contact-name--incoming {
color: $color-gray-05;
}
.module-embedded-contact__contact-method--incoming {
color: $color-gray-25;
}
.module-spinner__circle--incoming {
background-color: $color-white-04;
}
.module-spinner__arc--incoming {
background-color: $color-gray-25;
}
.module-spinner__circle--small-incoming {
background-color: $color-white-04;
}
.module-spinner__arc--small-incoming {
background-color: $color-gray-25;
}
.module-spinner__circle--outgoing {
background-color: $color-white-04;
}
.module-spinner__arc--outgoing {
background-color: $color-gray-05;
}
.module-spinner__circle--small-outgoing {
background-color: $color-white-04;
}
.module-spinner__arc--small-outgoing {
background-color: $color-gray-05;
}
}
}

View File

@ -74,8 +74,6 @@ $session-font-mono: 'SpaceMono';
// Brand
$session-color-green: #00f782;
$session-color-green-alt-1: #00f480;
$session-color-green-alt-2: #00fd73;
$session-color-green-alt-3: #00f782;
// Shades
$session-shade-1: #0c0c0c;

View File

@ -1667,14 +1667,6 @@ body.dark-theme {
color: $color-white;
}
// _options
// _progress
// Not sure we need to change anything there - it's blue
// _recorder
.capture-audio {
.microphone {
&:before {

View File

@ -19,7 +19,6 @@
@import 'conversation';
// Themes
@import 'ios';
@import 'theme_dark';
// /////////////////// //