diff --git a/resources/app/logo-full-flipped.svg b/resources/app/logo-full-flipped.svg new file mode 100644 index 0000000..692c089 --- /dev/null +++ b/resources/app/logo-full-flipped.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-full.svg b/resources/app/logo-full.svg new file mode 100644 index 0000000..4f6e5ab --- /dev/null +++ b/resources/app/logo-full.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-left.svg b/resources/app/logo-left.svg new file mode 100644 index 0000000..0410cff --- /dev/null +++ b/resources/app/logo-left.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-mid.svg b/resources/app/logo-mid.svg new file mode 100644 index 0000000..22dd7ca --- /dev/null +++ b/resources/app/logo-mid.svg @@ -0,0 +1,145 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-right.svg b/resources/app/logo-right.svg new file mode 100644 index 0000000..f4d9382 --- /dev/null +++ b/resources/app/logo-right.svg @@ -0,0 +1,136 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index 6942fd9..1739ab9 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -78,6 +78,11 @@ img, svg { align-items: center; margin-top: 0; background-color: Window; + background-image: url("/img/logo-full-flipped.svg"); + background-size: contain; + background-position: right; + background-origin: content-box; + background-repeat: no-repeat; .app-title { grid-column: 1; diff --git a/resources/public/img/logo-full-flipped.svg b/resources/public/img/logo-full-flipped.svg new file mode 100644 index 0000000..692c089 --- /dev/null +++ b/resources/public/img/logo-full-flipped.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file