diff --git a/.gitignore b/.gitignore index 651f49f7..a7763bba 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ docs/_build/ # PyBuilder target/ + +# Local env settings +.env* diff --git a/edivorce/apps/core/static/css/main.scss b/edivorce/apps/core/static/css/main.scss index e5c6d334..2798ba09 100644 --- a/edivorce/apps/core/static/css/main.scss +++ b/edivorce/apps/core/static/css/main.scss @@ -108,6 +108,7 @@ a { .tooltip-arrow { border-top-color: $brand-titles; } +.tooltip.in {opacity: 1;} .tooltip-inner { text-align: left; background-color: $brand-titles; @@ -281,6 +282,21 @@ input { box-shadow: inset 0 1px 1px rgba($color-grey-dark,.075), 0 0 8px rgba($color-grey-medium,.6); } &+i.fa {margin-left: 10px;} + &.form-block { + display: block; + margin-bottom: 10px; + } + &.input-wide { + width: 50%; + } + &.input-narrow { + max-width: 100px; + } + &.input-inline { + padding: 0 20px; + border-radius: 5px; + margin-left: 5px; + } } diff --git a/edivorce/apps/core/templates/styleguide/guide.html b/edivorce/apps/core/templates/styleguide/guide.html index 0beb0e68..3d3f7ce3 100644 --- a/edivorce/apps/core/templates/styleguide/guide.html +++ b/edivorce/apps/core/templates/styleguide/guide.html @@ -13,7 +13,7 @@
- Enter exact date as it appears on your Enter exact date as it appears on your marriage certificate
Payments to support you, not the children.
Enter the location as it appears on the marriage certificate (e.g. city, province or state and country)
+ + + + + + + +