X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fwim-accounts%2Fwim-account-info%2FWIMAccountInfoComponent.scss;fp=src%2Fapp%2Fwim-accounts%2Fwim-account-info%2FWIMAccountInfoComponent.scss;h=34a3091ed68e30b2bb4e4eaeebbed0cc8a294d78;hb=c84f1123f8ba69f9e2211b2d816bb415e595efaa;hp=021d205d205c7abf80e993ae75932082de457191;hpb=a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6;p=osm%2FNG-UI.git diff --git a/src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.scss b/src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.scss index 021d205..34a3091 100644 --- a/src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.scss +++ b/src/app/wim-accounts/wim-account-info/WIMAccountInfoComponent.scss @@ -14,4 +14,21 @@ limitations under the License. Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) -*/ \ No newline at end of file +*/ +@import "../../../assets/scss/variable.scss"; +.table thead th { + vertical-align: bottom; + border-bottom: 2px solid rgba(0, 0, 0, .1); + } + .table th, .table td { + padding: 1rem; + vertical-align: top; + border-top: 1px solid rgba(0, 0, 0, .1); + border-bottom: transparent; + } + .table b { + background: none; + color: $body-color; + padding-right: 0px; + padding-left: 0px; + } \ No newline at end of file