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

@ -12,4 +12,4 @@
align-items: center;
justify-content: center;
}
}
}

View File

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

View File

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

View File

@ -46,6 +46,13 @@ hr {
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 {
color: var(--button-color_disabled) !important;
}