From cae708aa628def8454c95809242fa205e665d296 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Mon, 14 Sep 2020 11:42:43 -0500 Subject: [PATCH] Added missing styles in global.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - missing styles in global.css --- app/javascript/styles/global.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/global.css b/app/javascript/styles/global.css index c78e590f..0451762a 100644 --- a/app/javascript/styles/global.css +++ b/app/javascript/styles/global.css @@ -519,6 +519,7 @@ pre { .maxW212PX { max-width: 212px; } .minW330PX { min-width: 330px; } +.minW120PX { min-width: 120px; } .minW76PX { min-width: 76px; } .minW20PX { min-width: 20px; } .minW14PX { min-width: 14px; } @@ -531,13 +532,16 @@ pre { .w645PX { width: 645px; } .w340PX { width: 340px; } .w330PX { width: 330px; } +.w300PX { width: 300px; } .w240PX { width: 240px; } +.w208PX { width: 208px; } .w115PX { width: 115px; } .w84PX { width: 84px; } .w76PX { width: 76px; } .w72PX { width: 72px; } .w60PX { width: 60px; } .w50PX { width: 50px; } +.w40PX { width: 40px; } .w20PX { width: 20px; } .w14PX { width: 14px; } .w10PX { width: 10px; } @@ -759,13 +763,14 @@ pre { .pt53PX { padding-top: 53px; } .pt15 { padding-top: 15px; } .pt10 { padding-top: 10px; } +.pt7 { padding-top: 7px; } .pt5 { padding-top: 5px; } .pt2 { padding-top: 2px; } .pb15 { padding-bottom: 15px; } .pb10 { padding-bottom: 10px; } .pb5 { padding-bottom: 5px; } -.pb3 { padding-bottom: 3px; } +.pb2 { padding-bottom: 2px; } .pl35 { padding-left: 35px; } .pl25 { padding-left: 25px; }