Skip to content

Commit

Permalink
some codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Jan 14, 2021
1 parent 394db13 commit 20ffb98
Show file tree
Hide file tree
Showing 17 changed files with 1,083 additions and 876 deletions.
155 changes: 108 additions & 47 deletions css/imagehover.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/imagehover.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/_custom.scss
@@ -1,3 +1,3 @@
// Imagehover.css overrides
//
// Copy variables from `_variables.scss` to this file to override default values without modifying source files.
// Copy variables from `_variables.scss` to this file to override default values without modifying source files.
21 changes: 10 additions & 11 deletions scss/_variables.scss
@@ -1,15 +1,14 @@
// Variables
//
// Copy settings from this file into the provided `_custom.scss` to override the defaults
// Copy settings from this file into the provided `_custom.scss` to override the defaults
// without modifying versioned files.


$image-bg: #2266a5 !default;
$figcaption-bg: #135796 !default;
$figcaption-padding: 30px !default;
$text-color: #ffffff !default;
$border-color: #ffffff !default;
$border-margin: 5px !default;
$border-width: 4px !default;
$transition-duration: 0.35s !default;
$shift-distance: 10px !default;
$image-bg: #2266a5 !default;
$figcaption-bg: #135796 !default;
$figcaption-padding: 30px !default;
$text-color: #ffffff !default;
$border-color: #ffffff !default;
$border-margin: 5px !default;
$border-width: 4px !default;
$transition-duration: 0.35s !default;
$shift-distance: 10px !default;

0 comments on commit 20ffb98

Please sign in to comment.