2020-02-10 19:09:57 +09:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
width: 300px;
|
2019-11-18 09:15:20 +09:00
|
|
|
height: 100%;
|
2020-02-10 19:09:57 +09:00
|
|
|
.mat-tab-group {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2019-10-07 10:08:14 +09:00
|
|
|
}
|
2019-11-15 13:20:01 +09:00
|
|
|
|
|
|
|
.left-side-tabs-body {
|
2019-11-18 09:15:20 +09:00
|
|
|
position: relative;
|
2019-11-15 13:20:01 +09:00
|
|
|
height: 100%;
|
2020-02-10 19:09:57 +09:00
|
|
|
div[id^='tabs'] {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.left-side-tabs-contents {
|
2019-11-18 09:22:36 +09:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2019-11-18 09:15:20 +09:00
|
|
|
position: relative;
|
2019-11-18 09:22:36 +09:00
|
|
|
}
|
2019-11-15 13:20:01 +09:00
|
|
|
}
|
|
|
|
|
2020-02-10 19:09:57 +09:00
|
|
|
//다이얼로그 창과 구분
|
|
|
|
.organization-side {
|
2019-10-29 19:06:25 +09:00
|
|
|
flex-direction: column;
|
2019-11-08 08:58:22 +09:00
|
|
|
height: 100%;
|
2019-10-29 19:06:25 +09:00
|
|
|
}
|