dev #14305 Изменение дизайна WPA Кофе-лайка: change styles

This commit is contained in:
nikolay 2023-05-25 16:57:04 +04:00
parent 7d098d1798
commit b31bd30161
4 changed files with 11 additions and 5 deletions

View File

@ -6,8 +6,7 @@
box-sizing: border-box; box-sizing: border-box;
padding: 12px 16px; padding: 12px 16px;
width: 100%; width: 100%;
background: #231f20; background: var(--button-color);
box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.5);
color: var(--button-text-color); color: var(--button-text-color);
display: grid; display: grid;
justify-content: space-between; justify-content: space-between;

View File

@ -7,7 +7,7 @@
width: 48px; width: 48px;
height: 48px; height: 48px;
border-radius: 100%; border-radius: 100%;
background: #333333; background: var(--button-color);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -46,6 +46,13 @@ hr {
border-top: 1px solid #BDBDBD; border-top: 1px solid #BDBDBD;
} }
.mat-bottom-sheet-container {
box-shadow: 0px 8px 10px -5px rgba(255, 255, 255, 0.2), 0px 16px 24px 2px rgba(255, 255, 255, 0.14), 0px 6px 30px 5px rgba(255, 255, 255, 0.12);
background: var(--background-color);
color: var(--text-color);
}
.mat-form-field-appearance-outline .mat-form-field-outline { .mat-form-field-appearance-outline .mat-form-field-outline {
color: var(--button-color_disabled) !important; color: var(--button-color_disabled) !important;
} }