moved tag line
This commit is contained in:
@@ -484,7 +484,7 @@ $style = @'
|
|||||||
height: 100%; overflow: hidden;
|
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; }
|
.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; }
|
||||||
|
|
||||||
@@ -601,7 +601,6 @@ $style = @'
|
|||||||
#tagline {
|
#tagline {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
color: var(--light-gray-color);
|
color: var(--light-gray-color);
|
||||||
margin-top: 0.5em;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -847,10 +846,13 @@ $htmlTemplate = @"
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="logo-container">
|
<div class="logo-container">
|
||||||
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SVS_logo.svg" alt="SVS Logo">
|
<div class="logo-left">
|
||||||
{{moduleVersion}}
|
<img src="https://git.svstools.com/syelle/Logo/raw/branch/main/SVS_logo.svg" alt="SVS Logo">
|
||||||
<div id="tagline"></div>
|
{{moduleVersion}}
|
||||||
|
</div>
|
||||||
|
<div id="tagline"></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