mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
21 lines
270 B
SCSS
21 lines
270 B
SCSS
|
/*
|
||
|
debug / dev
|
||
|
*/
|
||
|
|
||
|
#app-content {
|
||
|
border: 2px solid green;
|
||
|
}
|
||
|
|
||
|
#design-container {
|
||
|
position: absolute;
|
||
|
left: 360px;
|
||
|
top: -42px;
|
||
|
width: calc(100vw - 360px);
|
||
|
height: 100vh;
|
||
|
overflow: scroll;
|
||
|
}
|
||
|
|
||
|
#design-container img {
|
||
|
width: 2000px;
|
||
|
margin-right: 600px;
|
||
|
}
|