Fix telephone icon + some css size fixes
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user