up layout
This commit is contained in:
parent
03dfa4ae38
commit
219fa8c4f9
1 changed files with 14 additions and 7 deletions
|
@ -104,10 +104,9 @@
|
||||||
.new-button {
|
.new-button {
|
||||||
background: linear-gradient(70deg, #07397C -37.98%, #1767AD 17.98%, #255B8E 53.85%);
|
background: linear-gradient(70deg, #07397C -37.98%, #1767AD 17.98%, #255B8E 53.85%);
|
||||||
@extend .nav-button !optional;
|
@extend .nav-button !optional;
|
||||||
//width: 100%;
|
@extend .is-clickable !optional;
|
||||||
//text-align: center;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 284px;
|
|
||||||
height: 44px;
|
height: 44px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -117,7 +116,12 @@
|
||||||
i {
|
i {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
margin-left: 10px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
.is-expanded-left & {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
@ -129,12 +133,16 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 100px;
|
line-height: 100px;
|
||||||
|
|
||||||
|
|
||||||
.is-expanded-left & {
|
.is-expanded-left & {
|
||||||
display: block;
|
display: block;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-expanded-left & {
|
||||||
|
width: 284px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -406,15 +414,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-bottom {
|
.conversation-bottom {
|
||||||
padding: 10px;
|
padding: 10px 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-warning-container {
|
.bottom-warning-container {
|
||||||
margin-left: 70px;
|
margin-left: 70px;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
//position: relative;
|
margin-bottom: -110px;
|
||||||
bottom: 12px;
|
bottom: 12px;
|
||||||
//left: 12px;
|
|
||||||
|
|
||||||
.is-expanded-left & {
|
.is-expanded-left & {
|
||||||
left: 300px;
|
left: 300px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue