17 lines
270 B
Stylus
17 lines
270 B
Stylus
|
@import "../../style"
|
||
|
|
||
|
#url
|
||
|
padding 8px 12px
|
||
|
font-family Consolas, 'Courier New', Courier, Monaco, monospace
|
||
|
color #fff
|
||
|
background #222e40
|
||
|
border-radius 4px
|
||
|
|
||
|
table
|
||
|
.name
|
||
|
font-weight bold
|
||
|
|
||
|
.type
|
||
|
font-family Consolas, 'Courier New', Courier, Monaco, monospace
|
||
|
|