diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index fd56b7819..2b007133e 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -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; } diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 3a71370c6..c3074ddbc 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -188,61 +188,54 @@ - -