diff --git a/src/App.css b/src/App.css index 69bdfdd..d687b98 100644 --- a/src/App.css +++ b/src/App.css @@ -1,46 +1,3 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -.whole { - padding-block: 10em; -} - /*############ HEADER #################*/ /*Estilos propios*/ h1 { @@ -50,10 +7,9 @@ h1 { white-space: nowrap; } .header2 { - background-image: url("https://translate.googleapis.com/translate_static/img/te_ctrl3.gif"); - background-position: -65px 0px; + width: 1.2em; } -.heaser3 { +.header3 { vertical-align: middle; } .header4 { @@ -167,6 +123,16 @@ img { .goog-te-gadget { } .goog-te-gadget-simple { + background-color: #fff; +border-left: 1px solid #d5d5d5; +border-top: 1px solid #9b9b9b; +border-bottom: 1px solid #e8e8e8; +border-right: 1px solid #d5d5d5; +font-size: 10pt; +display: inline-block; +padding-top: 1px; +padding-bottom: 2px; +cursor: pointer; } .goog-te-gadget-icon { } @@ -436,6 +402,67 @@ input[type="text"] { .margin { margin-bottom: 1.2em; } + +/*############ CAROUSEL #################*/ + +.margin-carouselSuperior { + width: 40%; + margin-left: 21%; + margin-bottom: 50px; + margin-top: -1%; +} + +.small-box { + flex: 0 0 24%; + -ms-flex: 0 0 20%; + margin: 0 1% 1em 0; + display: flex; + align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + margin-left: 5%; + border: 7px solid #f3f3f3; + padding: 1em; +} + +.small-box .procedure-image img { + width: 70px; +} + +.procedure-link { + max-width: 175px; + color: #125d82 !important; +} +.link { + color: #004488; + font-weight: bold; + font-size: 1.2em; +} + +.carousel { + margin-top: 2em; + margin-bottom: 20px; + line-height: 1; + display: flex; + flex-flow: row; + justify-content: space-between; +} +.carousel-inner { + overflow: hidden; + width: 100%; +} +.flex { + display: flex; + flex-flow: row wrap; + justify-content: space-around; +} +.carousel-control { + background: rgba(0, 0, 0, 0) !important; + color: black; + width: 1%; + margin-top: 3%; +} + /*############ FOOTER #################*/ .pie { height: 30px; @@ -452,3 +479,6 @@ input[type="text"] { .marginright10 { margin-right: 10px; } +.colorBlack{ + color:black !important; +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index f5516af..9d1e4c5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,9 +1,15 @@ import React from "react"; import "./App.css"; +import help from "./assets/img/system_help.png"; +import alta from "./assets/img/alta-vehiculo.png"; +import pago from "./assets/img/pagodemultas.png"; +import pago2 from "./assets/img/pagoydevoluciontasas.png"; +import permiso from "./assets/img/permisoxpuntos.png"; +import dot from "./assets/img/g.png" function App() { return ( -