From 314f0c14a51d731320732c6158777cc135431a58 Mon Sep 17 00:00:00 2001 From: lucascovav Date: Sun, 26 May 2024 06:01:17 -0400 Subject: [PATCH] FechasRecommendations&CheckoutVista --- src/flights/recomendations.css | 292 ++++++++++++++++----------------- 1 file changed, 144 insertions(+), 148 deletions(-) diff --git a/src/flights/recomendations.css b/src/flights/recomendations.css index 5a7d464..dd9f708 100644 --- a/src/flights/recomendations.css +++ b/src/flights/recomendations.css @@ -1,148 +1,144 @@ -.recomendations-container { - display: flex; - } - - .left-recomendation-container { - flex: 1; - padding: 20px; - } - - .right-recomendation-container { - flex: 1; - display: flex; - align-items: center; - justify-content: center; - padding: 20px; - } - - .texto-titulo-recomendaciones { - font-size: 60px; - margin-bottom: 20px; - margin-top: 60px; - font-family: "League Spartan", sans-serif; - color: #000053; - background-color: white; - border-radius: 10px; - } - - .recommendation-subtitle { - font-size: 30px; - margin-bottom: 10px; - font-family: "League Spartan", sans-serif; - color: #000053; - background-color: white; - border-radius: 10px; - padding: 10px; - } - - .recommendation-text { - margin: 0 10px; - font-family: "League Spartan", sans-serif; - color: #000053; - font-size: 20px; - } - - .flight-cell { - display: flex; - justify-content: space-between; - align-items: center; - border: 1px solid #ccc; - border-radius: 10px; - padding: 10px; - margin-bottom: 10px; - background-color: white; - cursor: pointer; - } - - .recommendation-buy-button { - margin-left: auto; - background-color: #007bff; - color: white; - border: none; - padding: 10px 20px; - border-radius: 5px; - cursor: pointer; - } - - .recommendation-buy-button:hover { - background-color: #0056b3; - } - - .flight-details { - width: 80%; - max-width: 600px; - } - - .flight-detail-cell { - border: 1px solid #ccc; - border-radius: 10px; - padding: 20px; - background-color: white; - text-align: center; - } - - .recommendation-image { - margin-left: 40px; - } - - .flight-cell { - display: flex; - justify-content: space-between; - align-items: center; - border: 1px solid #ccc; - border-radius: 10px; - padding: 10px; - margin-bottom: 10px; - background-color: white; - cursor: pointer; - transition: background-color 0.3s ease; - } - - .flight-cell:hover { - background-color: rgba(255, 255, 255, 0.7); - } - - .recommendation-buy-button { - background-color: #007bff; - color: white; - border: none; - padding: 10px 20px; - border-radius: 5px; - cursor: pointer; - } - - .recommendation-buy-button:hover { - background-color: #0056b3; - } - - .flight-details { - width: 80%; - max-width: 600px; - } - - .flight-detail-cell { - border: 1px solid #ccc; - border-radius: 10px; - padding: 20px; - background-color: white; - text-align: center; - } - - .recommendation-image { - margin-right: 20px; - } - - .recommendation-header { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 20px; - background-color: white; - border-radius: 10px; - padding-right: 20px; - } - - .recommendation-update-button { - margin-right: 20px; - } - \ No newline at end of file + +.left-recomendation-container { + flex: 1; + padding: 20px; +} + +.right-recomendation-container { + flex: 1; + display: flex; + align-items: center; + justify-content: center; + padding: 20px; +} + +.texto-titulo-recomendaciones { + font-size: 60px; + margin-bottom: 20px; + margin-top: 60px; + font-family: "League Spartan", sans-serif; + color: #000053; + background-color: white; + border-radius: 10px; +} + +.recommendation-subtitle { + font-size: 30px; + margin-bottom: 10px; + font-family: "League Spartan", sans-serif; + color: #000053; + background-color: white; + border-radius: 10px; + padding: 10px; +} + +.recommendation-text { + margin: 0 10px; + font-family: "League Spartan", sans-serif; + color: #000053; + font-size: 20px; +} + +.flight-cell { + display: flex; + justify-content: space-between; + align-items: center; + border: 1px solid #ccc; + border-radius: 10px; + padding: 10px; + margin-bottom: 10px; + background-color: white; + cursor: pointer; +} + +.recommendation-buy-button { + margin-left: auto; + background-color: #007bff; + color: white; + border: none; + padding: 10px 20px; + border-radius: 5px; + cursor: pointer; +} + +.recommendation-buy-button:hover { + background-color: #0056b3; +} + +.flight-details { + width: 80%; + max-width: 600px; +} + +.flight-detail-cell { + border: 1px solid #ccc; + border-radius: 10px; + padding: 20px; + background-color: white; + text-align: center; +} + +.recommendation-image { + margin-left: 40px; +} + +.flight-cell { + display: flex; + justify-content: space-between; + align-items: center; + border: 1px solid #ccc; + border-radius: 10px; + padding: 10px; + margin-bottom: 10px; + background-color: white; + cursor: pointer; + transition: background-color 0.3s ease; +} + +.flight-cell:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +.recommendation-buy-button { + background-color: #007bff; + color: white; + border: none; + padding: 10px 20px; + border-radius: 5px; + cursor: pointer; +} + +.recommendation-buy-button:hover { + background-color: #0056b3; +} + +.flight-details { + width: 80%; + max-width: 600px; +} + +.flight-detail-cell { + border: 1px solid #ccc; + border-radius: 10px; + padding: 20px; + background-color: white; + text-align: center; +} + +.recommendation-image { + margin-right: 20px; +} + +.recommendation-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; + background-color: white; + border-radius: 10px; + padding-right: 20px; +} + +.recommendation-update-button { + margin-right: 20px; +}