diff --git a/src/public/css/seca.css b/src/public/css/seca.css index 629ba1a..d928f4b 100644 --- a/src/public/css/seca.css +++ b/src/public/css/seca.css @@ -14,9 +14,14 @@ .button-medium { height: 3em; - padding: 1em; + padding: 0.5em 1em; border-radius: 10px; } + + .top-notification-good { + top: 25px; + + } } @media (min-width: 769px) { @@ -33,8 +38,41 @@ padding: 1em; border-radius: 10px; } + + .top-notification-good { + top: 50px; + } } +.top-notification-good { + border-radius: 10px; + background-color: rgb(9, 165, 9); + color: white; + font-weight: 800; + opacity: 0.8; + position: fixed; + padding: 20px; + display: flex; + justify-content: space-evenly; + align-items: center; + left: 50%; + transform: translateX(-50%); +} +.top-notification-good > * { + margin: 0 20px; +} +.top-notification-good > *:first-child { + margin-left: 0; +} +.top-notification-good > *:last-child { + margin-right: 0; +} + +.top-notification-good img { + height: 50px; +} + + .badges { display: grid; grid-template-columns: repeat(2, 1fr); diff --git a/src/public/img/circle-check-green.svg b/src/public/img/circle-check-green.svg new file mode 100644 index 0000000..75a0c96 --- /dev/null +++ b/src/public/img/circle-check-green.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/src/public/img/circle-check-white.svg b/src/public/img/circle-check-white.svg new file mode 100644 index 0000000..e5427dc --- /dev/null +++ b/src/public/img/circle-check-white.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/src/views/offers.ejs b/src/views/offers.ejs index da43ce1..241ba7d 100644 --- a/src/views/offers.ejs +++ b/src/views/offers.ejs @@ -178,6 +178,12 @@ +
+ +

¡Oferta creada! Puedes verla en tus ofertas.

+
<%- include("partials/appCommonScripts") %>