aboutsummaryrefslogtreecommitdiffstats
path: root/scss/uikit/theme/placeholder.scss
blob: 4ab662cb677912197dd78242f1a5d4776656bff7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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(){}