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;
.tree-node-closer-container {
@ -10,7 +10,7 @@
width: 15px;
height: 40px;
position: absolute;
border: 1px dotted grey;
border: 1px dotted #cccccc;
border-width: 0 0 1px 1px;
top: -40px;
// left: 20px;
@ -19,7 +19,7 @@
width: 15px;
height: 40px;
position: absolute;
border: 1px dotted grey;
border: 1px dotted #cccccc;
border-width: 0 0 1px 1px;
top: 0px;
// left: 20px;
@ -74,10 +74,17 @@
background-color: #eef9fd;
border: 1px solid #cee1e8;
border-radius: 4px;
padding-bottom: 10px;
.tree-node-expand-btn {
background-color: transparent;
//padding-bottom: 10px;
button {
line-height: normal;
.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 {
cursor: pointer;
}
[class*='btn'] {
cursor: pointer;
}

View File

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

View File

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