통합검색 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%;
display: inline-flex;
align-items: center;
margin-right: 10px;
}
.app-layout-native-title-bar-link {

View File

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

View File

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