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

96 lines
1.2 KiB
Sass
Raw Normal View History

2018-04-04 12:16:59 +02:00
// Place your apps css here
@import "susy"
$susy: ( columns: 5 , gutter-position: split )
2018-04-16 20:23:29 +02:00
body
background-color: black
color: white
2018-04-04 12:16:59 +02:00
.one_class
margin: 10px
.classes
@include span(12%)
.vool_view
@include span(18%)
2018-04-04 12:16:59 +02:00
.mom_view
2018-04-17 18:20:31 +02:00
@include span(20%)
2018-04-04 12:16:59 +02:00
.risc_view
2018-04-17 18:20:31 +02:00
@include span(24%)
2018-04-04 12:16:59 +02:00
.status_view
@include span(14%)
2018-04-04 12:16:59 +02:00
line-height : 1.25em
2018-04-17 17:49:00 +02:00
.header_state
color: #53a5ff
2018-04-04 12:16:59 +02:00
.vool_view , .mom_view , .risc_view , .status_view
margin-left: 0%
2018-04-04 12:16:59 +02:00
.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
2018-04-16 20:23:29 +02:00
.next , .run , .wizz
border-radius: 7px
font-size: 1em
2018-04-04 12:16:59 +02:00
2018-04-16 20:23:29 +02:00
.next
background-color: #00FF66
2018-04-04 12:16:59 +02:00
.run
background-color: #00CC33
.wizz
2018-04-16 20:23:29 +02:00
background-color: #009900
2018-04-04 12:16:59 +02:00
2018-04-17 18:20:31 +02:00
.risc_bright , .mom_bright
2018-04-04 12:16:59 +02:00
padding-right: 6px
padding-left: 6px
background-color: #00E3FF
2018-04-17 18:20:31 +02:00
border-radius: 7px
2018-04-04 12:16:59 +02:00
.fade_in
transition: background-color 100ms linear
padding-right: 6px
padding-left: 6px
background-color: #00E3FF
-moz-border-radius: 7px
-webkit-border-radius: 7px