Squashed commit of the following:
commit 5e620f2d8576b08ebfee08e9781cd4927c4dcf2a
Merge: d82d5a902 679bbcdc2
Author: Ildar Kamalov <ik@adguard.com>
Date: Mon Jan 18 14:57:00 2021 +0300
Merge branch 'master' into 2554-mobile-install
commit d82d5a9028be0be72e612fc4c375d2be81c6c8c3
Author: Ildar Kamalov <ik@adguard.com>
Date: Mon Jan 18 14:09:25 2021 +0300
client: fix mobile layout for install page
14 lines
248 B
TypeScript
14 lines
248 B
TypeScript
import form from './Form.module.pcss';
|
|
import text from './Text.module.pcss';
|
|
import install from './Install.module.pcss';
|
|
import link from './Link.module.pcss';
|
|
|
|
const theme = {
|
|
form,
|
|
text,
|
|
install,
|
|
link,
|
|
};
|
|
|
|
export default theme;
|