Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 100 KiB |
@ -1,6 +0,0 @@
|
||||
#= require views/pages/base
|
||||
|
||||
class app.views.RamdaPage extends app.views.BasePage
|
||||
prepare: ->
|
||||
@highlightCode @findAll('section > pre:last-child'), 'javascript'
|
||||
return
|
@ -1,33 +1,7 @@
|
||||
._ramda {
|
||||
@extend %simple;
|
||||
code { @extend %code; }
|
||||
h2 + div > code { @extend %block-label, %label-blue; }
|
||||
|
||||
h2 {
|
||||
small {
|
||||
font-size: small;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.see a { @extend %label; }
|
||||
|
||||
.params {
|
||||
.type {
|
||||
font-style: italic;
|
||||
text-transform: capitalize;
|
||||
margin-right: 0.35em;
|
||||
&::before { content: '<'; }
|
||||
&::after { content: '>'; }
|
||||
}
|
||||
.panel-body {
|
||||
margin-bottom: 1.5em;
|
||||
.type {
|
||||
padding: 0 0 0 2em;
|
||||
}
|
||||
.description > p {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
code { @extend %code; }
|
||||
h3 > small { float: right; }
|
||||
ul { margin-top: 1em; }
|
||||
}
|
||||
|
After Width: | Height: | Size: 433 B |
After Width: | Height: | Size: 1000 B |
@ -1 +1 @@
|
||||
https://camo.githubusercontent.com/0b4c12a5daec02b72e6e6879861ac70f75046e65/687474703a2f2f72616d64612e6a637068696c6c697070732e636f6d2f6c6f676f2f72616d646146696c6c65645f323030783233352e706e67
|
||||
http://ramda.jcphillipps.com/logo/ramdaFilled_200x235.png
|
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 1.3 KiB |