set meeting type color text and increment version

This commit is contained in:
Adam Piontek 2021-08-10 14:25:33 -04:00
parent b5bd3aa20b
commit f152be8b73
7 changed files with 20 additions and 31 deletions

View file

@ -6,17 +6,3 @@ $link-color: $gray-200;
$link-decoration: underline;
$link-shade-percentage: 20%;
$link-hover-color: $primary;
// /* alerts */
// // scss-docs-start alert-variables
// $alert-padding-y: $spacer;
// $alert-padding-x: $spacer;
// $alert-margin-bottom: 1rem;
// $alert-border-radius: $border-radius;
// $alert-link-font-weight: $font-weight-bold;
// $alert-border-width: $border-width;
// $alert-bg-scale: -40%;
// $alert-border-scale: -30%;
// $alert-color-scale: 60%;
// $alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side
// // scss-docs-end alert-variables

View file

@ -5,7 +5,7 @@ $indigo: #6610f2;
$purple: #6f42c1;
$pink: #d63384;
$red: #DD3940;
$orange: #fd7e14;
$orange: #FF6F59;
$yellow: #FFFF82;
$green: #1db954;
$teal: #20c997;

View file

@ -142,6 +142,9 @@ section.tsml-widget-upcoming.widget_tsml_widget_upcoming.widget div.tsml-no-upco
&.attendance-inactive .location small {
color: $danger;
}
span.meeting_types {
color: $secondary;
}
}
}
}

4
dist/main.min.css vendored

File diff suppressed because one or more lines are too long

24
package-lock.json generated
View file

@ -2618,9 +2618,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"node_modules/concurrently": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz",
"integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.1.tgz",
"integrity": "sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -7468,9 +7468,9 @@
}
},
"node_modules/webpack": {
"version": "5.48.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.48.0.tgz",
"integrity": "sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==",
"version": "5.49.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.49.0.tgz",
"integrity": "sha512-XarsANVf28A7Q3KPxSnX80EkCcuOer5hTOEJWJNvbskOZ+EK3pobHarGHceyUZMxpsTHBHhlV7hiQyLZzGosYw==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -9735,9 +9735,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"concurrently": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz",
"integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.1.tgz",
"integrity": "sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@ -13347,9 +13347,9 @@
}
},
"webpack": {
"version": "5.48.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.48.0.tgz",
"integrity": "sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==",
"version": "5.49.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.49.0.tgz",
"integrity": "sha512-XarsANVf28A7Q3KPxSnX80EkCcuOer5hTOEJWJNvbskOZ+EK3pobHarGHceyUZMxpsTHBHhlV7hiQyLZzGosYw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View file

@ -1,7 +1,7 @@
{
"name": "wp-rdnyc-theme",
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
"version": "1.0.6",
"version": "1.0.7",
"description": "Wordpress theme for Recovery Dharma NYC",
"homepage": "https://github.com/apiontek/wp-rdnyc",
"contributors": [

View file

@ -3,7 +3,7 @@
* Theme URI: https://github.com/apiontek/wp-rdnyc
* Author: Adam Piontek
* Author URI: https://73k.us
* Version: 1.0.6
* Version: 1.0.7
* License: GNU General Public License v3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: wp-rdnyc