Embed the appstore login instead of a dialog

This commit is contained in:
Johannes Zellner
2017-01-16 12:34:33 +01:00
parent 9f20dfb237
commit 2dfb91dcc9
3 changed files with 84 additions and 98 deletions
+16
View File
@@ -240,6 +240,14 @@ h1, h2, h3 {
// Appstore view
// ----------------------------
.appstore-login {
margin-top: 50px !important;
h1 {
font-size: 32px;
}
}
.appstore-item {
padding: 10px;
width: 300px;
@@ -389,6 +397,10 @@ h1, h2, h3 {
.loading-banner {
padding-top: 150px;
text-align: center;
h1 {
font-size: 48px;
}
}
.badge-success {
@@ -421,6 +433,10 @@ h1, h2, h3 {
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.card-small {
max-width: 600px;
}
.card-large {
max-width: 970px;
}