summaryrefslogtreecommitdiffstats
path: root/css/settings/settings-addressbook-sharee.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/settings/settings-addressbook-sharee.scss')
-rw-r--r--css/settings/settings-addressbook-sharee.scss46
1 files changed, 46 insertions, 0 deletions
diff --git a/css/settings/settings-addressbook-sharee.scss b/css/settings/settings-addressbook-sharee.scss
new file mode 100644
index 00000000..9ea3bd0b
--- /dev/null
+++ b/css/settings/settings-addressbook-sharee.scss
@@ -0,0 +1,46 @@
+.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.5;
+ }
+ &__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;
+ }
+ }
+
+ .icon {
+ margin-right: 5px;
+ opacity: 0.2;
+ width: 16px;
+ height: 16px;
+ display: inline-block;
+ }
+
+ .icon-group {
+ background-image: url(/apps/contacts/img/group.svg);
+ }
+
+ .icon-delete {
+ display: inline-block;
+ width: 24px;
+ height: 20px;
+ opacity: 0.4;
+ }
+} \ No newline at end of file