fix: some ui fixes
This commit is contained in:
@@ -2,7 +2,6 @@ import s from './license.module.scss';
|
||||
import { Mark } from '@shared/ui';
|
||||
import { LicenseForm, LicenseSlider } from '@/widgets';
|
||||
|
||||
import emptyPaper from '@public/svg/empty-paper.svg';
|
||||
import mcsLicense from '@public/images/license-mcs.jpg';
|
||||
import eacLicense from '@public/images/license-dtr-eac.png';
|
||||
|
||||
@@ -23,20 +22,24 @@ const slides = [
|
||||
id: '0',
|
||||
name: '',
|
||||
image: eacLicense,
|
||||
fullSizeImage: './images/license-dtr-eac.png',
|
||||
},
|
||||
{
|
||||
id: '1',
|
||||
name: '',
|
||||
image: mcsLicense,
|
||||
fullSizeImage: './images/license-mcs.jpg',
|
||||
},
|
||||
// {
|
||||
// id: '2',
|
||||
// name: '',
|
||||
// image: emptyPaper,
|
||||
// fullSizeImage: emptyPaper,
|
||||
// },
|
||||
// {
|
||||
// id: '3',
|
||||
// name: '',
|
||||
// image: emptyPaper,
|
||||
// fullSizeImage: emptyPaper,
|
||||
// },
|
||||
];
|
||||
|
||||
@@ -166,7 +166,6 @@
|
||||
font-size: rem(24px);
|
||||
line-height: 120%;
|
||||
color: $color-white;
|
||||
//max-width: rem(960px);
|
||||
|
||||
@include iftablet {
|
||||
font-size: rem(28px);
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import s from './offer.module.scss';
|
||||
|
||||
import { Mark } from '@shared/ui';
|
||||
import { OfferForm, OfferRequestForm } from '@/widgets';
|
||||
import Image from 'next/image';
|
||||
|
||||
Reference in New Issue
Block a user