layout is modified
This commit is contained in:
parent
49e9704bfb
commit
c1f1d6f012
|
@ -5,7 +5,7 @@
|
||||||
<mat-icon>chat</mat-icon>
|
<mat-icon>chat</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>-->
|
</div>-->
|
||||||
<div class="logo">로고</div>
|
<!-- <div class="logo">로고</div> -->
|
||||||
<mat-tab-group mat-stretch-tabs animationDuration="0ms" class="global-menu">
|
<mat-tab-group mat-stretch-tabs animationDuration="0ms" class="global-menu">
|
||||||
<mat-tab>
|
<mat-tab>
|
||||||
<ng-template mat-tab-label>
|
<ng-template mat-tab-label>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
border-right: 1px solid #dddddd;
|
border-right: 1px solid #dddddd;
|
||||||
.mat-tab-list {
|
.mat-tab-list {
|
||||||
.mat-tab-labels {
|
.mat-tab-labels {
|
||||||
padding-top: 30px;
|
padding-top: 0px;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
height: 280px;
|
height: 280px;
|
||||||
.mat-tab-label {
|
.mat-tab-label {
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 0px;
|
||||||
// align-items: center;
|
// align-items: center;
|
||||||
// justify-content: center;
|
// justify-content: center;
|
||||||
// flex-direction: row-reverse;
|
// flex-direction: row-reverse;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user