File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ $_light-watermark: extend(
38
38
39
39
/// Generates a light fluent watermark schema.
40
40
/// @type {Map}
41
+ /// @prop {Number} $border-radius [2px] - The border radius used for the link.
41
42
/// @requires {function} extend
42
43
/// @requires {Map} $_light-watermark
43
44
$_fluent-watermark : extend (
@@ -52,6 +53,7 @@ $_fluent-watermark: extend(
52
53
53
54
/// Generates a bootstrap watermark schema.
54
55
/// @type {Map}
56
+ /// @prop {Number} $border-radius [4px] - The border radius used for the link.
55
57
/// @requires {function} extend
56
58
/// @requires {Map} $_light-watermark
57
59
$_bootstrap-watermark : extend (
@@ -67,6 +69,7 @@ $_bootstrap-watermark: extend(
67
69
/// Generates an indigo watermark schema.
68
70
/// @type {Map}
69
71
/// @prop {Map} $border-color [igx-color: ('primary', 300)] - The border color for the link.
72
+ /// @prop {Number} $border-radius [1] - The border radius fraction, between 0-1 to be used for the link.
70
73
/// @requires {function} extend
71
74
/// @requires {Map} $_light-watermark
72
75
$_indigo-watermark : extend (
You can’t perform that action at this time.
0 commit comments