조직도 - 정렬

This commit is contained in:
khk 2020-01-14 10:26:22 +09:00
parent 4383b5b953
commit 6ec388fbfc
2 changed files with 23 additions and 4 deletions

View File

@ -20,7 +20,7 @@
align-items: center; align-items: center;
padding: 0 10px 0 20px; padding: 0 10px 0 20px;
font-size: 14px; font-size: 14px;
background-color:#f9f9f9; background-color: #f9f9f9;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
.selectbox { .selectbox {
display: inline-flex; display: inline-flex;
@ -35,6 +35,15 @@
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
padding-left: 0; padding-left: 0;
&:focus {
& + .mat-form-field-label-wrapper {
.mat-form-field-appearance-legacy {
.mat-form-field-label {
color: red;
}
}
}
}
} }
.btn-search { .btn-search {
color: #777777; color: #777777;
@ -53,4 +62,4 @@
+ .searchbox { + .searchbox {
width: 54%; width: 54%;
display: inline-flex; display: inline-flex;
} }

View File

@ -133,13 +133,13 @@ $thumbnail-msize: 40px;
} }
//가변에 따른 list-item width값 변경 //가변에 따른 list-item width값 변경
.list-item { .list-item {
.presence { .presence[class*='pc'] {
+ .item-default { + .item-default {
width: calc(100% - 20px); width: calc(100% - 20px);
} }
} }
&.checkbox { &.checkbox {
.presence { .presence[class*='pc'] {
+ .item-default { + .item-default {
width: calc(100% - 50px); width: calc(100% - 50px);
} }
@ -158,6 +158,16 @@ $thumbnail-msize: 40px;
} }
} }
.oraganization-tab {
.list-item {
.presence {
display: none;
}
.item-default {
width: calc(100% - 30px);
}
}
}
.org { .org {
.list-item { .list-item {
height: 70px; height: 70px;