new style now ist more little
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
transition:
|
||||
background-color 0.3s ease,
|
||||
border 0.3s ease;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.barNavigation li:hover {
|
||||
@@ -107,12 +107,12 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #545454;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.subMenu:hover > span,
|
||||
.subMenu > a:hover > span {
|
||||
.subMenu:hover>span,
|
||||
.subMenu>a:hover>span {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
thead,
|
||||
@@ -158,7 +158,7 @@ tbody {
|
||||
}
|
||||
|
||||
.barNavigation {
|
||||
font-size: 15px;
|
||||
font-size: 1.4rem;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
@@ -235,13 +235,13 @@ tbody {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.subMenu.open ul a{
|
||||
.subMenu.open ul a {
|
||||
display: flex;
|
||||
pointer-events:auto;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
thead,
|
||||
tbody {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user