merge request

This commit is contained in:
2025-06-26 12:08:54 +02:00
10 changed files with 56 additions and 72 deletions

View File

@@ -1,3 +1,5 @@
footer{
background: var(--fullblock);
display: flex;
flex-direction: row;
padding: 24px 42px 24px 42px;
}

View File

@@ -1,38 +1,12 @@
header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
text-align: center;
padding-top: 10px;
background: var(--fullblock);
}
nav ul {
list-style-type: none;
padding: 0;
display: inline-block;
margin: 0;
}
nav li {
float: left;
text-align: center;
}
nav li a {
display: block;
width: 100px;
height: 30px;
border: 1px solid #4d4d4d;
background-color: #4d4d4d;
color: white;
text-decoration: none;
margin: 5px;
text-align: center;
line-height: 30px;
}
nav li a:hover {
background-color: orange;
nav {
display: flex;
flex-direction: row;
padding: 24px 42px 24px 42px;
}

View File

@@ -1,11 +1,17 @@
.btn{
background: var(--brand-primary);
color: var(--brand-white);
padding: 5px 10px;
font-weight: var(--font-weight-semibold);
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
color: var(--brand-white);
display: flex;
flex-direction: row;
align-items: center;
}
.btn-primary {
background: var(--brand-primary);
border-radius: 3px;
}
.btn-user {
@@ -23,4 +29,4 @@
.btn-user > span {
font-size: 28px;
}
}

View File

@@ -1,7 +1,13 @@
.logo{
#logo{
cursor: pointer;
text-decoration: none;
color: inherit;
color: var(--brand-white);
font-size: var(--font-size-logo);
font-weight: 600;
}
#logo span {
color: var(--brand-primary);
font-size: var(--font-size-logo);
span{
color: var(--brand-primary);
font-size: var(--font-size-logo);
}
}

View File

@@ -39,11 +39,6 @@ main {
padding: 10px;
}
#wrapper {
max-width: 90%;
margin: 0 auto
}
.msg {
text-align: center;
font-size: 17px;

View File

@@ -15,7 +15,7 @@
/* Font-size*/
--font-size-title-h1: 62px;
--font-size-logo: 36px;
--font-size-text: 24px;
--font-size-text: 20px;
--font-size-smalltext: 18px;
/*Font-Weight*/