mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-01 12:29:49 +01:00
fixes
- fix modals - fix bitcoin modal - more spacious code - different lead paragraph style
This commit is contained in:
parent
656c823b5c
commit
e4c37c22ab
@ -3,7 +3,7 @@
|
|||||||
//=require ../../../node_modules/svg4everybody/dist/svg4everybody.js
|
//=require ../../../node_modules/svg4everybody/dist/svg4everybody.js
|
||||||
//=require ../../../node_modules/jquery/dist/jquery.js
|
//=require ../../../node_modules/jquery/dist/jquery.js
|
||||||
//=require ../../../bower_components/time-elements/time-elements.js
|
//=require ../../../bower_components/time-elements/time-elements.js
|
||||||
//=require ../../../node_modules/vex-js/js/vex.combined.min.js
|
//=require ../../../node_modules/vex-js/dist/js/vex.combined.js
|
||||||
|
|
||||||
//
|
//
|
||||||
// include modules
|
// include modules
|
||||||
@ -32,7 +32,7 @@
|
|||||||
vex.defaultOptions.className = 'vex-theme-kremalicious vex-bitcoin';
|
vex.defaultOptions.className = 'vex-theme-kremalicious vex-bitcoin';
|
||||||
vex.dialog.buttons.YES.text = 'Close';
|
vex.dialog.buttons.YES.text = 'Close';
|
||||||
vex.open({
|
vex.open({
|
||||||
content: '<h3 class=\"vex__title\">My Bitcoin Address</h3>\n <img src=\"/assets/img/btc-qr.png\" />\n <pre class=\"highlight\"><code class=\"nt\">171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V</code></pre>'
|
unsafeContent: '<h3 class=\"vex__title\">My Bitcoin Address</h3>\n <img src=\"/assets/img/btc-qr.png\" />\n <pre class=\"highlight\"><code class=\"nt\">171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V</code></pre>'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ pre
|
|||||||
white-space: pre
|
white-space: pre
|
||||||
overflow: auto
|
overflow: auto
|
||||||
display: block
|
display: block
|
||||||
padding: ($spacer/2) $spacer
|
padding: $spacer
|
||||||
font-size: inherit
|
font-size: inherit
|
||||||
color: inherit
|
color: inherit
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
@ -65,8 +65,9 @@
|
|||||||
/////////////////////////////////////
|
/////////////////////////////////////
|
||||||
|
|
||||||
.entry-lead
|
.entry-lead
|
||||||
@extend .large, .bold, .textcenter
|
@extend .large, .textcenter
|
||||||
color: $brand-grey
|
color: $brand-grey
|
||||||
|
line-height: $line-height-large
|
||||||
|
|
||||||
|
|
||||||
// Post/photo teaser
|
// Post/photo teaser
|
||||||
|
@ -44,7 +44,7 @@ $font-size-root = 18px
|
|||||||
$font-size-root-lg = 20px
|
$font-size-root-lg = 20px
|
||||||
|
|
||||||
$font-size-base = 1rem
|
$font-size-base = 1rem
|
||||||
$font-size-large = 1.2rem
|
$font-size-large = 1.45rem
|
||||||
$font-size-small = 0.8rem
|
$font-size-small = 0.8rem
|
||||||
$font-size-mini = 0.6rem
|
$font-size-mini = 0.6rem
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ $font-size-h5 = $font-size-base
|
|||||||
$font-size-h6 = $font-size-small
|
$font-size-h6 = $font-size-small
|
||||||
|
|
||||||
$line-height = 1.5
|
$line-height = 1.5
|
||||||
$line-height-large = 1.5
|
$line-height-large = 1.4
|
||||||
$line-height-small = 1.1428571429
|
$line-height-small = 1.1428571429
|
||||||
|
|
||||||
$font-family-base = 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif
|
$font-family-base = 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif
|
||||||
|
Loading…
Reference in New Issue
Block a user