c79fd99f by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2ab6ae61
...@@ -16529,18 +16529,9 @@ td.hidden { ...@@ -16529,18 +16529,9 @@ td.hidden {
16529 } 16529 }
16530 } 16530 }
16531 16531
16532 .external-link .item {
16533 width: 96%;
16534 }
16535 @media only screen and (max-width: 768px) {
16536 .external-link .item {
16537 width: 92%;
16538 }
16539 }
16540
16541 .toolkit:before { 16532 .toolkit:before {
16542 content: ""; 16533 content: "";
16543 height: 50px; 16534 height: 40px;
16544 width: 40px; 16535 width: 40px;
16545 margin-right: 10px; 16536 margin-right: 10px;
16546 display: inline-block; 16537 display: inline-block;
...@@ -16557,21 +16548,22 @@ td.hidden { ...@@ -16557,21 +16548,22 @@ td.hidden {
16557 } 16548 }
16558 } 16549 }
16559 16550
16560 .external-link .item-content a:after { 16551 .external-link:before {
16561 content: ""; 16552 content: "";
16562 height: 22px; 16553 height: 40px;
16563 width: 22px; 16554 width: 30px;
16564 margin-left: 10px; 16555 margin-top: 10px;
16556 margin-right: 10px;
16565 display: inline-block; 16557 display: inline-block;
16566 background-size: contain; 16558 background-size: contain;
16567 background-repeat: no-repeat; 16559 background-repeat: no-repeat;
16568 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.24' height='21.22' viewBox='0 0 21.24 21.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_151' data-name='Rectangle 151' width='21.24' height='21.22' fill='%23156570'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_14_1' data-name='Component 14 %E2%80%93 1' transform='translate(0 0)'%3E%3Cpath id='Path_1277' data-name='Path 1277' d='M0 0V21.22H21.24V9.905h-2.6v8.729H2.618V2.553h8.5V0Z' transform='translate(0 0)' fill='%23156570'/%3E%3Cg id='Group_1023' data-name='Group 1023' transform='translate(0 0)'%3E%3Cg id='Group_1022' data-name='Group 1022' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1278' data-name='Path 1278' d='M18.3 13.81l-1.941-1.935L25.682 2.6h-2.59V.016h7.014v7H27.535V4.543L18.3 13.81' transform='translate(-8.867 -0.009)' fill='%23156570'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); 16560 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.24' height='21.22' viewBox='0 0 21.24 21.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_151' data-name='Rectangle 151' width='21.24' height='21.22' fill='%23156570'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_14_1' data-name='Component 14 %E2%80%93 1' transform='translate(0 0)'%3E%3Cpath id='Path_1277' data-name='Path 1277' d='M0 0V21.22H21.24V9.905h-2.6v8.729H2.618V2.553h8.5V0Z' transform='translate(0 0)' fill='%230484b8'/%3E%3Cg id='Group_1023' data-name='Group 1023' transform='translate(0 0)'%3E%3Cg id='Group_1022' data-name='Group 1022' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1278' data-name='Path 1278' d='M18.3 13.81l-1.941-1.935L25.682 2.6h-2.59V.016h7.014v7H27.535V4.543L18.3 13.81' transform='translate(-8.867 -0.009)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
16569 } 16561 }
16570 @media only screen and (max-width: 768px) { 16562 @media only screen and (max-width: 768px) {
16571 .external-link .item-content a:after { 16563 .external-link:before {
16572 height: 22px; 16564 height: 30px;
16573 width: 22px; 16565 width: 30px;
16574 scroll-margin-left: 5px; 16566 margin-right: 5px;
16575 margin-top: 5px; 16567 margin-top: 5px;
16576 } 16568 }
16577 } 16569 }
......
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.
...@@ -145,18 +145,18 @@ td.hidden { ...@@ -145,18 +145,18 @@ td.hidden {
145 } 145 }
146 } 146 }
147 } 147 }
148 .external-link{ 148 // .external-link{
149 .item { 149 // .item {
150 width: 96%; 150 // width: 96%;
151 @media only screen and (max-width: 768px) { 151 // @media only screen and (max-width: 768px) {
152 width: 92%; 152 // width: 92%;
153 } 153 // }
154 } 154 // }
155 } 155 // }
156 156
157 .toolkit:before { 157 .toolkit:before {
158 content: ""; 158 content: "";
159 height: 50px; 159 height: 40px;
160 width: 40px; 160 width: 40px;
161 margin-right: 10px; 161 margin-right: 10px;
162 @media only screen and (max-width: 768px) { 162 @media only screen and (max-width: 768px) {
...@@ -172,22 +172,22 @@ td.hidden { ...@@ -172,22 +172,22 @@ td.hidden {
172 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); 172 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E");
173 } 173 }
174 174
175 .external-link .item-content a:after { 175 .external-link:before {
176 content: ""; 176 content: "";
177 height: 22px; 177 height: 40px;
178 width: 22px; 178 width: 30px;
179 margin-left: 10px; 179 margin-top: 10px;
180 margin-right: 10px;
180 @media only screen and (max-width: 768px) { 181 @media only screen and (max-width: 768px) {
181 height: 22px; 182 height: 30px;
182 width: 22px; 183 width: 30px;
183 scroll-margin-left: 5px; 184 margin-right: 5px;
184 margin-top: 5px; 185 margin-top: 5px;
185
186 } 186 }
187 display: inline-block; 187 display: inline-block;
188 background-size: contain; 188 background-size: contain;
189 background-repeat: no-repeat; 189 background-repeat: no-repeat;
190 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.24' height='21.22' viewBox='0 0 21.24 21.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_151' data-name='Rectangle 151' width='21.24' height='21.22' fill='%23156570'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_14_1' data-name='Component 14 %E2%80%93 1' transform='translate(0 0)'%3E%3Cpath id='Path_1277' data-name='Path 1277' d='M0 0V21.22H21.24V9.905h-2.6v8.729H2.618V2.553h8.5V0Z' transform='translate(0 0)' fill='%23156570'/%3E%3Cg id='Group_1023' data-name='Group 1023' transform='translate(0 0)'%3E%3Cg id='Group_1022' data-name='Group 1022' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1278' data-name='Path 1278' d='M18.3 13.81l-1.941-1.935L25.682 2.6h-2.59V.016h7.014v7H27.535V4.543L18.3 13.81' transform='translate(-8.867 -0.009)' fill='%23156570'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); 190 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.24' height='21.22' viewBox='0 0 21.24 21.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_151' data-name='Rectangle 151' width='21.24' height='21.22' fill='%23156570'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_14_1' data-name='Component 14 %E2%80%93 1' transform='translate(0 0)'%3E%3Cpath id='Path_1277' data-name='Path 1277' d='M0 0V21.22H21.24V9.905h-2.6v8.729H2.618V2.553h8.5V0Z' transform='translate(0 0)' fill='%230484b8'/%3E%3Cg id='Group_1023' data-name='Group 1023' transform='translate(0 0)'%3E%3Cg id='Group_1022' data-name='Group 1022' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1278' data-name='Path 1278' d='M18.3 13.81l-1.941-1.935L25.682 2.6h-2.59V.016h7.014v7H27.535V4.543L18.3 13.81' transform='translate(-8.867 -0.009)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
191 } 191 }
192 192
193 193
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0025 8 Version: 1.1.0026
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
......