Skip to content

Commit

Permalink
deploy: 6168c55
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 894efe7 commit bf238c6
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 11 deletions.
8 changes: 7 additions & 1 deletion _state.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"name": "BTCPay Server Design System",
"version": "0.1.0",
"update": 1713295592654,
"update": 1713445910988,
"logo": "/resources/design-files/btcpay-logo.svg",
"source": {
"components": [
Expand Down Expand Up @@ -1841,6 +1841,12 @@
"variable": "nav-close",
"value": "<svg role=\"img\"><use href=\"/svg/icons.svg#nav-close\"/></svg>"
},
{
"type": "icon",
"name": "nav-contact",
"variable": "nav-contact",
"value": "<svg role=\"img\"><use href=\"/svg/icons.svg#nav-contact\"/></svg>"
},
{
"type": "icon",
"name": "nav-crowdfund",
Expand Down
8 changes: 8 additions & 0 deletions _tokens/_all/design/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,14 @@ <h2 class="uie-tokens__title">nav</h2>
nav-close
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#nav-contact"/></svg>
</div>
<figcaption class="uie-icon-token__name">
nav-contact
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#nav-crowdfund"/></svg>
Expand Down
8 changes: 8 additions & 0 deletions _tokens/dark/design/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,14 @@ <h2 class="uie-tokens__title">nav</h2>
nav-close
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#nav-contact"/></svg>
</div>
<figcaption class="uie-icon-token__name">
nav-contact
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#nav-crowdfund"/></svg>
Expand Down
8 changes: 8 additions & 0 deletions _tokens/light/design/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,14 @@ <h2 class="uie-tokens__title">nav</h2>
nav-close
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#nav-contact"/></svg>
</div>
<figcaption class="uie-icon-token__name">
nav-contact
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#nav-crowdfund"/></svg>
Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions styles/btcpayserver-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12298,7 +12298,19 @@ ul:not([class]) li {
padding: 1rem;
}

/* Icons */
.icon {
display: inline-block;
width: var(--icon-size, 1rem);
height: var(--icon-size, 1rem);
flex-shrink: 0 !important;
}

/* Button */
.btn .icon {
--icon-size: 1.25em;
}

.btn-outline-secondary {
--btcpay-btn-color: var(--btcpay-secondary-text);
}
Expand All @@ -12312,12 +12324,6 @@ ul:not([class]) li {
--btcpay-btn-color: var(--btcpay-secondary-text-active);
}

.btn .icon {
--btn-icon-size: 1.25em;
height: var(--btn-icon-size);
width: var(--btn-icon-size);
}

.btn.rounded-circle {
display: inline-flex;
align-items: center;
Expand All @@ -12341,8 +12347,8 @@ ul:not([class]) li {
position: relative;
top: -0.4rem;
display: inline-block;
width: 1rem;
height: 1rem;
width: var(--icon-size, 1rem);
height: var(--icon-size, 1rem);
}

.dropdown-toggle-split {
Expand Down
2 changes: 1 addition & 1 deletion styles/btcpayserver-bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions svg/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf238c6

Please sign in to comment.