up airwatch
This commit is contained in:
parent
91f078ae01
commit
9de7b06579
3 changed files with 8 additions and 10 deletions
|
@ -130,8 +130,6 @@
|
||||||
min-width: 175px;
|
min-width: 175px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding-bottom: 20px;
|
|
||||||
padding-top: 20px;
|
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
||||||
|
@ -141,6 +139,10 @@
|
||||||
|
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
:host {
|
:host {
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: -242px;
|
left: 0;
|
||||||
top: 150px;
|
top: 8px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -456,6 +456,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
min-height: 82vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-conversation-container {
|
.main-conversation-container {
|
||||||
|
@ -495,10 +496,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-warning-container {
|
.bottom-warning-container {
|
||||||
margin-left: 70px;
|
|
||||||
margin-top: 18px;
|
|
||||||
margin-bottom: -110px;
|
|
||||||
bottom: 12px;
|
|
||||||
|
|
||||||
.is-expanded-left & {
|
.is-expanded-left & {
|
||||||
left: 300px;
|
left: 300px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue