Browse Source

lp image

master
rdrew 6 months ago
parent
commit
845f1c2df0
  1. BIN
      .DS_Store
  2. 11
      ;wq
  3. 2
      bs.js
  4. BIN
      images/DSC_0003.png
  5. 8
      images/image_embed_code.css
  6. BIN
      images/roblib_doors.png
  7. 6
      src/sass/_custom-variables.scss
  8. 18
      src/sass/components/_image-base64.scss
  9. 2
      src/sass/components/_top.scss
  10. 2
      stylesheets/application.css

BIN
.DS_Store vendored

Binary file not shown.

11
;wq

@ -0,0 +1,11 @@
$use-logo: true;
$logo-image-width: 150px;
$header-padding-vertical: 20px;
$brand-primary: #444;
$font-size-base: 20px;
$font-size-large-px: 24px;

2
bs.js

@ -8,7 +8,7 @@ browserSync({
serveStatic: ['stylesheets'], serveStatic: ['stylesheets'],
rewriteRules: [ rewriteRules: [
{ {
match: /\/themes\/PurpleMine2-master\/stylesheets/g, match: /\/themes\/roblib_redmine\/stylesheets/g,
replace: '' replace: ''
} }
] ]

BIN
images/DSC_0003.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 MiB

8
images/image_embed_code.css

File diff suppressed because one or more lines are too long

BIN
images/roblib_doors.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

6
src/sass/_custom-variables.scss

@ -1,11 +1,11 @@
$use-logo: true; $use-logo: true;
$logo-image-width: 140px; $logo-image-width: 150px;
$header-padding-vertical: 20px; $header-padding-vertical: 20px;
$brand-primary: #444; $brand-primary: #444;
$font-size-base: 16px; $font-size-base: 20px;
$font-size-large-px: 20px; $font-size-large-px: 24px;

18
src/sass/components/_image-base64.scss

File diff suppressed because one or more lines are too long

2
src/sass/components/_top.scss

File diff suppressed because one or more lines are too long

2
stylesheets/application.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save