Browse Source

Adds bordered image

pull/912/head
jlukic 10 years ago
parent
commit
88855b8d04
1 changed files with 2 additions and 1 deletions
  1. 3
      src/themes/packages/default/elements/image.variables

3
src/themes/packages/default/elements/image.variables

@ -3,7 +3,7 @@
*******************************/ *******************************/
/*------------------- /*-------------------
Image
Image
--------------------*/ --------------------*/
@placeholderColor: rgba(0, 0, 0, 0.05); @placeholderColor: rgba(0, 0, 0, 0.05);
@ -11,6 +11,7 @@
@imageHorizontalMargin: 0.25rem; @imageHorizontalMargin: 0.25rem;
@imageVerticalMargin: 0.5em; @imageVerticalMargin: 0.5em;
@imageBorder: 1px solid rgba(0, 0, 0, 0.1);
/******************************* /*******************************
Types Types

Loading…
Cancel
Save