minor styling improvements, increment version
This commit is contained in:
parent
a7dbb5b297
commit
1283fd2b74
8 changed files with 24 additions and 24 deletions
|
@ -7,16 +7,16 @@ $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
|
||||
// /* 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
|
||||
|
|
|
@ -32,12 +32,12 @@
|
|||
@import "../../node_modules/bootstrap/scss/button-group";
|
||||
// @import "../../node_modules/bootstrap/scss/nav";
|
||||
// @import "../../node_modules/bootstrap/scss/navbar";
|
||||
@import "../../node_modules/bootstrap/scss/card";
|
||||
// @import "../../node_modules/bootstrap/scss/card";
|
||||
// @import "../../node_modules/bootstrap/scss/accordion";
|
||||
// @import "../../node_modules/bootstrap/scss/breadcrumb";
|
||||
@import "../../node_modules/bootstrap/scss/pagination";
|
||||
// @import "../../node_modules/bootstrap/scss/badge";
|
||||
@import "../../node_modules/bootstrap/scss/alert";
|
||||
// @import "../../node_modules/bootstrap/scss/alert";
|
||||
// @import "../../node_modules/bootstrap/scss/progress";
|
||||
@import "../../node_modules/bootstrap/scss/list-group";
|
||||
// @import "../../node_modules/bootstrap/scss/close";
|
||||
|
|
|
@ -149,7 +149,6 @@ section.tsml-widget-upcoming.widget_tsml_widget_upcoming.widget div.tsml-no-upco
|
|||
#tsml .results {
|
||||
.alert-warning {
|
||||
color: $input-focus-color;
|
||||
// background-color: $input-bg;
|
||||
background-color: rgba(21,28,40,0.85);
|
||||
border-color: $input-border-color;
|
||||
}
|
||||
|
|
|
@ -260,8 +260,9 @@ div.wpforms-container-full .wpforms-form button[type="submit"] {
|
|||
font-family: $font-family-handbrush;
|
||||
}
|
||||
div.wpforms-container-full div.wpforms-confirmation-container-full {
|
||||
@extend .alert;
|
||||
@extend .alert-success;
|
||||
color: $input-focus-color;
|
||||
background-color: rgba(21,28,40,0.85);
|
||||
border-color: $input-border-color;
|
||||
}
|
||||
select {
|
||||
@extend .form-select;
|
||||
|
@ -280,7 +281,7 @@ select {
|
|||
|
||||
|
||||
/* Front page layout */
|
||||
.rpwwt-widget ul li img { margin: .5em .75em .75em 0; }
|
||||
.rpwwt-widget ul li img { margin: .5em .75em .75em 0 !important; }
|
||||
main#fp-main > div.fp-grid {
|
||||
display: grid !important;
|
||||
grid-template-columns: 1fr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue