통합검색 inputbox 영역(background-color white로 변경) 요구사항 반영
This commit is contained in:
parent
b60c6086d2
commit
ecb7eb5f2f
|
@ -42,6 +42,7 @@
|
|||
height: 100%;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.app-layout-native-title-bar-link {
|
||||
|
@ -54,7 +55,7 @@
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
align-items: center;
|
||||
height:100%;
|
||||
height: 100%;
|
||||
.button {
|
||||
-webkit-app-region: no-drag;
|
||||
outline: 0;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user