1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-01 12:29:49 +01:00
- fix modals
- fix bitcoin modal
- more spacious code
- different lead paragraph style
This commit is contained in:
Matthias Kretschmann 2016-10-02 02:55:04 +02:00
parent 656c823b5c
commit e4c37c22ab
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
4 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
//=require ../../../node_modules/svg4everybody/dist/svg4everybody.js
//=require ../../../node_modules/jquery/dist/jquery.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
@ -32,7 +32,7 @@
vex.defaultOptions.className = 'vex-theme-kremalicious vex-bitcoin';
vex.dialog.buttons.YES.text = 'Close';
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>'
});
});

View File

@ -53,7 +53,7 @@ pre
white-space: pre
overflow: auto
display: block
padding: ($spacer/2) $spacer
padding: $spacer
font-size: inherit
color: inherit
background-color: transparent

View File

@ -65,8 +65,9 @@
/////////////////////////////////////
.entry-lead
@extend .large, .bold, .textcenter
@extend .large, .textcenter
color: $brand-grey
line-height: $line-height-large
// Post/photo teaser

View File

@ -44,7 +44,7 @@ $font-size-root = 18px
$font-size-root-lg = 20px
$font-size-base = 1rem
$font-size-large = 1.2rem
$font-size-large = 1.45rem
$font-size-small = 0.8rem
$font-size-mini = 0.6rem
@ -56,7 +56,7 @@ $font-size-h5 = $font-size-base
$font-size-h6 = $font-size-small
$line-height = 1.5
$line-height-large = 1.5
$line-height-large = 1.4
$line-height-small = 1.1428571429
$font-family-base = 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif