mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove button well and tweak padding
This commit is contained in:
parent
5c55fb83d6
commit
ae6d4501c0
@ -8,13 +8,6 @@ h1::after {
|
|||||||
content: "!";
|
content: "!";
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_HomePage_body {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_Parent {
|
.mx_Parent {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
@ -34,24 +27,7 @@ h1::after {
|
|||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 50px;
|
padding: 25px 35px;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_Well {
|
|
||||||
display: block;
|
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
|
||||||
justify-content: center;
|
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #F2F5F8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ButtonParent {
|
.mx_ButtonParent {
|
||||||
@ -161,7 +137,6 @@ h1::after {
|
|||||||
</a>
|
</a>
|
||||||
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
|
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
|
||||||
<h4 class="mx_Header22">_t("Decentralised, encrypted chat & collaboration powered by [matrix]")</h4>
|
<h4 class="mx_Header22">_t("Decentralised, encrypted chat & collaboration powered by [matrix]")</h4>
|
||||||
<div class="mx_Well">
|
|
||||||
<div class="mx_ButtonRow">
|
<div class="mx_ButtonRow">
|
||||||
<a href="#/login" class="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn">
|
<a href="#/login" class="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn">
|
||||||
<div class="mx_buttonlabel">_t("Sign In")</div>
|
<div class="mx_buttonlabel">_t("Sign In")</div>
|
||||||
@ -184,5 +159,4 @@ h1::after {
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user