X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fcatalog%2Fcatalog.component.scss;h=49195a449a350a8ecd5f31dcfee8ba2fbfe102bb;hb=a0180adc6a1e1ec09472549596428b70d48db3fc;hp=0f9d8889137b59219914d6712647f6a3a902ee5a;hpb=226fd436a085f717d4cbf81bf1719bdaf1468414;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/catalog/catalog.component.scss b/webapp-frontend/src/app/catalog/catalog.component.scss index 0f9d8889..49195a44 100644 --- a/webapp-frontend/src/app/catalog/catalog.component.scss +++ b/webapp-frontend/src/app/catalog/catalog.component.scss @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,15 +20,6 @@ .catalog__section { } -.catalog__header { - text-align: center; - color: #432c85; - font-size: 50px; - font-weight: 200; - letter-spacing: .1em; - transform: translate(149 56); -} - .spinner-container { height: 100px; width: 100px; @@ -45,6 +36,10 @@ background-color: transparent; } +.mat-column-action { + max-width: 200px; +} + .catalog-button-row button{ margin-right: 5px; }