dev #14607 Море. Правки по сайту: add icons and fix some styles
@ -50,6 +50,7 @@ import {
|
|||||||
} from '@angular/material/bottom-sheet';
|
} from '@angular/material/bottom-sheet';
|
||||||
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
||||||
import { DirectivesModule } from './directives/directives.module';
|
import { DirectivesModule } from './directives/directives.module';
|
||||||
|
import { MAT_DATE_LOCALE } from '@angular/material/core';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
@ -115,6 +116,7 @@ import { DirectivesModule } from './directives/directives.module';
|
|||||||
MessagingService,
|
MessagingService,
|
||||||
{ provide: MatBottomSheetRef, useValue: {} },
|
{ provide: MatBottomSheetRef, useValue: {} },
|
||||||
{ provide: MAT_BOTTOM_SHEET_DATA, useValue: {} },
|
{ provide: MAT_BOTTOM_SHEET_DATA, useValue: {} },
|
||||||
|
{ provide: MAT_DATE_LOCALE, useValue: 'ru-RU' }
|
||||||
],
|
],
|
||||||
bootstrap: [AppComponent],
|
bootstrap: [AppComponent],
|
||||||
})
|
})
|
||||||
|
|||||||
@ -108,26 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
height: 46px;
|
width: 100%;
|
||||||
width: calc(100% - 32px);
|
|
||||||
padding: 10px 24px;
|
|
||||||
background: var(--button-color);
|
|
||||||
border-radius: 6px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
border: none;
|
|
||||||
letter-spacing: -0.408px;
|
|
||||||
color: var(--button-text-color);
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 700;
|
|
||||||
font-size: 17px;
|
|
||||||
line-height: 22px;
|
|
||||||
&:disabled {
|
|
||||||
color: var(--button-text-color_disabled);
|
|
||||||
background-color: var(--button-color_disabled);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 25 KiB |