scss formating
Showing
7 changed files
with
49 additions
and
45 deletions
| ... | @@ -15617,13 +15617,13 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -15617,13 +15617,13 @@ figure.woocommerce-product-gallery__wrapper { |
| 15617 | p { | 15617 | p { |
| 15618 | font-family: "Calibri"; | 15618 | font-family: "Calibri"; |
| 15619 | font-size: 18px; | 15619 | font-size: 18px; |
| 15620 | color: #5B6770; | 15620 | color: #5b6770; |
| 15621 | line-height: 21px; | 15621 | line-height: 21px; |
| 15622 | } | 15622 | } |
| 15623 | 15623 | ||
| 15624 | ol li { | 15624 | ol li { |
| 15625 | font-size: 18px; | 15625 | font-size: 18px; |
| 15626 | color: #5B6770; | 15626 | color: #5b6770; |
| 15627 | line-height: 21px; | 15627 | line-height: 21px; |
| 15628 | margin-bottom: 10px; | 15628 | margin-bottom: 10px; |
| 15629 | } | 15629 | } |
| ... | @@ -15701,12 +15701,21 @@ h2, .h2 { | ... | @@ -15701,12 +15701,21 @@ h2, .h2 { |
| 15701 | } | 15701 | } |
| 15702 | 15702 | ||
| 15703 | @media (min-width: 1400px) { | 15703 | @media (min-width: 1400px) { |
| 15704 | .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { | 15704 | .container, |
| 15705 | .container-lg, | ||
| 15706 | .container-md, | ||
| 15707 | .container-sm, | ||
| 15708 | .container-xl, | ||
| 15709 | .container-xxl { | ||
| 15705 | max-width: 1366px; | 15710 | max-width: 1366px; |
| 15706 | } | 15711 | } |
| 15707 | } | 15712 | } |
| 15708 | @media (min-width: 1200px) { | 15713 | @media (min-width: 1200px) { |
| 15709 | .container, .container-lg, .container-md, .container-sm, .container-xl { | 15714 | .container, |
| 15715 | .container-lg, | ||
| 15716 | .container-md, | ||
| 15717 | .container-sm, | ||
| 15718 | .container-xl { | ||
| 15710 | max-width: 1234px; | 15719 | max-width: 1234px; |
| 15711 | } | 15720 | } |
| 15712 | } | 15721 | } |
| ... | @@ -15773,7 +15782,7 @@ h2, .h2 { | ... | @@ -15773,7 +15782,7 @@ h2, .h2 { |
| 15773 | .numbers-top .wp-block-column:first-child { | 15782 | .numbers-top .wp-block-column:first-child { |
| 15774 | margin-left: -100%; | 15783 | margin-left: -100%; |
| 15775 | padding-left: 100%; | 15784 | padding-left: 100%; |
| 15776 | background-color: #333F48; | 15785 | background-color: #333f48; |
| 15777 | flex-basis: 292% !important; | 15786 | flex-basis: 292% !important; |
| 15778 | padding-top: 50px; | 15787 | padding-top: 50px; |
| 15779 | padding-right: 50px; | 15788 | padding-right: 50px; |
| ... | @@ -15950,7 +15959,7 @@ h2, .h2 { | ... | @@ -15950,7 +15959,7 @@ h2, .h2 { |
| 15950 | margin-right: 20px; | 15959 | margin-right: 20px; |
| 15951 | background-repeat: no-repeat; | 15960 | background-repeat: no-repeat; |
| 15952 | background-position: center; | 15961 | background-position: center; |
| 15953 | background-image: url(/wp-content/themes/understrap-child/src/images/clip_borad.svg); | 15962 | background-image: url("/wp-content/themes/understrap-child/src/images/clip_borad.svg"); |
| 15954 | } | 15963 | } |
| 15955 | .numbers-second .wp-block-column:first-child a.wp-block-button__link:after { | 15964 | .numbers-second .wp-block-column:first-child a.wp-block-button__link:after { |
| 15956 | content: ""; | 15965 | content: ""; |
| ... | @@ -15973,7 +15982,7 @@ h2, .h2 { | ... | @@ -15973,7 +15982,7 @@ h2, .h2 { |
| 15973 | margin-left: 0; | 15982 | margin-left: 0; |
| 15974 | margin-right: -50%; | 15983 | margin-right: -50%; |
| 15975 | padding-right: 50%; | 15984 | padding-right: 50%; |
| 15976 | background-color: #005EB8; | 15985 | background-color: #005eb8; |
| 15977 | flex-basis: 108% !important; | 15986 | flex-basis: 108% !important; |
| 15978 | padding-top: 0px; | 15987 | padding-top: 0px; |
| 15979 | padding-bottom: 50px; | 15988 | padding-bottom: 50px; |
| ... | @@ -16024,7 +16033,7 @@ h2, .h2 { | ... | @@ -16024,7 +16033,7 @@ h2, .h2 { |
| 16024 | } | 16033 | } |
| 16025 | 16034 | ||
| 16026 | .wp-block-group.register { | 16035 | .wp-block-group.register { |
| 16027 | background-color: #F2F2F2; | 16036 | background-color: #f2f2f2; |
| 16028 | margin-left: -100%; | 16037 | margin-left: -100%; |
| 16029 | padding-left: 100%; | 16038 | padding-left: 100%; |
| 16030 | margin-right: -50%; | 16039 | margin-right: -50%; |
| ... | @@ -16228,7 +16237,8 @@ h2, .h2 { | ... | @@ -16228,7 +16237,8 @@ h2, .h2 { |
| 16228 | .wp-block-group.register .wpcf7 .acceptance-548 { | 16237 | .wp-block-group.register .wpcf7 .acceptance-548 { |
| 16229 | text-transform: none; | 16238 | text-transform: none; |
| 16230 | } | 16239 | } |
| 16231 | .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after, .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after { | 16240 | .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after, |
| 16241 | .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after { | ||
| 16232 | position: absolute; | 16242 | position: absolute; |
| 16233 | top: 10px; | 16243 | top: 10px; |
| 16234 | left: 100%; | 16244 | left: 100%; |
| ... | @@ -16281,13 +16291,15 @@ h2, .h2 { | ... | @@ -16281,13 +16291,15 @@ h2, .h2 { |
| 16281 | } | 16291 | } |
| 16282 | } | 16292 | } |
| 16283 | 16293 | ||
| 16284 | .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li { | 16294 | .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal li, |
| 16295 | .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal li { | ||
| 16285 | display: block !important; | 16296 | display: block !important; |
| 16286 | margin-bottom: 50px; | 16297 | margin-bottom: 50px; |
| 16287 | overflow: visible !important; | 16298 | overflow: visible !important; |
| 16288 | } | 16299 | } |
| 16289 | 16300 | ||
| 16290 | .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after, .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after { | 16301 | .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after, |
| 16302 | .wp-block-group.register .wpcf7 .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after { | ||
| 16291 | position: absolute; | 16303 | position: absolute; |
| 16292 | top: 22px; | 16304 | top: 22px; |
| 16293 | left: 0%; | 16305 | left: 0%; |
| ... | @@ -16434,7 +16446,7 @@ ul.social li a { | ... | @@ -16434,7 +16446,7 @@ ul.social li a { |
| 16434 | overflow: hidden; | 16446 | overflow: hidden; |
| 16435 | background-size: 400%; | 16447 | background-size: 400%; |
| 16436 | box-shadow: none !important; | 16448 | box-shadow: none !important; |
| 16437 | border: solid 0px #4A4E4F; | 16449 | border: solid 0px #4a4e4f; |
| 16438 | background-color: transparent !important; | 16450 | background-color: transparent !important; |
| 16439 | margin-top: 0px; | 16451 | margin-top: 0px; |
| 16440 | margin-bottom: 0rem; | 16452 | margin-bottom: 0rem; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| 1 | #wrapper-footer{ | 1 | #wrapper-footer { |
| 2 | background-color:#012169; | 2 | background-color: #012169; |
| 3 | height: 273px; | 3 | height: 273px; |
| 4 | @media screen and (max-width: 768px) { | 4 | @media screen and (max-width: 768px) { |
| 5 | height: auto; | 5 | height: auto; |
| 6 | padding-bottom: 50px; | 6 | padding-bottom: 50px; |
| 7 | } | 7 | } |
| 8 | a{ | 8 | a { |
| 9 | color: #fff; | 9 | color: #fff; |
| 10 | } | 10 | } |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | .footer-widget{ | 13 | .footer-widget { |
| 14 | width: 39%; | 14 | width: 39%; |
| 15 | display: inline-block; | 15 | display: inline-block; |
| 16 | position: relative; | 16 | position: relative; |
| ... | @@ -21,17 +21,17 @@ | ... | @@ -21,17 +21,17 @@ |
| 21 | width: 90%; | 21 | width: 90%; |
| 22 | padding-left: 5%; | 22 | padding-left: 5%; |
| 23 | } | 23 | } |
| 24 | p{ | 24 | p { |
| 25 | font-size: 14px; | 25 | font-size: 14px; |
| 26 | text-align: right; | 26 | text-align: right; |
| 27 | margin-top:0px; | 27 | margin-top: 0px; |
| 28 | color: #fff; | 28 | color: #fff; |
| 29 | @media screen and (max-width: 768px) { | 29 | @media screen and (max-width: 768px) { |
| 30 | text-align: left; | 30 | text-align: left; |
| 31 | } | 31 | } |
| 32 | } | 32 | } |
| 33 | } | 33 | } |
| 34 | .footer-left{ | 34 | .footer-left { |
| 35 | width: 60%; | 35 | width: 60%; |
| 36 | display: inline-block; | 36 | display: inline-block; |
| 37 | position: relative; | 37 | position: relative; |
| ... | @@ -41,36 +41,33 @@ | ... | @@ -41,36 +41,33 @@ |
| 41 | width: 90%; | 41 | width: 90%; |
| 42 | padding-left: 5%; | 42 | padding-left: 5%; |
| 43 | } | 43 | } |
| 44 | p{ | 44 | p { |
| 45 | position: relative; | 45 | position: relative; |
| 46 | right: 0px; | 46 | right: 0px; |
| 47 | text-align: left; | 47 | text-align: left; |
| 48 | margin-top:0px; | 48 | margin-top: 0px; |
| 49 | color: #fff; | 49 | color: #fff; |
| 50 | } | 50 | } |
| 51 | 51 | } | |
| 52 | } | 52 | div.social { |
| 53 | div.social{ | ||
| 54 | |||
| 55 | position: relative; | 53 | position: relative; |
| 56 | right: 0px; | 54 | right: 0px; |
| 57 | top:0px; | 55 | top: 0px; |
| 58 | width: 300px; | 56 | width: 300px; |
| 59 | display: block; | 57 | display: block; |
| 60 | float: right; | 58 | float: right; |
| 61 | @media screen and (max-width: 768px) { | 59 | @media screen and (max-width: 768px) { |
| 62 | float: left; | 60 | float: left; |
| 63 | } | 61 | } |
| 64 | 62 | } | |
| 65 | } | 63 | ul.social { |
| 66 | ul.social { | ||
| 67 | list-style-position: inside; | 64 | list-style-position: inside; |
| 68 | text-align: right; | 65 | text-align: right; |
| 69 | margin-top:0px ; | 66 | margin-top: 0px; |
| 70 | margin-bottom: 0rem !important; | 67 | margin-bottom: 0rem !important; |
| 71 | @media screen and (max-width: 768px) { | 68 | @media screen and (max-width: 768px) { |
| 72 | text-align: left; | 69 | text-align: left; |
| 73 | padding-left:0px !important; | 70 | padding-left: 0px !important; |
| 74 | margin-bottom: 0.7rem !important; | 71 | margin-bottom: 0.7rem !important; |
| 75 | } | 72 | } |
| 76 | li { | 73 | li { |
| ... | @@ -82,21 +79,20 @@ ul.social { | ... | @@ -82,21 +79,20 @@ ul.social { |
| 82 | display: inline-block; | 79 | display: inline-block; |
| 83 | width: 36px !important; | 80 | width: 36px !important; |
| 84 | height: 36px !important; | 81 | height: 36px !important; |
| 85 | background:url(/wp-content/themes/understrap-child/src/images/social.svg) no-repeat; | 82 | background: url(/wp-content/themes/understrap-child/src/images/social.svg) |
| 83 | no-repeat; | ||
| 86 | text-indent: 100%; | 84 | text-indent: 100%; |
| 87 | white-space: nowrap; | 85 | white-space: nowrap; |
| 88 | overflow: hidden; | 86 | overflow: hidden; |
| 89 | background-size: 400%; | 87 | background-size: 400%; |
| 90 | box-shadow: none !important; | 88 | box-shadow: none !important; |
| 91 | border: solid 0px #4A4E4F; | 89 | border: solid 0px #4a4e4f; |
| 92 | background-color: transparent !important; | 90 | background-color: transparent !important; |
| 93 | margin-top:0px ; | 91 | margin-top: 0px; |
| 94 | margin-bottom: 0rem; | 92 | margin-bottom: 0rem; |
| 95 | |||
| 96 | } | 93 | } |
| 97 | 94 | ||
| 98 | a.twitter-icon { | 95 | a.twitter-icon { |
| 99 | |||
| 100 | background-position: 0% 0%; | 96 | background-position: 0% 0%; |
| 101 | 97 | ||
| 102 | &:hover { | 98 | &:hover { |
| ... | @@ -110,11 +106,9 @@ ul.social { | ... | @@ -110,11 +106,9 @@ ul.social { |
| 110 | &:focus { | 106 | &:focus { |
| 111 | opacity: 0.5; | 107 | opacity: 0.5; |
| 112 | } | 108 | } |
| 113 | |||
| 114 | } | 109 | } |
| 115 | 110 | ||
| 116 | a.instagram-icon { | 111 | a.instagram-icon { |
| 117 | |||
| 118 | background-position: 33% 0%; | 112 | background-position: 33% 0%; |
| 119 | 113 | ||
| 120 | &:hover { | 114 | &:hover { |
| ... | @@ -131,7 +125,6 @@ ul.social { | ... | @@ -131,7 +125,6 @@ ul.social { |
| 131 | } | 125 | } |
| 132 | 126 | ||
| 133 | a.facebook-icon { | 127 | a.facebook-icon { |
| 134 | |||
| 135 | background-position: 66% 0%; | 128 | background-position: 66% 0%; |
| 136 | 129 | ||
| 137 | &:hover { | 130 | &:hover { |
| ... | @@ -148,8 +141,6 @@ ul.social { | ... | @@ -148,8 +141,6 @@ ul.social { |
| 148 | } | 141 | } |
| 149 | 142 | ||
| 150 | a.linkedin-icon { | 143 | a.linkedin-icon { |
| 151 | |||
| 152 | |||
| 153 | background-position: 100% 0%; | 144 | background-position: 100% 0%; |
| 154 | 145 | ||
| 155 | &:hover { | 146 | &:hover { |
| ... | @@ -165,4 +156,5 @@ ul.social { | ... | @@ -165,4 +156,5 @@ ul.social { |
| 165 | } | 156 | } |
| 166 | } | 157 | } |
| 167 | } | 158 | } |
| 168 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 159 | } | ||
| 160 | |||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.11 | 8 | Version: 1.1.12 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment