Preparing 0.8.0 update

This commit is contained in:
koenemann 2018-01-22 09:16:57 +01:00
parent 826d0aa43c
commit 6c37a49e17
9 changed files with 83 additions and 8794 deletions

View File

@ -1,3 +1,6 @@
- ** Release 0.8.0 January 22th 2018 **
- Update to Bootstrap 4 (no more Beta...)
- ** Release 0.7.0 December 29th 2017 ** - ** Release 0.7.0 December 29th 2017 **
- Update to Bootstrap 4 Beta 3 - Update to Bootstrap 4 Beta 3
- Create rigth-sidebar-check.php - Thx @Vishal-Deshpande - Create rigth-sidebar-check.php - Thx @Vishal-Deshpande
@ -29,7 +32,6 @@
- Remove jQuery 3.2.1 slim and switch back to WP core jQuery version - Remove jQuery 3.2.1 slim and switch back to WP core jQuery version
- Update Bootstrap 4 Beta 2 to commit which fixes jQuery conflict - Update Bootstrap 4 Beta 2 to commit which fixes jQuery conflict
- ** Release 0.6.8 November 27th 2017 ** - ** Release 0.6.8 November 27th 2017 **
- Theme check updates - Theme check updates
- Bugfix release - Bugfix release

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.7.0", "version": "0.8.0",
"homepage": "http://understrap.com", "homepage": "http://understrap.com",
"authors": [ "authors": [
"Holger Koenemann <office@holgerkoenemann.de>" "Holger Koenemann <office@holgerkoenemann.de>"
@ -26,6 +26,6 @@
"dependencies": { "dependencies": {
}, },
"_source": "https://github.com/holger1411/understrap.git", "_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.7.0", "_target": "~0.8.0",
"_originalSource": "understrap" "_originalSource": "understrap"
} }

View File

@ -19,7 +19,7 @@
--white: #fff; --white: #fff;
--gray: #6c757d; --gray: #6c757d;
--gray-dark: #343a40; --gray-dark: #343a40;
--primary: #0052CC; --primary: #8753D5;
--secondary: #6c757d; --secondary: #6c757d;
--success: #28a745; --success: #28a745;
--info: #17a2b8; --info: #17a2b8;
@ -138,12 +138,12 @@ sup {
top: -.5em; } top: -.5em; }
a { a {
color: #0052CC; color: #8753D5;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
-webkit-text-decoration-skip: objects; } -webkit-text-decoration-skip: objects; }
a:hover { a:hover {
color: #003380; color: #602bb0;
text-decoration: underline; } text-decoration: underline; }
a:not([href]):not([tabindex]) { a:not([href]):not([tabindex]) {
@ -1079,13 +1079,13 @@ pre {
.table-primary, .table-primary,
.table-primary > th, .table-primary > th,
.table-primary > td { .table-primary > td {
background-color: #b8cff1; } background-color: #ddcff3; }
.table-hover .table-primary:hover { .table-hover .table-primary:hover {
background-color: #a3c1ed; } background-color: #cfbbee; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th { .table-hover .table-primary:hover > th {
background-color: #a3c1ed; } background-color: #cfbbee; }
.table-secondary, .table-secondary,
.table-secondary > th, .table-secondary > th,
@ -1317,9 +1317,9 @@ pre {
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus { .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
color: #495057; color: #495057;
background-color: #fff; background-color: #fff;
border-color: #4d94ff; border-color: #ceb9ee;
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
.form-control::placeholder, .wpcf7 input[type=text]::placeholder, .form-control::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder, .wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder, .wpcf7 input[type=url]::placeholder,
@ -2320,7 +2320,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
text-decoration: none; } text-decoration: none; }
.btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] { .btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled { .btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
opacity: 0.65; } opacity: 0.65; }
.btn:not(:disabled):not(.disabled), .wpcf7 input[type=submit]:not(:disabled):not(.disabled) { .btn:not(:disabled):not(.disabled), .wpcf7 input[type=submit]:not(:disabled):not(.disabled) {
@ -2334,26 +2334,26 @@ fieldset:disabled a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #0052CC; background-color: #8753D5;
border-color: #0052CC; } border-color: #8753D5; }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #0043a6; background-color: #7234cd;
border-color: #003e99; } border-color: #6c30c5; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
color: #fff; color: #fff;
background-color: #0052CC; background-color: #8753D5;
border-color: #0052CC; } border-color: #8753D5; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #003e99; background-color: #6c30c5;
border-color: #00388c; } border-color: #662ebb; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
.btn-secondary { .btn-secondary {
color: #fff; color: #fff;
@ -2517,29 +2517,29 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary, .wpcf7 input[type=submit] { .btn-outline-primary, .wpcf7 input[type=submit] {
color: #0052CC; color: #8753D5;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #0052CC; } border-color: #8753D5; }
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover { .btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
color: #fff; color: #fff;
background-color: #0052CC; background-color: #8753D5;
border-color: #0052CC; } border-color: #8753D5; }
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] { .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled { .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
color: #0052CC; color: #8753D5;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > .btn-outline-primary.dropdown-toggle, .wpcf7
.show > input.dropdown-toggle[type=submit] { .show > input.dropdown-toggle[type=submit] {
color: #fff; color: #fff;
background-color: #0052CC; background-color: #8753D5;
border-color: #0052CC; } border-color: #8753D5; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7
.show > input.dropdown-toggle[type=submit]:focus { .show > input.dropdown-toggle[type=submit]:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
.btn-outline-secondary { .btn-outline-secondary {
color: #6c757d; color: #6c757d;
@ -2704,10 +2704,10 @@ fieldset:disabled a.btn {
.btn-link { .btn-link {
font-weight: 400; font-weight: 400;
color: #0052CC; color: #8753D5;
background-color: transparent; } background-color: transparent; }
.btn-link:hover { .btn-link:hover {
color: #003380; color: #602bb0;
text-decoration: underline; text-decoration: underline;
background-color: transparent; background-color: transparent;
border-color: transparent; } border-color: transparent; }
@ -2898,7 +2898,7 @@ tbody.collapse.show {
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #0052CC; } background-color: #8753D5; }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d; color: #6c757d;
background-color: transparent; } background-color: transparent; }
@ -3425,12 +3425,12 @@ tbody.collapse.show {
opacity: 0; } opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before { .custom-control-input:checked ~ .custom-control-label::before {
color: #fff; color: #fff;
background-color: #0052CC; } background-color: #8753D5; }
.custom-control-input:focus ~ .custom-control-label::before { .custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 82, 204, 0.25); } box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
.custom-control-input:active ~ .custom-control-label::before { .custom-control-input:active ~ .custom-control-label::before {
color: #fff; color: #fff;
background-color: #80b3ff; } background-color: #ebe2f8; }
.custom-control-input:disabled ~ .custom-control-label { .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d; } color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before { .custom-control-input:disabled ~ .custom-control-label::before {
@ -3465,34 +3465,34 @@ tbody.collapse.show {
border-radius: 0.25rem; } border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #0052CC; } background-color: #8753D5; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #0052CC; } background-color: #8753D5; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 82, 204, 0.5); } background-color: rgba(135, 83, 213, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 82, 204, 0.5); } background-color: rgba(135, 83, 213, 0.5); }
.custom-radio .custom-control-label::before { .custom-radio .custom-control-label::before {
border-radius: 50%; } border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before { .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #0052CC; } background-color: #8753D5; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after { .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 82, 204, 0.5); } background-color: rgba(135, 83, 213, 0.5); }
.custom-select { .custom-select {
display: inline-block; display: inline-block;
@ -3508,9 +3508,9 @@ tbody.collapse.show {
border-radius: 0.25rem; border-radius: 0.25rem;
appearance: none; } appearance: none; }
.custom-select:focus { .custom-select:focus {
border-color: #4d94ff; border-color: #ceb9ee;
outline: 0; outline: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(77, 148, 255, 0.5); } box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(206, 185, 238, 0.5); }
.custom-select:focus::-ms-value { .custom-select:focus::-ms-value {
color: #495057; color: #495057;
background-color: #fff; } background-color: #fff; }
@ -3551,10 +3551,10 @@ tbody.collapse.show {
margin: 0; margin: 0;
opacity: 0; } opacity: 0; }
.custom-file-input:focus ~ .custom-file-control { .custom-file-input:focus ~ .custom-file-control {
border-color: #4d94ff; border-color: #ceb9ee;
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
.custom-file-input:focus ~ .custom-file-control::before { .custom-file-input:focus ~ .custom-file-control::before {
border-color: #4d94ff; } border-color: #ceb9ee; }
.custom-file-input:lang(en) ~ .custom-file-label::after { .custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; } content: "Browse"; }
@ -3632,7 +3632,7 @@ tbody.collapse.show {
.nav-pills .nav-link.active, .nav-pills .nav-link.active,
.nav-pills .show > .nav-link { .nav-pills .show > .nav-link {
color: #fff; color: #fff;
background-color: #0052CC; } background-color: #8753D5; }
.nav-fill .nav-item { .nav-fill .nav-item {
flex: 1 1 auto; flex: 1 1 auto;
@ -4144,18 +4144,18 @@ tbody.collapse.show {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #0052CC; color: #8753D5;
background-color: #fff; background-color: #fff;
border: 1px solid #dee2e6; } border: 1px solid #dee2e6; }
.page-link:hover { .page-link:hover {
color: #003380; color: #602bb0;
text-decoration: none; text-decoration: none;
background-color: #e9ecef; background-color: #e9ecef;
border-color: #dee2e6; } border-color: #dee2e6; }
.page-link:focus { .page-link:focus {
z-index: 2; z-index: 2;
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); } box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
.page-link:not(:disabled):not(.disabled) { .page-link:not(:disabled):not(.disabled) {
cursor: pointer; } cursor: pointer; }
@ -4171,8 +4171,8 @@ tbody.collapse.show {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 1; z-index: 1;
color: #fff; color: #fff;
background-color: #0052CC; background-color: #8753D5;
border-color: #0052CC; } border-color: #8753D5; }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #6c757d; color: #6c757d;
@ -4231,11 +4231,11 @@ tbody.collapse.show {
.badge-primary { .badge-primary {
color: #fff; color: #fff;
background-color: #0052CC; } background-color: #8753D5; }
.badge-primary[href]:hover, .badge-primary[href]:focus { .badge-primary[href]:hover, .badge-primary[href]:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #003e99; } background-color: #6c30c5; }
.badge-secondary { .badge-secondary {
color: #fff; color: #fff;
@ -4330,13 +4330,13 @@ tbody.collapse.show {
color: inherit; } color: inherit; }
.alert-primary { .alert-primary {
color: #002b6a; color: #462b6f;
background-color: #ccdcf5; background-color: #e7ddf7;
border-color: #b8cff1; } border-color: #ddcff3; }
.alert-primary hr { .alert-primary hr {
border-top-color: #a3c1ed; } border-top-color: #cfbbee; }
.alert-primary .alert-link { .alert-primary .alert-link {
color: #001637; } color: #2f1d4a; }
.alert-secondary { .alert-secondary {
color: #383d41; color: #383d41;
@ -4421,7 +4421,7 @@ tbody.collapse.show {
justify-content: center; justify-content: center;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #0052CC; background-color: #8753D5;
transition: width 0.6s ease; } transition: width 0.6s ease; }
.progress-bar-striped { .progress-bar-striped {
@ -4479,8 +4479,8 @@ tbody.collapse.show {
.list-group-item.active { .list-group-item.active {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #0052CC; background-color: #8753D5;
border-color: #0052CC; } border-color: #8753D5; }
.list-group-flush .list-group-item { .list-group-flush .list-group-item {
border-right: 0; border-right: 0;
@ -4494,15 +4494,15 @@ tbody.collapse.show {
border-bottom: 0; } border-bottom: 0; }
.list-group-item-primary { .list-group-item-primary {
color: #002b6a; color: #462b6f;
background-color: #b8cff1; } background-color: #ddcff3; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #002b6a; color: #462b6f;
background-color: #a3c1ed; } background-color: #cfbbee; }
.list-group-item-primary.list-group-item-action.active { .list-group-item-primary.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #002b6a; background-color: #462b6f;
border-color: #002b6a; } border-color: #462b6f; }
.list-group-item-secondary { .list-group-item-secondary {
color: #383d41; color: #383d41;
@ -5083,12 +5083,12 @@ button.close {
vertical-align: text-top !important; } vertical-align: text-top !important; }
.bg-primary { .bg-primary {
background-color: #0052CC !important; } background-color: #8753D5 !important; }
a.bg-primary:hover, a.bg-primary:focus, a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover, button.bg-primary:hover,
button.bg-primary:focus { button.bg-primary:focus {
background-color: #003e99 !important; } background-color: #6c30c5 !important; }
.bg-secondary { .bg-secondary {
background-color: #6c757d !important; } background-color: #6c757d !important; }
@ -5183,7 +5183,7 @@ button.bg-dark:focus {
border-left: 0 !important; } border-left: 0 !important; }
.border-primary { .border-primary {
border-color: #0052CC !important; } border-color: #8753D5 !important; }
.border-secondary { .border-secondary {
border-color: #6c757d !important; } border-color: #6c757d !important; }
@ -6913,10 +6913,10 @@ button.bg-dark:focus {
color: #fff !important; } color: #fff !important; }
.text-primary { .text-primary {
color: #0052CC !important; } color: #8753D5 !important; }
a.text-primary:hover, a.text-primary:focus { a.text-primary:hover, a.text-primary:focus {
color: #003e99 !important; } color: #6c30c5 !important; }
.text-secondary { .text-secondary {
color: #6c757d !important; } color: #6c757d !important; }
@ -7102,7 +7102,7 @@ a.skip-link {
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active { .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
color: #fff !important; color: #fff !important;
text-decoration: none; text-decoration: none;
background-color: #0052CC; } background-color: #8753D5; }
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled { .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
color: #6c757d !important; color: #6c757d !important;
background-color: transparent; } background-color: transparent; }

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8713
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.7.0", "version": "0.8.0",
"description": "WordPress Theme framework", "description": "WordPress Theme framework",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -3,4 +3,4 @@
// Just copy a variable from src/sass/bootstrap4/_variables.scss, paste it here and edit the value. // Just copy a variable from src/sass/bootstrap4/_variables.scss, paste it here and edit the value.
$primary: #0052CC; // Thats a sample how you could change a BootStrap variable. $primary: #8753D5; // Thats a sample how you could change a BootStrap variable.

View File

@ -8,7 +8,7 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
That downloads everything and moves it in place so that you can recompile your CSS and JS files; That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child; A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.7.0 Version: 0.8.0
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2 UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html