Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 12, 2024
1 parent b17f121 commit cd32d2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion myaccount/dist/css/myaccount.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,9 @@ a.active { color: #111; }
display: inline-block;
}

div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, br.hidden, div.showifmore {
display: none;
}

hr {margin: 20px 0;border: 0;border-top: 1px solid #eee;border-bottom: 0;}
.list-unstyled li > .list-unstyled {
Expand All @@ -600,7 +603,8 @@ a:hover {cursor: pointer;}.primary-link {color: #65A0D0;font-weight:
important;}.circle-right {border-radius: 0 25px 25px 0 !important;}.circle-left {border-radius: 25px 0 0 25px !important;}.circle-bottom
{border-radius: 0 0 25px 25px !important;}.circle-top {border-radius:
25px 25px 0 0 !important;}.display-none,.display-hide {display: none
;}.hidden {display: none !important;}.primary-font {font-family:
;}
.primary-font {font-family:
"Open Sans", sans-serif !important;}.bold {font-weight: 700 !
important;}.thin {font-weight: 300 !important;}.uppercase {
text-transform: uppercase !important;}.fix-margin {margin-left: 0px !
Expand Down

0 comments on commit cd32d2f

Please sign in to comment.