From 7389cf164cab6c27bdf1eec5125486bd90383046 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 11 Jun 2023 14:51:24 -0400 Subject: [PATCH] extra style --- src/index.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/index.css b/src/index.css index 7542d23..8a07166 100644 --- a/src/index.css +++ b/src/index.css @@ -9,6 +9,9 @@ font-family: "Product Sans"; src: url("./assets/fonts/Product Sans Bold.ttf"); } + + + .job-action{ background-color: lightgoldenrodyellow; height: 100px; @@ -47,6 +50,19 @@ height: 95px; padding: 5px; } + +.short_style{ + background-color: transparent; +} +.lr{ + background-color: lightpink; +} +.lg{ + background-color: lightgreen; +} +.lb{ + background-color: lightblue; +} .offer-slide-item{ background: rgb(2,0,36); background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(3,51,2,0.782125350140056) 0%, rgba(0,212,255,0.07904411764705888) 0%, rgba(153,182,201,1) 99%);