summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorSerekKiri <kacper.potyrala@gmail.com>2018-10-02 21:46:09 +0200
committerSerekKiri <kacper.potyrala@gmail.com>2018-10-02 21:46:09 +0200
commitff8cf3dfe0d6929c9246fe1003d0beda02c853d3 (patch)
tree1f08087ee301eea9b806b3ebdf35ad00cb97020c /css
parentcbb5b3d4aa558bcaad22a8fd5c462c2bc1ae5a2d (diff)
style: Fix typo
Diffstat (limited to 'css')
-rw-r--r--css/Settings/SettingsAddressbookShare.scss68
-rw-r--r--css/contacts.scss2
2 files changed, 69 insertions, 1 deletions
diff --git a/css/Settings/SettingsAddressbookShare.scss b/css/Settings/SettingsAddressbookShare.scss
new file mode 100644
index 00000000..23d78088
--- /dev/null
+++ b/css/Settings/SettingsAddressbookShare.scss
@@ -0,0 +1,68 @@
+/**
+ * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ * @author Team Popcorn <teampopcornberlin@gmail.com>
+ *
+ * @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 <http://www.gnu.org/licenses/>.
+ *
+ */
+
+.addressbook-sharee {
+ padding: 0 5px;
+ display: inline-flex;
+ align-items: center;
+ width: 100%;
+ &__identifier {
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ display: inline-block;
+ vertical-align: top;
+ opacity: 0.7;
+ }
+ &__utils {
+ padding: 0 !important;
+ float: right;
+ position: relative !important;
+ display: inline-flex;
+ align-items: center;
+ flex-shrink: 0;
+ height: 20px;
+ .checkbox + label {
+ padding: 0 !important;
+ }
+ label {
+ opacity: 0.7;
+ }
+ }
+
+ .icon {
+ margin-right: 5px;
+ opacity: 0.2;
+ width: 16px;
+ height: 16px;
+ display: inline-block;
+ }
+
+ .icon-delete {
+ display: inline-block;
+ width: 24px;
+ height: 20px;
+ opacity: 0.4;
+ }
+} \ No newline at end of file
diff --git a/css/contacts.scss b/css/contacts.scss
index 85c5651c..e4389d78 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -39,7 +39,7 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
@import 'SettingsSection';
-@import 'Settings/SettingsSddressbook';
+@import 'Settings/SettingsAddressbook';
@import 'Settings/SettingsAddressbookShares';
@import 'Settings/SettingsAddressbookShare';
@import 'ContactDetails';