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%);