[mirotalksfu] - improve UI
هذا الالتزام موجود في:
@@ -919,6 +919,18 @@ label {
|
||||
.pl-64 {
|
||||
padding-left: 64px;
|
||||
}
|
||||
.br-6 {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.br-12 {
|
||||
border-radius: 12px;
|
||||
}
|
||||
.br-18 {
|
||||
border-radius: 18px;
|
||||
}
|
||||
.br-24 {
|
||||
border-radius: 24px;
|
||||
}
|
||||
.sr .has-animations .is-revealing {
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -1058,10 +1070,12 @@ label {
|
||||
.button-primary {
|
||||
background: #097dea;
|
||||
background: linear-gradient(65deg, #0270d7 0, #0f8afd 100%);
|
||||
border-radius: 6px;
|
||||
}
|
||||
.button-primary:hover {
|
||||
background: #0982f4;
|
||||
background: linear-gradient(65deg, #0275e1 0, #198ffd 100%);
|
||||
border-radius: 6px;
|
||||
}
|
||||
.button-block {
|
||||
display: flex;
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
<section class="cta section">
|
||||
<div class="container">
|
||||
<div class="cta-inner section-inner">
|
||||
<div class="cta-inner section-inner br-12">
|
||||
<h3 class="section-title mt-0">
|
||||
Pick a room name.<br />
|
||||
How about this one?
|
||||
@@ -116,7 +116,13 @@
|
||||
<div class="mb-24">
|
||||
<label for="roomName"></label>
|
||||
<div class="form-group-desktop">
|
||||
<input class="form-input" type="text" id="roomName" value="" />
|
||||
<input
|
||||
class="form-input"
|
||||
type="text"
|
||||
id="roomName"
|
||||
value=""
|
||||
style="border-radius: 6px"
|
||||
/>
|
||||
<button
|
||||
id="joinRoomButton"
|
||||
class="button button-primary pulse"
|
||||
@@ -318,8 +324,9 @@
|
||||
<section class="cta section">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center">Try an easier, more secure way of calling.</h2>
|
||||
<br />
|
||||
<div style="text-align: center">
|
||||
<a class="button button-primary button-wide-mobile pulse" href="/newroom">Try now</a>
|
||||
<a class="button button-primary button-wide-mobile br-6 pulse" href="/newroom">Try now</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
class="form-input"
|
||||
type="name"
|
||||
placeholder="Username"
|
||||
style="border-radius: 6px"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
@@ -90,6 +91,7 @@
|
||||
id="password"
|
||||
class="form-input"
|
||||
type="password"
|
||||
style="border-radius: 6px"
|
||||
placeholder="Password"
|
||||
required
|
||||
/>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<section class="cta section">
|
||||
<div class="container">
|
||||
<div class="cta-inner section-inner">
|
||||
<div class="cta-inner section-inner br-12">
|
||||
<h3 class="section-title mt-0">
|
||||
Pick a room name.<br />
|
||||
How about this one?
|
||||
@@ -115,7 +115,13 @@
|
||||
<div class="mb-24">
|
||||
<label for="roomName"></label>
|
||||
<div class="form-group-desktop">
|
||||
<input class="form-input" type="text" id="roomName" value="" />
|
||||
<input
|
||||
class="form-input"
|
||||
type="text"
|
||||
id="roomName"
|
||||
value=""
|
||||
style="border-radius: 6px"
|
||||
/>
|
||||
<button
|
||||
id="joinRoomButton"
|
||||
class="button button-primary pulse"
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم