master
Boris Voropaev 2024-06-13 08:58:23 +03:00
parent 3a97350191
commit 382eb974a0
3 changed files with 10 additions and 10 deletions

View File

@ -6,12 +6,12 @@
<img src="assets/img/nir_logo_top.svg"> <img src="assets/img/nir_logo_top.svg">
</a> </a>
<div class="nav-items" [class.nav-hide]="!navShow"> <div class="nav-items" [class.nav-hide]="!navShow">
<a href routerLink="/about" routerLinkActive="active" (click)="navShow = false">О нас</a> <a href="/about" routerLinkActive="active" >О нас</a>
<a href routerLink="automatization" routerLinkActive="active" (click)="navShow = false">Автоматизация</a> <a href="automatization" routerLinkActive="active">Автоматизация</a>
<a href routerLink="sites" routerLinkActive="active" (click)="navShow = false">Сайты</a> <a href="sites" routerLinkActive="active">Сайты</a>
<a href routerLink="development" routerLinkActive="active" (click)="navShow = false">Разработка</a> <a href="development" routerLinkActive="active">Разработка</a>
<a href routerLink="projects" routerLinkActive="active" (click)="navShow = false">Проекты</a> <a href="projects" routerLinkActive="active" >Проекты</a>
<a href routerLink="contacts" routerLinkActive="active" (click)="navShow = false">Контакты</a> <a href="contacts" routerLinkActive="active" >Контакты</a>
<a href="tel:+74994900465" class="right tel"> <a href="tel:+74994900465" class="right tel">
<svg> <svg>
<use href="assets/ico/call_24.svg#ico"></use> <use href="assets/ico/call_24.svg#ico"></use>

View File

@ -107,7 +107,7 @@
.carusel-slides{ .carusel-slides{
mask-image:none; mask-image:none;
height: 75vw; height: 75vw;
swiper.swiperMobile{ swiper-container.swiperMobile{
display: block; display: block;
margin-inline: 0; margin-inline: 0;
height: auto; height: auto;

View File

@ -51,9 +51,9 @@
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 24px; line-height: 24px;
&.ng-untouched.ng-invalid{ // &.ng-untouched.ng-invalid{
box-shadow: 0px 0px 0px 2px var(--clr-warning); // box-shadow: 0px 0px 0px 2px var(--clr-warning);
} // }
&.ng-touched.ng-invalid{ &.ng-touched.ng-invalid{
box-shadow: 0px 0px 0px 2px var(--clr-danger); box-shadow: 0px 0px 0px 2px var(--clr-danger);
} }