Merge branch 'master' into VM/RED-3982
This commit is contained in:
commit
e7be61efff
@ -1,16 +1,10 @@
|
|||||||
section {
|
section {
|
||||||
background: #ecedf0;
|
background: var(--iqser-grey-11);
|
||||||
display: flex;
|
align-items: center;
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 440px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 20px;
|
padding: 20px 80px 30px;
|
||||||
padding-bottom: 30px;
|
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,35 +1,3 @@
|
|||||||
.help-button {
|
|
||||||
width: 44px;
|
|
||||||
height: 40px;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 20px;
|
|
||||||
right: 0;
|
|
||||||
z-index: 1;
|
|
||||||
background: var(--iqser-helpmode-primary);
|
|
||||||
border-top-left-radius: 8px;
|
|
||||||
border-bottom-left-radius: 8px;
|
|
||||||
box-shadow: -1px 1px 5px 0 rgba(40, 50, 65, 0.25);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
transition: all 0.25s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.help-button:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
width: fit-content;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 10px;
|
|
||||||
|
|
||||||
.text {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
mat-icon {
|
|
||||||
padding-right: 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -38,10 +6,9 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-left: 8px solid var(--iqser-helpmode-primary);
|
border-width: 8px 8px 60px 8px;
|
||||||
border-right: 8px solid var(--iqser-helpmode-primary);
|
border-style: solid;
|
||||||
border-top: 8px solid var(--iqser-helpmode-primary);
|
border-color: var(--iqser-helpmode-primary);
|
||||||
border-bottom: 60px solid var(--iqser-helpmode-primary);
|
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user