diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core.css b/src/main/webapp/resources/css/fims/framework/common/xit-core.css index 4193f6d7..9744c709 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core.css @@ -10953,6 +10953,10 @@ button.list-group-item-gray.active { width: 35% !important; } +.w-40 { + width: 40% !important; +} + .w-45 { width: 45% !important; } @@ -10981,10 +10985,22 @@ button.list-group-item-gray.active { width: 75% !important; } +.w-80 { + width: 80% !important; +} + .w-85 { width: 85% !important; } +.w-90 { + width: 90% !important; +} + +.w-95 { + width: 95% !important; +} + .w-100 { width: 100% !important; }