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

97 lines
1.3 KiB
Sass
Raw Normal View History

2018-04-04 12:16:59 +02:00
2018-04-16 20:23:29 +02:00
body
background-color: black
color: white
.one_class, .classes, .vool_view ,.mom_view , .risc_view, .status_view ,.vool_view
position: relative
float: left
.mom_view , .risc_view , .status_view , .registers_view, .register_view
position: relative
float: left
2018-04-04 12:16:59 +02:00
.one_class
margin: 10px
.classes
width: 16%
margin-left: 1%
2018-04-04 12:16:59 +02:00
.vool_view
width: 18%
margin-left: 1%
2018-04-04 12:16:59 +02:00
.mom_view
width: 20%
margin-left: 1%
2018-04-04 12:16:59 +02:00
.risc_view
width: 24%
margin-left: 1%
2018-04-04 12:16:59 +02:00
.status_view
width: 14%
margin-left: 1%
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
.labels_view
width: 18%
margin-right: 2%
2018-04-04 12:16:59 +02:00
height: 200px
.registers_view
width: 79%
margin-left: 1%
2018-04-04 12:16:59 +02:00
.register_view
width: 19%
min-height: 250px
margin-right: 1%
2018-04-04 12:16:59 +02:00
margin-top: 10px
.field
width: 80%
2018-04-04 12:16:59 +02:00
.value
width: 80%
2018-04-04 12:16:59 +02:00
.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
border-radius: 7px
h4.select
z-index: 20