[mobile] debug stylesheets

This commit is contained in:
Maxim Kadushkin 2020-12-01 10:50:33 +03:00
parent 110d27b7d1
commit a3c18a4447
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,10 @@
@white: #ffffff;
@black: #000000;
@gray: #c4c4c4;
@green: #4cd964;
.popup, .popover, .sheet-modal {
.list:first-child {
margin-top: 0;

View file

@ -1,7 +1,4 @@
@themeColor: #446995;
@white: #ffffff;
@black: #000000;
@gray: #c4c4c4;
@import '../../../../common/mobile/resources/less/_mixins.less';
@import '../../../../common/mobile/resources/less/collaboration.less';