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.scss11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 283913ab7..cb39717ea 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -121,9 +121,15 @@
121 } 121 }
122 122
123 .service-icon { 123 .service-icon {
124 width: 30%; 124 width: 140px;
125 min-width: 100px; 125 float: right;
126 margin-top: 30px;
126 margin-left: 40px; 127 margin-left: 40px;
128
129 label {
130 font-weight: bold;
131 letter-spacing: -0.1px;
132 }
127 } 133 }
128 } 134 }
129 135
@@ -167,6 +173,7 @@
167 173
168 &__options { 174 &__options {
169 margin-top: 20px; 175 margin-top: 20px;
176 flex: 1;
170 } 177 }
171 178
172 &__settings-group { 179 &__settings-group {