diff options
Diffstat (limited to 'src/app/vnfs/myvnfs/myvnfs.component.css')
-rw-r--r-- | src/app/vnfs/myvnfs/myvnfs.component.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/vnfs/myvnfs/myvnfs.component.css b/src/app/vnfs/myvnfs/myvnfs.component.css index c1b1169..c0d4c06 100644 --- a/src/app/vnfs/myvnfs/myvnfs.component.css +++ b/src/app/vnfs/myvnfs/myvnfs.component.css @@ -17,7 +17,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ */ @@ -32,4 +31,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. table.table th, table.table td { padding: 0rem; -}
\ No newline at end of file +} +.error-message { + color: red; +} |