Fix telephone icon + some css size fixes

This commit is contained in:
Stefan Otto
2018-11-16 14:39:41 +01:00
parent 250b008f58
commit f9e0049e4d
2 changed files with 24 additions and 24 deletions
+9 -9
View File
@@ -9,13 +9,13 @@
align-items: center;
+desktop() {
left: 20px;
width: 36px;
left: 1.0em;
width: 2.6em;
}
+mobile() {
left: 10px;
width: 32px;
left: 0.5em;
width: 2.6em;
}
> .button {
@@ -34,13 +34,13 @@
justify-content: center;
+desktop() {
height: 36px;
width: 36px;
height: 2.5em;
width: 2.5em;
}
+mobile() {
height: 32px;
width: 32px;
height: 2.5em;
width: 2.5em;
}
&.on {
@@ -110,7 +110,7 @@
}
&.leave-meeting {
background-image: url('/resources/images/leave-meeting.svg');
background-image: url('/resources/images/cancel.svg');
}
}
}