Revert "Custom style for Gala 2025"

This reverts commit 8cbf42d714.
This commit is contained in:
imperosol
2025-11-11 15:16:45 +01:00
parent 433fea1855
commit a27d8d0755
7 changed files with 7 additions and 21 deletions

View File

@@ -65,7 +65,7 @@ footer.bottom-links {
flex-wrap: wrap;
align-items: center;
background-color: $primary-neutral-dark-color;
box-shadow: black 0 8px 15px;
box-shadow: $shadow-color 0 0 15px;
a {
color: $white-color;

View File

@@ -11,8 +11,7 @@ $hovered-red-text-color: #ff4d4d;
.header {
box-sizing: border-box;
background-color: $deepblue;
box-shadow: black 0 1px 3px 0,
black 0 4px 8px 3px;
box-shadow: 3px 3px 3px 0 #dfdfdf;
border-radius: 0;
width: 100%;
display: flex;
@@ -100,7 +99,7 @@ $hovered-red-text-color: #ff4d4d;
border-radius: 0;
margin: 0;
box-sizing: border-box;
background-color: transparent;
background-color: $deepblue;
width: 45px;
height: 25px;
padding: 0;
@@ -332,7 +331,7 @@ $hovered-red-text-color: #ff4d4d;
padding: 10px;
z-index: 100;
border-radius: 10px;
@include shadow;
box-shadow: 3px 3px 3px 0 #767676;
>ul {
list-style-type: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -271,9 +271,8 @@ body {
/*--------------------------------CONTENT------------------------------*/
#content {
padding: 1.5em 2%;
border-radius: 5px;
box-shadow: black 0 8px 15px;
padding: 1em 1%;
box-shadow: $shadow-color 0 5px 10px;
background: $white-color;
overflow: auto;
}