Skip to content

Commit

Permalink
Merge pull request #530 from add2cal/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jekuer authored Dec 31, 2023
2 parents b335049 + 96cd94e commit 801220a
Show file tree
Hide file tree
Showing 70 changed files with 1,070 additions and 1,632 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-static-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
skip_api_build: true
###### End of Repository/Build Configurations ######
env:
NUXT_PUBLIC_SITE_URL: 'https://blue-field-0efe76003-dev.westeurope.2.azurestaticapps.net'
NUXT_PUBLIC_ROBOTS: 'noindex, nofollow'
11 changes: 4 additions & 7 deletions assets/css/atcb-3d.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: 3D
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1413,6 +1413,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1449,9 +1452,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
11 changes: 4 additions & 7 deletions assets/css/atcb-date.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Date
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1116,6 +1116,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1152,9 +1155,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
11 changes: 4 additions & 7 deletions assets/css/atcb-flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Flat
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1332,6 +1332,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1368,9 +1371,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
11 changes: 4 additions & 7 deletions assets/css/atcb-neumorphism.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Neumorphism
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1335,6 +1335,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1371,9 +1374,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
11 changes: 4 additions & 7 deletions assets/css/atcb-round.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Round
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1420,6 +1420,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1456,9 +1459,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
11 changes: 4 additions & 7 deletions assets/css/atcb-text.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Text
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1417,6 +1417,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1453,9 +1456,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
11 changes: 4 additions & 7 deletions assets/css/atcb.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Style: Default
*
* Version: 2.5.6
* Version: 2.5.7
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/add2cal/add-to-calendar-button
* License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
Expand Down Expand Up @@ -1355,6 +1355,9 @@ a.atcb-modal-btn:not([disabled]):hover {
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
width: auto;
}

Expand Down Expand Up @@ -1391,9 +1394,3 @@ a.atcb-modal-btn:not([disabled]):hover {
#atcb-reference svg {
fill: var(--list-text);
}

#atcb-reference.fixed-ref {
position: fixed;
bottom: 10px;
right: 40px;
}
34 changes: 14 additions & 20 deletions demo/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
font-style: normal;
font-weight: 400;
src: local('Paytone One'),
url('../fonts/paytone-one-v18-latin-regular.woff2') format('woff2'),
url('../fonts/paytone-one-v18-latin-regular.ttf') format('truetype');
url('/assets/fonts/paytone-one-v18-latin-regular.woff2') format('woff2'),
url('/assets/fonts/paytone-one-v18-latin-regular.ttf') format('truetype');
}

/* inter-300 - latin */
Expand All @@ -21,8 +21,8 @@
font-style: normal;
font-weight: 300;
src: local('Inter Light'),
url('../fonts/inter-v12-latin-300.woff2') format('woff2'),
url('../fonts/inter-v12-latin-300.ttf') format('truetype');
url('/assets/fonts/inter-v12-latin-300.woff2') format('woff2'),
url('/assets/fonts/inter-v12-latin-300.ttf') format('truetype');
}

/* inter-regular - latin */
Expand All @@ -32,8 +32,8 @@
font-style: normal;
font-weight: 400;
src: local('Inter'),
url('../fonts/inter-v12-latin-regular.woff2') format('woff2'),
url('../fonts/inter-v12-latin-regular.ttf') format('truetype');
url('/assets/fonts/inter-v12-latin-regular.woff2') format('woff2'),
url('/assets/fonts/inter-v12-latin-regular.ttf') format('truetype');
}

/* inter-600 - latin */
Expand All @@ -43,8 +43,8 @@
font-style: normal;
font-weight: 600;
src: local('Inter SemiBold'),
url('../fonts/inter-v12-latin-600.woff2') format('woff2'),
url('../fonts/inter-v12-latin-600.ttf') format('truetype');
url('/assets/fonts/inter-v12-latin-600.woff2') format('woff2'),
url('/assets/fonts/inter-v12-latin-600.ttf') format('truetype');
}

/* inter-800 - latin */
Expand All @@ -54,8 +54,8 @@
font-style: normal;
font-weight: 800;
src: local('Inter ExtraBold'),
url('../fonts/inter-v12-latin-800.woff2') format('woff2'),
url('../fonts/inter-v12-latin-800.ttf') format('truetype');
url('/assets/fonts/inter-v12-latin-800.woff2') format('woff2'),
url('/assets/fonts/inter-v12-latin-800.ttf') format('truetype');
}

/* fira-mono-regular - latin */
Expand All @@ -65,8 +65,8 @@
font-style: normal;
font-weight: 400;
src: local('Fira Mono'),
url('../fonts/fira-mono-v14-latin-regular.woff2') format('woff2'),
url('../fonts/fira-mono-v14-latin-regular.ttf') format('truetype');
url('/assets/fonts/fira-mono-v14-latin-regular.woff2') format('woff2'),
url('/assets/fonts/fira-mono-v14-latin-regular.ttf') format('truetype');
}

/* fira-mono-700 - latin */
Expand All @@ -75,8 +75,8 @@
font-family: 'Fira Mono';
font-style: normal;
font-weight: 700;
src: url('../fonts/fira-mono-v14-latin-700.woff2') format('woff2'),
url('../fonts/fira-mono-v14-latin-700.ttf') format('truetype');
src: url('/assets/fonts/fira-mono-v14-latin-700.woff2') format('woff2'),
url('/assets/fonts/fira-mono-v14-latin-700.ttf') format('truetype');
}

/* selection color */
Expand Down Expand Up @@ -130,12 +130,6 @@
margin-top: .8em;
}

code[class*="language-"],
pre[class*="language-"] {
background: none;
font-family: 'Fira Mono', Consolas, Courier, monospace;
}

label.required::after {
@apply text-red-700;

Expand Down
Loading

0 comments on commit 801220a

Please sign in to comment.