From 5c44a374d59de2161049f992708cb4dc97ffbb0e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 24 Oct 2022 12:13:46 +0300 Subject: [PATCH] glass table text bold 700 --- frontend/less/glass/custom.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/less/glass/custom.less b/frontend/less/glass/custom.less index a269167f6b..97c95d1c40 100644 --- a/frontend/less/glass/custom.less +++ b/frontend/less/glass/custom.less @@ -274,3 +274,9 @@ select.form-control > option { } } } + +.table { + .text-bold { + font-weight: 700; + } +}