moved tag line
This commit is contained in:
@@ -484,7 +484,7 @@ $style = @'
|
||||
height: 100%; overflow: hidden;
|
||||
}
|
||||
|
||||
.logo-container { text-align:left; padding:20px; }
|
||||
.logo-container { display: flex; justify-content: space-between; align-items: center; padding:20px; }
|
||||
.logo-container img { max-width:300px; height:auto; }
|
||||
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
||||
|
||||
@@ -601,7 +601,6 @@ $style = @'
|
||||
#tagline {
|
||||
font-size: 1.2rem;
|
||||
color: var(--light-gray-color);
|
||||
margin-top: 0.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@@ -847,10 +846,13 @@ $htmlTemplate = @"
|
||||
</head>
|
||||
<body>
|
||||
<div class="logo-container">
|
||||
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SVS_logo.svg" alt="SVS Logo">
|
||||
{{moduleVersion}}
|
||||
<div id="tagline"></div>
|
||||
<div class="logo-left">
|
||||
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SVS_logo.svg" alt="SVS Logo">
|
||||
{{moduleVersion}}
|
||||
</div>
|
||||
<div id="tagline"></div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="sidebar">
|
||||
<button class="tab-button" data-tab="onboardTab">On-Boarding</button>
|
||||
|
||||
Reference in New Issue
Block a user