add: finish translation feature
This commit is contained in:
@@ -79,12 +79,10 @@ const closePopup = () => {
|
||||
<img src="/images/logo-eta.png" class="logo" alt="Eta Viaporte" >
|
||||
</RouterLink>
|
||||
<div class="box-register">
|
||||
<p class="title-header">Tablero de <span class="title-main">Embarques</span> y <span class="title-main">Transportes</span></p>
|
||||
<p class="title-header">Tablero de <span class="title-main">Embarques</span> y <span class="title-main">Transportes</span></p>
|
||||
</div>
|
||||
<a @click="openPopup = true" class="lang"><i class="fa-solid fa-globe"></i> {{ locale }}</a>
|
||||
</div>
|
||||
<a
|
||||
@click="openPopup = true"
|
||||
class="lang"><i class="fa-solid fa-globe"></i> {{ locale }}</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -108,10 +106,13 @@ const closePopup = () => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
/* width: 65%; */
|
||||
}
|
||||
.box-register{
|
||||
margin-left: 24px;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
.title-header{
|
||||
font-size: 1.8rem;
|
||||
@@ -180,7 +181,7 @@ const closePopup = () => {
|
||||
}
|
||||
@media (max-width: 568px) {
|
||||
.logo{
|
||||
height: 80px;
|
||||
height: 60px;
|
||||
}
|
||||
.title-header{
|
||||
font-size: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user