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

99 lines
1.4 KiB
Sass
Raw Permalink Normal View History

2018-04-04 12:16:59 +02:00
2018-04-16 20:23:29 +02:00
body
background-color: #1a1a1a
2018-04-16 20:23:29 +02:00
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
2018-05-15 11:07:52 +02:00
width: 12%
margin-left: 1%
2018-04-04 12:16:59 +02:00
.mom_view
2018-05-15 11:07:52 +02:00
width: 16%
margin-left: 1%
overflow-x: hidden
2018-07-30 16:17:27 +02:00
.risc_view
2018-05-15 11:07:52 +02:00
width: 34%
margin-left: 1%
2018-07-30 16:17:27 +02:00
overflow-x: hidden
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%
margin-right: 1%
2018-04-04 12:16:59 +02:00
margin-top: 10px
2018-04-18 16:58:28 +02:00
&:nth-child(5n + 1)
clear: left
2018-04-04 12:16:59 +02:00
.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
background-color: black
color: #53a5ff
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