-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ a28b9d2 🚀
- Loading branch information
Showing
236 changed files
with
3,023 additions
and
4,055 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
assets/Color-6VNJS4EI-5e46c2b9.js → assets/Color-6VNJS4EI-5f3a1ab4.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
assets/DocsRenderer-NNNQARDV-8487cdc5.js → assets/DocsRenderer-NNNQARDV-1285ae5b.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
assets/IntroductionPageWrapper-b396d74e.js → assets/IntroductionPageWrapper-a5075089.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file renamed
BIN
+90.1 KB
assets/SAP-icons-TNT-13029e03.ttf → assets/SAP-icons-TNT-079f7162.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+92 KB
assets/SAP-icons-TNT-dd528a3e.ttf → assets/SAP-icons-TNT-5f27d7c1.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+51.6 KB
assets/SAP-icons-TNT-d85f8641.woff → assets/SAP-icons-TNT-caf7c5c6.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
assets/WithTooltip-V3YHNWJZ-536e7431.js → assets/WithTooltip-V3YHNWJZ-4d500a7e.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
const n=`<div> | ||
1. All | ||
<pre>@include sap-border(0.125rem, solid, #000);</pre> | ||
<br> | ||
2. Top Border | ||
<pre>@include sap-border(0.125rem, solid, #000, top);</pre> | ||
<br> | ||
3. Bottom Border | ||
<pre>@include sap-border(0.125rem, solid, #000, bottom);</pre> | ||
<br> | ||
4. Left Border | ||
<pre>@include sap-border(0.125rem, solid, #000, left);</pre> | ||
<br> | ||
6. Right Border | ||
<pre>@include sap-border(0.125rem, solid, #000, right);</pre> | ||
<br> | ||
7. Top and Bottom Border (y) | ||
<pre>@include sap-border(0.125rem, solid, #000, y);</pre> | ||
<br> | ||
8. Left and Right Border (x) | ||
<pre>@include sap-border(0.125rem, solid, #000, x);</pre> | ||
<br> | ||
</div>`,t={title:"Border",parameters:{description:` | ||
`}},e=()=>n;e.storyName="Mixin sap-border";e.parameters={docs:{description:{story:"The <code>sap-border</code> helper mixin allows you to specify the width, style, and color of an element's border. This is achieved by providing values to the <code>sap-border</code> parameters: <code>$width</code>, <code>$style</code>, <code>$color</code>, and <code>$pos</code>.<br><br> The <code>$pos</code> value can be one of the following: <code>all | top | bottom | left | right | x | y</code>. The default value is <code>all</code>, which will apply borders on all sides. <code>x</code> will set borders on left and right of the element, and <code>y</code> on top and bottom of the element."}}};var r,o,d;e.parameters={...e.parameters,docs:{...(r=e.parameters)==null?void 0:r.docs,source:{originalSource:"() => borderExampleHtml",...(d=(o=e.parameters)==null?void 0:o.docs)==null?void 0:d.source}}};const s=["Border"];export{e as Border,s as __namedExportsOrder,t as default}; |
Oops, something went wrong.