diff --git a/react/src/assets/images/agama-icon.svg b/react/src/assets/images/agama-icon.svg new file mode 100644 index 0000000..4b9055c --- /dev/null +++ b/react/src/assets/images/agama-icon.svg @@ -0,0 +1,43 @@ + + + + background + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/react/src/assets/images/agama-login-logo.svg b/react/src/assets/images/agama-login-logo.svg new file mode 100644 index 0000000..a00d9c9 --- /dev/null +++ b/react/src/assets/images/agama-login-logo.svg @@ -0,0 +1,60 @@ + + + + background + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/react/src/assets/images/agama-logo-side.svg b/react/src/assets/images/agama-logo-side.svg new file mode 100644 index 0000000..c02d827 --- /dev/null +++ b/react/src/assets/images/agama-logo-side.svg @@ -0,0 +1,50 @@ + + + + background + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/react/src/components/login/login.render.js b/react/src/components/login/login.render.js index 8e95713..53e176a 100644 --- a/react/src/components/login/login.render.js +++ b/react/src/components/login/login.render.js @@ -10,7 +10,9 @@ const LoginRender = function () {
SuperNET Iguana
diff --git a/react/src/components/overrides.scss b/react/src/components/overrides.scss index 6c4f733..3d21f5c 100644 --- a/react/src/components/overrides.scss +++ b/react/src/components/overrides.scss @@ -417,7 +417,7 @@ input:checked + .slider:before { .warning { border-color: #FFDC00; - + &:before { content: '!'; background-color: #FFDC00; @@ -581,4 +581,15 @@ select{ color: #757575; } } +} + +.site-navbar { + .navbar-brand-logo { + height: 32px; + width: 110px; + } +} + +.navbar-brand { + padding: 22px 15px; } \ No newline at end of file