forked from matrix/element-web
more tweaks from Denis
This commit is contained in:
parent
c26aaa8d01
commit
ce2d40b775
|
@ -98,6 +98,7 @@ limitations under the License.
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: $form-fg-color;
|
color: $form-fg-color;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
line-height: 25px;
|
||||||
background-color: $form-bg-color;
|
background-color: $form-bg-color;
|
||||||
background-image: url(../../themes/status/img/dot.svg);
|
background-image: url(../../themes/status/img/dot.svg);
|
||||||
box-shadow: 0px 5px 16px 0px rgba(25,12,46,0.16);
|
box-shadow: 0px 5px 16px 0px rgba(25,12,46,0.16);
|
||||||
|
@ -133,7 +134,7 @@ limitations under the License.
|
||||||
.mx_Login_field {
|
.mx_Login_field {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
padding: 9px 20px 9px 20px;
|
padding: 8px 20px 10px 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|
Loading…
Reference in New Issue