This commit is contained in:
Constantin Plaiasu 2024-08-28 02:54:04 +03:00
parent 86c54f1bb7
commit 9c0df39378
3 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@
"isEntry": true
},
"resources/scss/app.scss": {
"file": "assets/app-BQh1oHV0.css",
"file": "assets/app-QRjmpvGg.css",
"src": "resources/scss/app.scss",
"isEntry": true
},

View file

@ -250,7 +250,7 @@
top: 105%;
left: -20px;
z-index: 9999;
background-color: lighten($secondary, 2);
background-color: rgba(#070b28, 0.9);
padding: 10px 0;
border-top: 2px solid darken($primary, 10);
-webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
@ -283,8 +283,9 @@
-o-transition: none;
transition: none;
width: 100%;
background-color: lighten($secondary, 5);
background-color: lighten($secondary, 2);
column-count: 1;
}
}
@ -296,9 +297,9 @@
}
.header .main-menu li .sub-menu li a:hover {
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
text-decoration: underline;
// background-color: rgba(255, 255, 255, 0.05);
color: $primary;
text-decoration: none;
}
.header .main-menu li .sub-menu li + li {