[all] added colors table

This commit is contained in:
Maxim Kadushkin 2021-05-28 17:07:19 +03:00
parent 8e5073d912
commit d3854c0571
5 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,21 @@
:root {
.theme-dark {
--background-primary: #1C1C1E;
--background-secondary: #2C2C2E;
--background-tab-active: #636366;
--text-tertiary: #48484A;
--background-tab-normal: #757575;
--text-normal: #FFF;
--text-secondary: fade(#EBEBF5, 60%);
--text-link: #1976D2;
--text-error: #FF453A;
--background-menu-divider: fade(#545458, 36%);
--brand-word: #208BFF;
--brand-cell: #34C759;
--brand-slide: #FF4A31;
--component-disabled-opacity: .4;
}
}

View file

@ -0,0 +1,19 @@
:root {
--background-primary: #FFF;
--background-secondary: #FFF;
--background-tab-active: #AEAEB2;
--text-tertiary: #C7C7CC;
--background-tab-normal: fade(#FFF, 50%);
--text-normal: #000;
--text-secondary: fade(#3C3C43, 60%);
--text-link: #007AFF;
--text-error: #FF3B30;
--background-menu-divider: fade(#3C3C43, 36%);
--brand-word: #446995;
--brand-cell: #40865C;
--brand-slide: #AA5252;
--component-disabled-opacity: .4;
}

View file

@ -3,6 +3,8 @@
@import '../../../../../vendor/framework7-react/node_modules/framework7/less/mixins.less';
@import '../../../../common/mobile/resources/less/_mixins.less';
@import '../../../../common/mobile/resources/less/colors-table.less';
@import '../../../../common/mobile/resources/less/colors-table-dark.less';
@import '../../../../common/mobile/resources/less/collaboration.less';
@import '../../../../common/mobile/resources/less/common.less';
@import '../../../../common/mobile/resources/less/common-ios.less';

View file

@ -3,6 +3,8 @@
@import '../../../../../vendor/framework7-react/node_modules/framework7/less/mixins.less';
@import '../../../../common/mobile/resources/less/_mixins.less';
@import '../../../../common/mobile/resources/less/colors-table.less';
@import '../../../../common/mobile/resources/less/colors-table-dark.less';
@import '../../../../common/mobile/resources/less/collaboration.less';
@import '../../../../common/mobile/resources/less/common.less';
@import '../../../../common/mobile/resources/less/common-ios.less';

View file

@ -5,6 +5,8 @@
@import '../../../../../vendor/framework7-react/node_modules/framework7/less/mixins.less';
@import '../../../../common/mobile/resources/less/_mixins.less';
@import '../../../../common/mobile/resources/less/colors-table.less';
@import '../../../../common/mobile/resources/less/colors-table-dark.less';
@import '../../../../common/mobile/resources/less/collaboration.less';
@import '../../../../common/mobile/resources/less/common.less';
@import '../../../../common/mobile/resources/less/common-ios.less';