mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
improve cosmetics of login prompts slightly
This commit is contained in:
parent
7433f50c8c
commit
622a4b0e4c
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,7 @@ limitations under the License.
|
|||
.mx_Login_links {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-top: 15px;
|
||||
width: 100%;
|
||||
font-size: 13px;
|
||||
opacity: 0.8;
|
||||
|
@ -105,6 +106,12 @@ limitations under the License.
|
|||
color: #4a4a4a;
|
||||
}
|
||||
|
||||
.mx_Login_prompt {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.mx_Login_forgot {
|
||||
font-size: 13px;
|
||||
opacity: 0.8;
|
||||
|
|
Loading…
Reference in a new issue