Merge branch 'main' into feature/109-error-unauthorized

This commit is contained in:
Justin Foell
2022-09-30 11:22:23 -05:00
4 changed files with 27798 additions and 5572 deletions
+1
View File
@@ -0,0 +1 @@
14
+10
View File
@@ -9,27 +9,37 @@
background-position: -224px -160px;
margin: 0 6px 2px 0;
}
.wp-strava-activity-container {
display: table;
margin: 0 auto;
}
.activity-details-table tr td {
padding: 5px;
}
.activity-details-table th {
padding: 5px;
text-align: center;
font-size: 0.8em;
}
.activity-details-table td:before {
position: relative;
}
.activity-details-table td {
text-align: center;
border: 1px solid #e7e7e7;
}
.activity-details-table-info {
font-size: 1.2em;
font-weight: bold;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.activity-details-table-units {
font-size: 0.8em;
}
+27782 -5570
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -1,6 +1,5 @@
{
"name": "wp-strava-blocks",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"description": "",
"main": "build/index.js",
@@ -9,6 +8,10 @@
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^7.1.0"
"@wordpress/scripts": "12.6.1"
},
"engines": {
"node": "~14",
"npm": ">7 <=8"
}
}