-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Expand file tree
/
Copy pathcard-title.md.vars.scss
More file actions
34 lines (23 loc) · 1.03 KB
/
card-title.md.vars.scss
File metadata and controls
34 lines (23 loc) · 1.03 KB
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
30
31
32
33
34
@import "../../themes/native/native.globals.md";
// Material Design Card Title
// --------------------------------------------------
/// @prop - Font size of the card title
$card-md-title-font-size: dynamic-font(20px);
/// @prop - Padding top of the card title
$card-md-title-padding-top: 0;
/// @prop - Padding end of the card title
$card-md-title-padding-end: $card-md-title-padding-top;
/// @prop - Padding bottom of the card title
$card-md-title-padding-bottom: $card-md-title-padding-top;
/// @prop - Padding start of the card title
$card-md-title-padding-start: $card-md-title-padding-end;
/// @prop - Margin top of the card title
$card-md-title-margin-top: 0;
/// @prop - Margin end of the card title
$card-md-title-margin-end: $card-md-title-margin-top;
/// @prop - Margin bottom of the card title
$card-md-title-margin-bottom: $card-md-title-margin-top;
/// @prop - Margin start of the card title
$card-md-title-margin-start: $card-md-title-margin-end;
/// @prop - Color of the card title
$card-md-title-text-color: $text-color-150;