fix logo anf taglines
This commit is contained in:
@@ -767,10 +767,8 @@ $style = @'
|
|||||||
height: 100%; overflow: hidden;
|
height: 100%; overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide monkey in header */
|
|
||||||
.logo-right
|
|
||||||
|
|
||||||
.logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; }
|
.logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; }
|
||||||
|
|
||||||
.logo-container img { max-width:300px; height:auto; }
|
.logo-container img { max-width:300px; height:auto; }
|
||||||
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
||||||
|
|
||||||
@@ -1342,14 +1340,13 @@ $style
|
|||||||
{{moduleVersion}}
|
{{moduleVersion}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- SAMY Logo (right) -->
|
<!-- Centered rotating tagline -->
|
||||||
<div class="logo-right" style="text-align:right;">
|
<div id="tagline" style="font-size:1.1rem; color:var(--light-gray-color); font-weight:bold; text-align:center;">
|
||||||
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png" alt="SAMY Logo" style="max-width:180px;">
|
Script Automation Monkey (Yeah!)
|
||||||
<div id="tagline" style="font-size:1.1rem; color:var(--light-gray-color); font-weight:bold;">Script Automation Monkey (Yeah!)</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<button class="tab-button" data-tab="onboardTab">On-Boarding</button>
|
<button class="tab-button" data-tab="onboardTab">On-Boarding</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user