From db5501bb77011ae6d8e8391e7ad74267efb5c422 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 16 Jun 2021 15:14:42 +0100 Subject: [PATCH] Remove unused padding classes These were last used for sidebar padding, which is now handled more easily. --- app/assets/stylesheets/common.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 39f2f4670..1ec9e08e0 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1555,18 +1555,6 @@ div.secondary-actions { text-align: center; } -/* Utility for managing inner content areas */ - -.inner22 { padding: $lineheight;} - -.inner12 { padding: $lineheight/2 $lineheight;} - -.inner11 { padding: $lineheight/2;} - -.inner20 { padding: $lineheight 0;} - -.inner02 { padding: 0 $lineheight;} - .buttons { min-width: 200px; input[type="submit"], -- 2.43.2