diff options
Diffstat (limited to 'scss/uikit/theme/placeholder.scss')
-rw-r--r-- | scss/uikit/theme/placeholder.scss | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/scss/uikit/theme/placeholder.scss b/scss/uikit/theme/placeholder.scss new file mode 100644 index 00000000..4ab662cb --- /dev/null +++ b/scss/uikit/theme/placeholder.scss @@ -0,0 +1,29 @@ +// +// Component: Placeholder +// +// ======================================================================== + + +// Variables +// ======================================================================== + +$placeholder-background: transparent !default; + +// +// New +// + +$placeholder-border-width: $global-border-width !default; +$placeholder-border: $global-border !default; + + +// Component +// ======================================================================== + + + + +// Miscellaneous +// ======================================================================== + +// @mixin hook-placeholder-misc(){} |