Skip to content

Commit

Permalink
deploy: 828b7ab
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent 8793548 commit 5a6679d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 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": 1715961976023,
"update": 1716493540566,
"logo": "/resources/design-files/btcpay-logo.svg",
"source": {
"components": [
Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions styles/btcpayserver-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4725,12 +4725,12 @@ fieldset:disabled .btn {
.breadcrumb {
--btcpay-breadcrumb-padding-x: 0;
--btcpay-breadcrumb-padding-y: 0;
--btcpay-breadcrumb-margin-bottom: 1rem;
--btcpay-breadcrumb-margin-bottom: var(--btcpay-space-m);
--btcpay-breadcrumb-bg: ;
--btcpay-breadcrumb-border-radius: ;
--btcpay-breadcrumb-divider-color: var(--btcpay-secondary);
--btcpay-breadcrumb-divider-color: var(--btcpay-body-text);
--btcpay-breadcrumb-item-padding-x: 0.5rem;
--btcpay-breadcrumb-item-active-color: var(--btcpay-secondary);
--btcpay-breadcrumb-item-active-color: var(--btcpay-body-text);
display: flex;
flex-wrap: wrap;
padding: var(--btcpay-breadcrumb-padding-y) var(--btcpay-breadcrumb-padding-x);
Expand All @@ -4749,7 +4749,7 @@ fieldset:disabled .btn {
float: left;
padding-right: var(--btcpay-breadcrumb-item-padding-x);
color: var(--btcpay-breadcrumb-divider-color);
content: var(--btcpay-breadcrumb-divider, "/") /* rtl: var(--btcpay-breadcrumb-divider, "/") */;
content: var(--btcpay-breadcrumb-divider, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3e%3cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%238F979E'/%3e%3c/svg%3e")) /* rtl: var(--btcpay-breadcrumb-divider, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3e%3cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%238F979E'/%3e%3c/svg%3e")) */;
}

.breadcrumb-item.active {
Expand Down
2 changes: 1 addition & 1 deletion styles/btcpayserver-bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 5a6679d

Please sign in to comment.