From cbdc51a4d48202ae0a34aebeb5a90c3c1b063de3 Mon Sep 17 00:00:00 2001 From: St ef Date: Mon, 31 May 2021 21:24:33 +0000 Subject: [PATCH] add .label-info --- src/main/less/petclinic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/less/petclinic.less b/src/main/less/petclinic.less index 90e98fd7c..99e5a46cd 100644 --- a/src/main/less/petclinic.less +++ b/src/main/less/petclinic.less @@ -177,6 +177,10 @@ table td.action-column { margin-bottom: 0; } +.label-info { + font-weight: bold; +} + .label-warning { text-color: orange; }