b4665459 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 6898b5b9
...@@ -14854,7 +14854,7 @@ td.hidden { ...@@ -14854,7 +14854,7 @@ td.hidden {
14854 .table-like__item { 14854 .table-like__item {
14855 display: block; 14855 display: block;
14856 margin-bottom: 20px; 14856 margin-bottom: 20px;
14857 border-radius: 10px; 14857 border-radius: 0px;
14858 height: 69px; 14858 height: 69px;
14859 background: #ffffff 0% 0% no-repeat padding-box; 14859 background: #ffffff 0% 0% no-repeat padding-box;
14860 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); 14860 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
......
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.
...@@ -200,7 +200,7 @@ td.hidden { ...@@ -200,7 +200,7 @@ td.hidden {
200 .table-like__item { 200 .table-like__item {
201 display: block; 201 display: block;
202 margin-bottom: 20px; 202 margin-bottom: 20px;
203 border-radius: 10px; 203 border-radius: 0px;
204 height: 69px; 204 height: 69px;
205 @media only screen and (max-width: 768px) { 205 @media only screen and (max-width: 768px) {
206 height: auto; 206 height: auto;
......