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.scss27
1 files changed, 21 insertions, 6 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 2da56c930..2182c9b5f 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -111,6 +111,26 @@
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: 140px;
125 float: right;
126 margin-top: 30px;
127 margin-left: 40px;
128
129 label {
130 font-weight: bold;
131 letter-spacing: -0.1px;
132 }
133 }
114 } 134 }
115 135
116 .settings__close { 136 .settings__close {
@@ -135,6 +155,7 @@
135 155
136 &__options { 156 &__options {
137 margin-top: 20px; 157 margin-top: 20px;
158 flex: 1;
138 } 159 }
139 160
140 &__settings-group { 161 &__settings-group {
@@ -305,12 +326,6 @@
305 } 326 }
306 } 327 }
307 328
308 // @include element(add-service-teaser) {
309 // height: auto;
310 // margin-top: 20px;
311 // display: block;
312 // text-align: center;
313 // }
314 .emoji { 329 .emoji {
315 display: block; 330 display: block;
316 font-size: 40px; 331 font-size: 40px;