diff --git a/src/main/webapp/resources/framework/css/common/xit-core.css b/src/main/webapp/resources/framework/css/common/xit-core.css index 5c9766e8..ef043c9b 100644 --- a/src/main/webapp/resources/framework/css/common/xit-core.css +++ b/src/main/webapp/resources/framework/css/common/xit-core.css @@ -10914,6 +10914,22 @@ button.list-group-item-gray.active { width: 50% !important; } +.w-55 { + width: 55% !important; +} + +.w-60 { + width: 60% !important; +} + +.w-65 { + width: 65% !important; +} + +.w-70 { + width: 70% !important; +} + .w-75 { width: 75% !important; }