-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy path_fluent2-definition.scss
More file actions
45 lines (38 loc) · 1.48 KB
/
_fluent2-definition.scss
File metadata and controls
45 lines (38 loc) · 1.48 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
35
36
37
38
39
40
41
42
43
44
45
@use 'ej2-base/styles/definition/fluent2' as *;
@forward 'ej2-base/styles/definition/fluent2';
// Avatar Base
$avatar-base-border-radius: $radius-4 !default;
$avatar-base-background-color: $content-bg-color-alt3 !default;
$avatar-base-font-size: $text-sm !default;
$avatar-base-width: 40px !default;
$avatar-base-height: 40px !default;
$avatar-base-line-height: 22px !default;
$avatar-base-text-color: $content-text-color-alt2 !default;
$avatar-base-font-weight: $font-weight-normal !default;
$avatar-base-img-height: 100% !default;
$avatar-font-family: $font-family !default;
$avatar-border-width: 1px !default;
// Circle Avatar
$avatar-circle-border-radius: $border-radius-50p !default;
// Avatar size
$avatar-xsmall-font-size: $text-sm !default;
$avatar-small-font-size: $text-base !default;
$avatar-large-font-size: $text-xl !default;
$avatar-xlarge-font-size: 22px !default;
// Avatar Line Height
$avatar-base-xsmall-line-height: 16px !default;
$avatar-base-small-line-height: 18px !default;
$avatar-base-large-line-height: 28px !default;
$avatar-base-xlarge-line-height: 28px !default;
//border
$avatar-border: $dialog-border !default;
//Avatar Height
$avatar-base-xsmall-height: 24px !default;
$avatar-base-small-height: 32px !default;
$avatar-base-large-height: 48px !default;
$avatar-base-xlarge-height: 56px !default;
//Avatar Width
$avatar-base-xsmall-width: 24px !default;
$avatar-base-small-width: 32px !default;
$avatar-base-large-width: 48px !default;
$avatar-base-xlarge-width: 56px !default;