summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-22 22:15:27 +0200
committerszaimen <szaimen@e.mail.de>2021-07-26 16:58:35 +0200
commit435ba0ad80571a15c8a282f304b36d185eec96f3 (patch)
tree16074b3c8213dc545de2b07616f8d54b03eaf668 /css
parent7ec9046f14c2ef3f60ef1402d74b5e7adcb6315f (diff)
Streamline Settings
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'css')
-rw-r--r--css/SettingsSection.scss47
1 files changed, 45 insertions, 2 deletions
diff --git a/css/SettingsSection.scss b/css/SettingsSection.scss
index 0f01dff3..f91d95c8 100644
--- a/css/SettingsSection.scss
+++ b/css/SettingsSection.scss
@@ -22,26 +22,62 @@
*/
// contacts settings section
+.app-contacts #app-settings-content {
+ padding-left: 0px !important;
+}
+
#app-settings-content {
.settings-section {
display: flex;
align-items: center;
- margin-top: 5px;
}
}
+.new-addressbook-entry {
+ display: flex;
+ align-items: center;
+}
+
#new-addressbook-form {
display: flex;
+ width: calc(100% - 44px);
input {
margin-top: 0;
margin-bottom: 0;
}
}
+.settings-addressbook-list {
+ display: flex;
+ li {
+ width: calc(100% - 44px);
+ }
+ &__header {
+ padding-left: 44px;
+ color: var(--color-primary-element);
+ }
+}
+
+.settings-line__icon {
+ width: 44px;
+ height: 44px;
+}
+
+.social-sync__list-entry {
+ label::before {
+ margin-left: 14px !important;
+ margin-right: 14px !important;
+ }
+ em {
+ margin-left: 44px !important;
+ }
+}
+
// Sort Contacts
.sort-contacts {
+ display: flex;
.multiselect {
- width: 100%;
+ width: calc(100% - 44px);
margin: 0;
.multiselect__single {
padding-right: 24px !important;
@@ -50,6 +86,9 @@
@include icon-color('triangle-s', 'actions', $color-black, 1, true);
}
+ &__content-wrapper {
+ bottom: unset !important;
+ }
}
}
@@ -74,6 +113,10 @@
margin: 0;
margin-top: -1px;
}
+ &__button-main {
+ margin-left: 10px;
+ width: calc(100% - 10px) !important;
+ }
}
// Add address book