diff --git a/btc-UI/src/app/components/sidebar/sidebar.component.css b/btc-UI/src/app/components/sidebar/sidebar.component.css index c93e85a..5edc205 100755 --- a/btc-UI/src/app/components/sidebar/sidebar.component.css +++ b/btc-UI/src/app/components/sidebar/sidebar.component.css @@ -379,24 +379,26 @@ /* View RC Modal Box */ .viewrc-modal-box { - width: 800px; - height: 500px; - background: #fff; - color: black; + width: 1100px; + height: 800px; + background: hsl(210, 100%, 100%); + color: rgb(0, 0, 0); padding: 30px; border-radius: 6px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; + } /* View RC Modal Title */ .viewrc-modal-title { text-align: center; font-weight: bold; - font-size: 20px; + font-size: 25px; color: #2980b9; margin-bottom: 20px; + } /* View RC Modal Body */ @@ -408,10 +410,29 @@ flex: 1; margin-bottom: 20px; overflow-y: auto; /* π Adds scroll when needed */ - max-height: 350px; /* π Limit the height to leave space for footer */ + max-height: 700px; /* π Limit the height to leave space for footer */ padding-right: 10px; /* Optional: avoids content touching scrollbar */ + border-radius: 0.6rem; + background-color: rgb(228, 237, 252); } +.new{ + color: #0077b6; + font-size: 1.8rem; + font-weight: bold; +} + +.table_col{ + color: rgb(19, 88, 128); + font-size: 1.5rem; + font-weight: bold; +} + +.table_col1{ + color: #01050f; + font-size: 1.5rem; + font-weight: bold; +} /* View RC Modal Footer */ .viewrc-modal-footer { display: flex; @@ -420,6 +441,17 @@ gap: 10px; } + +h4{ + font-size: 1.6rem; + font-weight: bold; +} + +.top{ + font-size: 1.4rem; + font-weight: bold; +} + .viewrc-cancel-btn, .viewrc-print-btn { flex: 1; diff --git a/btc-UI/src/app/components/sidebar/sidebar.component.html b/btc-UI/src/app/components/sidebar/sidebar.component.html index f017338..f785a2f 100755 --- a/btc-UI/src/app/components/sidebar/sidebar.component.html +++ b/btc-UI/src/app/components/sidebar/sidebar.component.html @@ -205,46 +205,47 @@ +