통합검색 inputbox 영역(background-color white로 변경) 요구사항 반영

This commit is contained in:
khk 2020-02-12 15:06:26 +09:00
parent b60c6086d2
commit ecb7eb5f2f
3 changed files with 15 additions and 6 deletions

View File

@ -42,6 +42,7 @@
height: 100%; height: 100%;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
margin-right: 10px;
} }
.app-layout-native-title-bar-link { .app-layout-native-title-bar-link {
@ -54,7 +55,7 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
align-items: center; align-items: center;
height:100%; height: 100%;
.button { .button {
-webkit-app-region: no-drag; -webkit-app-region: no-drag;
outline: 0; outline: 0;

View File

@ -26,8 +26,8 @@
width: 100%; width: 100%;
position: relative; position: relative;
justify-items: center; justify-items: center;
.mat-icon{ .icon-img {
font-size:18px; margin-right: 6px;
} }
.final-message { .final-message {
white-space: nowrap; white-space: nowrap;

View File

@ -3,11 +3,19 @@
display: flex; display: flex;
flex-flow: row; flex-flow: row;
align-items: center; align-items: center;
width: 250px; width: 240px;
max-width: 250px; max-width: 240px;
color: #ffffff; color: #ffffff;
font-size: 0.9em; font-size: 0.88rem;
color: #2d3a4a;
background-color: #ffffff;
padding: 4px 10px;
border-radius: 3px;
.icon-img { .icon-img {
flex: 0 0 auto; flex: 0 0 auto;
} }
.mat-form-field {
font-size: 0.88rem;
color: #333333;
}
} }