From 2fc67d1c9bc2038179771238a0cb5d58995e05c3 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 21 Dec 2018 11:35:00 +0100 Subject: BasicAuth first draft --- src/features/basicAuth/styles.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/features/basicAuth/styles.js (limited to 'src/features/basicAuth/styles.js') diff --git a/src/features/basicAuth/styles.js b/src/features/basicAuth/styles.js new file mode 100644 index 000000000..6bdaf9a6e --- /dev/null +++ b/src/features/basicAuth/styles.js @@ -0,0 +1,12 @@ +export default { + modal: { + width: 300, + }, + buttons: { + display: 'flex', + justifyContent: 'space-between', + }, + form: { + marginTop: 15, + }, +}; -- cgit v1.2.3-54-g00ecf