mirror of https://github.com/OpenVidu/openvidu.git
ov-components: adjust max-width and padding for prejoin card styling
parent
9023f03cee
commit
b6f242107e
|
@ -27,10 +27,10 @@
|
|||
margin: auto;
|
||||
border-radius: var(--ov-surface-radius);
|
||||
width: 90%;
|
||||
max-width: 350px;
|
||||
max-width: 370px;
|
||||
// max-height: 650px;
|
||||
height: min-content;
|
||||
padding: 55px 40px;
|
||||
padding: 55px 30px;
|
||||
background-color: var(--ov-surface-color);
|
||||
box-shadow: 6px 4px 20px rgba(0, 0, 0, 0.3);
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue