You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/web/css/docs/source/_buttons.less
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ button {
397
397
398
398
// # Button with an icon on the left or right side of the text
399
399
//
400
-
// <code>@_button-icon-font-position</code> variable is used to set up the icon postiton
400
+
// <code>@_button-icon-font-position</code> variable is used to set up the icon position
401
401
//
402
402
// Use <code>before</code> to set up button icon position on the left:
403
403
// ```css
@@ -818,7 +818,7 @@ button {
818
818
819
819
// # Link as a button
820
820
//
821
-
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate paremeters.
821
+
// The <code>.lib-link-as-button()</code> mixin is used to reset link styles (text-decoration and display inline). Then to make it look like a button, you need to add the <code>.lib-button()</code> mixin with appropriate parameters.
0 commit comments