fix alle 23 di sera per colpa di tito
This commit is contained in:
@@ -1,15 +1,21 @@
|
|||||||
<div class="button-container sticky z-40 flex justify-end p-2">
|
<div class="button-container sticky z-40 flex justify-end p-2">
|
||||||
<div class="bg-white p-2 rounded-sm flex gap-1 shadow-md">
|
<div class="bg-white p-2 rounded-sm flex gap-1 shadow-md">
|
||||||
<div class="dropdown dropdown-hover" id="translate">
|
<div class="dropdown dropdown-hover dropdownhoverdio" id="translate">
|
||||||
<label tabindex="0" class="btn bg-black border-neutral text-base-100 hover:bg-neutral hover:text-base-100 rounded-sm"
|
<label tabindex="0"
|
||||||
|
class="btn bg-black border-neutral text-base-100 hover:bg-neutral hover:text-base-100 rounded-sm"
|
||||||
id="translateLabel">{{homeTranslations.translate}}</label>
|
id="translateLabel">{{homeTranslations.translate}}</label>
|
||||||
<ul tabindex="0" class="dropdown-content menu mt-3 shadow-2xl rounded-sm w-52 bg-base-100" id="translateUl">
|
<div id="fixdijoeaintuitopercolpadititochearrivaallultimo">
|
||||||
|
</div>
|
||||||
|
<ul tabindex="0" class="dropdown-content menu mt-3 shadow-2xl rounded-sm w-52 bg-base-100 dropdown-menu"
|
||||||
|
id="translateUl">
|
||||||
<li (click)="switchLanguage('DE')"><a>DE</a></li>
|
<li (click)="switchLanguage('DE')"><a>DE</a></li>
|
||||||
<li (click)="switchLanguage('FR')"><a>FR</a></li>
|
<li (click)="switchLanguage('FR')"><a>FR</a></li>
|
||||||
<li (click)="switchLanguage('IT')"><a>IT</a></li>
|
<li (click)="switchLanguage('IT')"><a>IT</a></li>
|
||||||
<li (click)="switchLanguage('EN')"><a>EN</a></li>
|
<li (click)="switchLanguage('EN')"><a>EN</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button (click)="goHome()"
|
<button (click)="goHome()"
|
||||||
class="btn gap-2 border-primary bg-primary text-secondary hover:bg-secondary hover:text-primary hover:border-primary rounded-sm">
|
class="btn gap-2 border-primary bg-primary text-secondary hover:bg-secondary hover:text-primary hover:border-primary rounded-sm">
|
||||||
<br>
|
<br>
|
||||||
@@ -21,7 +27,9 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
<button (click)="clearAllCookies()" class="btn bg-black text-base-100 hover:btn-error rounded-sm" id="logout">Logout</button>
|
<button (click)="clearAllCookies()" class="btn bg-black text-base-100 hover:btn-error rounded-sm" id="logout">
|
||||||
|
Logout
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
|
|||||||
@@ -30,11 +30,12 @@ h4 {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#translate{
|
#translate {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
#translateUl{
|
|
||||||
|
#translateUl {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
@@ -43,6 +44,7 @@ h4 {
|
|||||||
width: 40%;
|
width: 40%;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
@@ -56,25 +58,31 @@ h4 {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radial-container{
|
.radial-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#radialTitle{
|
#radialTitle {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#location-name{
|
#location-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
#check{
|
#check {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
color: #519903;
|
color: #519903;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fixdijoeaintuitopercolpadititochearrivaallultimo {
|
||||||
|
width: 128px;
|
||||||
|
height: 15px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user