sass변경내용

This commit is contained in:
khk 2020-01-07 19:32:07 +09:00
parent a863e10685
commit b8d59a0133
5 changed files with 29 additions and 12 deletions

View File

@ -403,4 +403,9 @@ $daesang-grey: (
} }
} }
} }
.chat-search-frame {
.chat-search {
background-color: mat-color($accent, 600, 0.7);
}
}
} }

View File

@ -1,4 +1,4 @@
.organization-tree { ::ng-deep .organization-tree {
padding: 5px; padding: 5px;
.tree-node-closer-container { .tree-node-closer-container {
@ -10,7 +10,7 @@
width: 15px; width: 15px;
height: 40px; height: 40px;
position: absolute; position: absolute;
border: 1px dotted grey; border: 1px dotted #cccccc;
border-width: 0 0 1px 1px; border-width: 0 0 1px 1px;
top: -40px; top: -40px;
// left: 20px; // left: 20px;
@ -19,7 +19,7 @@
width: 15px; width: 15px;
height: 40px; height: 40px;
position: absolute; position: absolute;
border: 1px dotted grey; border: 1px dotted #cccccc;
border-width: 0 0 1px 1px; border-width: 0 0 1px 1px;
top: 0px; top: 0px;
// left: 20px; // left: 20px;
@ -74,10 +74,17 @@
background-color: #eef9fd; background-color: #eef9fd;
border: 1px solid #cee1e8; border: 1px solid #cee1e8;
border-radius: 4px; border-radius: 4px;
padding-bottom: 10px; //padding-bottom: 10px;
button {
.tree-node-expand-btn { line-height: normal;
background-color: transparent; .mat-button-wrapper {
width: 24px;
height: 24px;
.tree-node-expand-btn {
background-color: transparent;
font-size: 20px;
}
}
} }
} }
} }

View File

@ -72,3 +72,6 @@ input {
a { a {
cursor: pointer; cursor: pointer;
} }
[class*='btn'] {
cursor: pointer;
}

View File

@ -6,7 +6,7 @@
align-items: center; align-items: center;
text-indent: -10000000px; text-indent: -10000000px;
margin-right: 4px; margin-right: 4px;
border-radius: 100px; border-radius: 50%;
} }
.presence { .presence {
@extend %presence; @extend %presence;

View File

@ -1,4 +1,4 @@
.fab-container { ::ng-deep .btn-main-float {
position: absolute; position: absolute;
bottom: 15px; bottom: 15px;
right: 40px; right: 40px;
@ -12,9 +12,11 @@
flex-direction: column-reverse; flex-direction: column-reverse;
align-items: center; align-items: center;
margin-bottom: 5px; margin-bottom: 5px;
}
button { button {
margin-bottom: 17px; margin-bottom: 17px;
.mat-button-wrapper {
line-height: normal;
} }
} }
} }