removed old style

This commit is contained in:
Kamil Niemczycki 2022-07-13 19:55:59 +02:00
parent d726af2639
commit 401f4e1b3c
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -134,141 +134,3 @@ function linkClicked() {
}
}
</style>
<!--<style lang="scss" scoped>
//@import "scss/media";
//
//.sub-page > .container {
// .nav-btn {
// color: #8D8D8D;
// }
//
// .nav .site-menu .menu-element {
// a:not([class|=router-link]) {
// color: #8D8D8D;
//
// &:hover {
// color: #A2CF00;
// }
// }
// }
//}
//.container {
// display: flex;
// height: 80px;
// align-items: center;
// justify-content: flex-start;
// padding: 0;
//
// div.logo {
// padding: 14px 20px 14px 40px;
// font-family: 'Thasadith', sans-serif;
// font-size: 2.5em;
// color: #5C5C5C;
// background-color: white;
//
// .logo-element {
// color: #A2CF00;
// }
// }
//
// &-menu-active {
// color: #8D8D8D;
// animation: container-active-menu 500ms forwards ease-in-out;
//
// div.logo {
// animation: logo-active-menu 500ms forwards ease-in-out;
// }
// .nav {
// .nav-btn {
// color: #8D8D8D;
// }
// .site-menu .menu-element a {
// color: #8D8D8D;
// }
// }
// }
//}
//.nav {
// margin-left: 20px;
// z-index: 10;
// .nav-btn {
// display: none;
// margin: 10px 25px;
// font-size: 2em;
// color: white;
// background: transparent !important;
// border: none;
// }
// .site-menu {
// display: flex;
// list-style: none;
//
// .menu-element {
// margin-right: 30px;
//
// a {
// color: #EBEBEB;
//
// &.router-link-exact-active, &:hover {
// color: #A2CF00;
// }
// }
//
// &:last-child {
// margin-right: unset;
// }
// }
// }
// @include media-tablet {
// margin-left: 0;
//
// .nav-btn {
// display: block;
// }
//
// .site-menu {
// display: none;
// width: 100%;
// position: absolute;
// top: 80px;
// left: 0;
// background-color: white;
// box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
//
// .menu-element {
// width: 100%;
// padding: 5px 20px;
// text-align: right;
// font-size: 1.8em;
// line-height: 2em;
// }
// }
//
// .menu-clicked {
// display: block;
// }
// }
//}
//@include media-tablet {
// .container {
// justify-content: space-between;
// }
//}
//@keyframes container-active-menu {
// 0% {
// background-color: transparent;
// }
// 100% {
// background-color: #EFEFEF;
// }
//}
//@keyframes logo-active-menu {
// 0% {
// background-color: white;
// }
// 100% {
// background-color: #F6F6F6;
// }
//}
</style>-->