- updated sviluppumbria logo;

- updated templates for pre instructor;
This commit is contained in:
Vitalii Kiiko
2024-10-25 14:50:05 +02:00
parent f0036f9596
commit 05918f2ae8
11 changed files with 42 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ img {
}
.appLogo {
height: 50px;
height: 150px;
}
.inner {

View File

@@ -113,16 +113,15 @@
background-color: rgba(255,255,255,0.3)
}
.p-inputgroup {
align-items: center;
}
.p-accordion-header-text, .p-accordion-content {
p {
margin: 0;
}
}
.p-inputgroup.flex-1 {
align-items: center;
}
.flex-1 {
display: flex;
align-items: center;

View File

@@ -1,5 +1,9 @@
.topBar {
background: var(--horizontalMenu-background)
padding: 0.5rem 1rem;
background: var(--horizontalMenu-background);
}
.topBar .appLogo {
height: 70px;
}
.topBar__endContent {
display: flex;