rubyx-debugger/assets/css/app.css.sass

95 lines
1.2 KiB
Sass

// Place your apps css here
@import "susy"
$susy: ( columns: 5 , gutter-position: split )
body
background-color: black
color: white
.one_class
margin: 10px
.classes
@include span(12%)
.source_view
@include span(24%)
.instruction_view
@include span(30%)
.status_view
@include span(15%)
line-height : 1.25em
.header_state
color: #53a5ff
.labels_view
@include span(1)
margin-right: span(1)
height: 200px
.registers_view
@include span(80%)
.register_view
@include gallery(1)
margin-top: 10px
.field
@include span(5)
.value
@include span(18)
.value_head
background-color: #C5FFD9
.statement
margin-left: 10px
.ticker
text-align: right
.next , .run , .wizz
border-radius: 7px
font-size: 1em
.next
background-color: #00FF66
.run
background-color: #00CC33
.wizz
background-color: #009900
.bright
padding-right: 6px
padding-left: 6px
background-color: #00E3FF
-moz-border-radius: 7px
-webkit-border-radius: 7px
.fade_in
transition: background-color 100ms linear
padding-right: 6px
padding-left: 6px
background-color: #00E3FF
-moz-border-radius: 7px
-webkit-border-radius: 7px