Fix join call now button styling
This commit is contained in:
parent
3cc7892198
commit
8eefc0ce50
1 changed files with 5 additions and 0 deletions
|
@ -104,8 +104,13 @@ limitations under the License.
|
||||||
|
|
||||||
.joinCallButton {
|
.joinCallButton {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 222px;
|
||||||
|
height: 40px;
|
||||||
bottom: 86px;
|
bottom: 86px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 15px;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue