Typescript - Fix issues with about-app and add login to convert less to css

This commit is contained in:
Kiran Niranjan
2018-11-16 14:08:38 +05:30
parent fd883f36fa
commit e9d8f62080
11 changed files with 110 additions and 94 deletions

View File

@@ -4,40 +4,35 @@
@font-family: sans-serif;
@text-padding: 10px;
html, body {
margin: 0;
height: 100%;
font-family: @font-family;
}
.name {
flex: 1;
font-size: 1.3em;
padding: @text-padding;
font-weight: bold;
color: white;
}
.version-text {
flex: 1;
font-size: 1em;
color: @version-text-color;
}
.copyright-text {
flex: 1;
padding: @text-padding;
font-size: 0.6em;
color: @copyright-text-color;
}
.content {
.AboutApp {
text-align: center;
display: flex;
flex-direction: column;
padding-top: 20px
padding-top: 20px;
&-name {
flex: 1;
font-size: 1.3em;
padding: @text-padding;
font-weight: bold;
color: white;
}
&-versionText {
flex: 1;
font-size: 1em;
color: @version-text-color;
}
&-copyrightText {
flex: 1;
padding: @text-padding;
font-size: 0.6em;
color: @copyright-text-color;
}
&-logo {
margin: auto;
}
}
.logo {
margin: auto;
}