move to suzy is done
This commit is contained in:
parent
756ab31a61
commit
07f7945917
@ -1,28 +1,37 @@
|
|||||||
@import "susy";
|
@import "susy";
|
||||||
|
|
||||||
.debugger-view { @include container(80em); }
|
$susy: (
|
||||||
|
columns: 24 ,
|
||||||
|
gutter-position: split ,
|
||||||
|
);
|
||||||
|
|
||||||
.classes { @include span(2 of 12); }
|
.debugger-view { @include container(90%); }
|
||||||
|
|
||||||
.file-view { @include span(3 of 12); }
|
.classes { @include span(3); }
|
||||||
|
|
||||||
.source-view { @include span(3 of 12); }
|
.file-view {
|
||||||
|
@include span(4);
|
||||||
|
margin: span(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.source-view { @include span(6); }
|
||||||
|
|
||||||
.block-view {
|
.block-view {
|
||||||
@include span(4 of 12 at 9);
|
@include span(4);
|
||||||
|
margin-right: span(3);
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-view {
|
||||||
|
@include span(2 at 22);
|
||||||
|
}
|
||||||
|
|
||||||
.registers-view {
|
.registers-view {
|
||||||
@include span(10 of 12 at 3);
|
@include span(20 at 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.register-view {
|
.register-view {
|
||||||
@include span(1 of 13);
|
@include gallery(2);
|
||||||
}
|
|
||||||
|
|
||||||
.half {
|
|
||||||
@include span(5 of 12);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bright {
|
.bright {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user