From ec6ecc7863098198133379e240613e0253276ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 28 Aug 2018 18:27:58 +0200 Subject: Import progress work by @suntala MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/contacts.scss | 1 + css/importScreen.scss | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 css/importScreen.scss (limited to 'css') diff --git a/css/contacts.scss b/css/contacts.scss index 8c5f9ba6..503eaf1f 100644 --- a/css/contacts.scss +++ b/css/contacts.scss @@ -22,3 +22,4 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2}; @import 'ContactDetails'; @import './Properties/Properties'; @import './Properties/PropertyTitle'; +@import 'importScreen'; \ No newline at end of file diff --git a/css/importScreen.scss b/css/importScreen.scss new file mode 100644 index 00000000..c57dca90 --- /dev/null +++ b/css/importScreen.scss @@ -0,0 +1,37 @@ +/** + * @copyright Copyright (c) 2018 Team Popcorn + * + * author Team Popcorn + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +.import-screen { + &__header { + padding-top: 20px; + } + &__progress { + width: 50%; + position: absolute; + left: 25%; + } + &__tracker { + padding-top: 10px; + position: absolute; + left: 25%; + } +} \ No newline at end of file -- cgit v1.2.3