diff --git a/src/main/resources/static/css/base.css b/src/main/resources/static/css/base.css index e01d63e..ad281d4 100644 --- a/src/main/resources/static/css/base.css +++ b/src/main/resources/static/css/base.css @@ -18,4 +18,45 @@ } #search_modal_content{ height : 80vh; -} \ No newline at end of file +} + +.w-10{ + width : 10%!important; +} + +.w-15{ + width : 15%!important; +} + +.w-20{ + width : 20%!important; +} + +.w-25{ + width : 25%!important; +} + +.w-30{ + width : 30%!important; +} +.w-35{ + width : 35%!important; +} +.w-40{ + width : 40%!important; +} +.w-45{ + width : 45%!important; +} +.w-50{ + width : 50%!important; +} +.w-55{ + width : 50%!important; +} +.w-60{ + width : 60%!important; +} +.w-65{ + width : 65%!important; +} diff --git a/src/main/resources/static/dev/base.css b/src/main/resources/static/dev/base.css index e01d63e..ad281d4 100644 --- a/src/main/resources/static/dev/base.css +++ b/src/main/resources/static/dev/base.css @@ -18,4 +18,45 @@ } #search_modal_content{ height : 80vh; -} \ No newline at end of file +} + +.w-10{ + width : 10%!important; +} + +.w-15{ + width : 15%!important; +} + +.w-20{ + width : 20%!important; +} + +.w-25{ + width : 25%!important; +} + +.w-30{ + width : 30%!important; +} +.w-35{ + width : 35%!important; +} +.w-40{ + width : 40%!important; +} +.w-45{ + width : 45%!important; +} +.w-50{ + width : 50%!important; +} +.w-55{ + width : 50%!important; +} +.w-60{ + width : 60%!important; +} +.w-65{ + width : 65%!important; +}