mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-20 05:28:08 +00:00
Modify UI layout according to design's wireframes
This commit is contained in:
parent
7fc5198018
commit
e71d4ccfff
@ -2,6 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
padding: 0 $xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
.frame {
|
.frame {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 0 auto;
|
flex: 1 1 auto;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: $xl;
|
padding-bottom: $xl;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -18,11 +18,7 @@ body {
|
|||||||
|
|
||||||
body>div:first-child {
|
body>div:first-child {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 auto;
|
min-height: 100%;
|
||||||
flex-direction: column;
|
|
||||||
min-height: calc(100% - (2 * $xl));
|
|
||||||
padding: $xl;
|
|
||||||
background-image: linear-gradient(to bottom, $primary, #1a829d, #1a829d, #1f5f76);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user