Skip to content

Commit

Permalink
Fix vanilla landing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed May 10, 2023
1 parent ef6839a commit 4ce0803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion static/css/temba-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html.dragging * {
html {

--font-family: 'Roboto', Helvetica, Arial, sans-serif;
--primary-rgb: 35, 135, 202;
--primary-rgb: 58, 102, 150;
--secondary-rgb: 140, 51, 140;
--tertiary-rgb: 135, 202, 35;

Expand Down
1 change: 0 additions & 1 deletion temba/settings_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@
"logo": "images/logo-dark.svg",
"allow_signups": True,
"title": _("Visually build nationally scalable mobile applications"),
"primary_color": "#0c6596",
}
]
DEFAULT_BRAND = os.environ.get("DEFAULT_BRAND", "rapidpro")
Expand Down
10 changes: 5 additions & 5 deletions templates/no_nav.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
-block extra-style
{{block.super}}
:css
.logo {
color: #fff !important;
.login-logo {
width: 16em;

}

.content-card {
Expand Down Expand Up @@ -38,10 +39,9 @@
.middle.flex.flex-row.mb-10
.flex-grow
.content-card
.mb-4.logo
.mb-4.login-logo
%a(href="/")
%svg
%use(href="{{STATIC_URL}}{{ brand.logo }}")
%img(src="{{STATIC_URL}}{{ brand.logo }}")
.page-title
-block title
-block content
Expand Down

0 comments on commit 4ce0803

Please sign in to comment.