aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index b29ed5468..283913ab7 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -111,6 +111,20 @@
111 &::-webkit-scrollbar-thumb:window-inactive { 111 &::-webkit-scrollbar-thumb:window-inactive {
112 background: none; 112 background: none;
113 } 113 }
114
115 .service-flex-grid {
116 display: flex;
117 }
118
119 .service-name {
120 flex: 1px;
121 }
122
123 .service-icon {
124 width: 30%;
125 min-width: 100px;
126 margin-left: 40px;
127 }
114 } 128 }
115 129
116 .settings__close { 130 .settings__close {
@@ -323,12 +337,6 @@
323 } 337 }
324 } 338 }
325 339
326 // @include element(add-service-teaser) {
327 // height: auto;
328 // margin-top: 20px;
329 // display: block;
330 // text-align: center;
331 // }
332 .emoji { 340 .emoji {
333 display: block; 341 display: block;
334 font-size: 40px; 342 font-size: 40px;