mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
revert previous & fix font size
This commit is contained in:
parent
ca0092469b
commit
c26aaa8d01
1 changed files with 2 additions and 2 deletions
|
@ -91,12 +91,13 @@ limitations under the License.
|
|||
.mx_Login_box {
|
||||
width: 330px;
|
||||
min-height: initial;
|
||||
padding-top: 50px;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-radius: 8px;
|
||||
color: $form-fg-color;
|
||||
font-size: 16px;
|
||||
background-color: $form-bg-color;
|
||||
background-image: url(../../themes/status/img/dot.svg);
|
||||
box-shadow: 0px 5px 16px 0px rgba(25,12,46,0.16);
|
||||
|
@ -126,7 +127,6 @@ limitations under the License.
|
|||
text-align: center;
|
||||
color: $form-fg-color;
|
||||
font-size: 25px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue