rubyx-debugger/app/styles.scss

40 lines
496 B
SCSS
Raw Normal View History

@import "susy";
2015-07-28 15:16:33 +02:00
$susy: (
columns: 24 ,
gutter-position: split ,
);
2015-07-28 15:16:33 +02:00
.debugger-view { @include container(90%); }
2015-07-28 15:16:33 +02:00
.classes { @include span(3); }
2015-07-28 15:16:33 +02:00
.file-view {
@include span(4);
margin: span(1);
}
.source-view { @include span(6); }
.block-view {
2015-07-28 15:16:33 +02:00
@include span(4);
margin-right: span(3);
height: 200px;
}
2015-07-28 15:16:33 +02:00
.status-view {
@include span(2 at 22);
}
2015-07-28 15:16:33 +02:00
.registers-view {
@include span(20 at 3);
}
2015-07-28 15:16:33 +02:00
.register-view {
@include gallery(2);
}
.bright {
background-color: orange ;
}