b16a13c3 by Jeremy Groot

updates

1 parent baf0857e
...@@ -14548,6 +14548,7 @@ article > h5 { ...@@ -14548,6 +14548,7 @@ article > h5 {
14548 display: flex; 14548 display: flex;
14549 padding-right: 0; 14549 padding-right: 0;
14550 align-items: center; 14550 align-items: center;
14551 text-decoration: none !important;
14551 } 14552 }
14552 #brokercontent .col-sm-smallMenu .tab_menu > img { 14553 #brokercontent .col-sm-smallMenu .tab_menu > img {
14553 flex-basis: 20%; 14554 flex-basis: 20%;
......
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.
...@@ -361,6 +361,7 @@ article { ...@@ -361,6 +361,7 @@ article {
361 display: flex; 361 display: flex;
362 padding-right:0; 362 padding-right:0;
363 align-items: center; 363 align-items: center;
364 text-decoration: none !important;
364 & > img { 365 & > img {
365 flex-basis: 20%; 366 flex-basis: 20%;
366 } 367 }
......