amenpunk 2 vuotta sitten
vanhempi
sitoutus
6649f8e1ea
2 muutettua tiedostoa jossa 52 lisäystä ja 51 poistoa
  1. 43 38
      public/index.html
  2. 9 13
      src/Css/all.css

+ 43 - 38
public/index.html

@@ -1,39 +1,42 @@
 <!DOCTYPE html>
 <html lang="es">
-    <head>
-        <meta charset="utf-8" />
-        <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
-        <meta name="viewport" content="width=device-width, initial-scale=1" />
-        <meta name="theme-color" content="#fd4b4b" />
-
-        <!-- Chrome, Firefox OS and Opera -->
-        <meta name="theme-color" content="#fd4b4b">
-        <!-- Windows Phone -->
-        <meta name="msapplication-navbutton-color" content="#fd4b4b">
-        <!-- iOS Safari -->
-        <meta name="apple-mobile-web-app-status-bar-style" content="#fd4b4b">
-
-
-        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
-        <meta http-equiv="Pragma" content="no-cache" />
-        <meta http-equiv="Expires" content="0" />
-
-        <meta
-                name="description"
-                content="Web site created using create-react-app"
-                />
-        <script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js" integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous"></script>
-        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
-        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
-
-        <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> -->
-        <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
-        <!--
+
+<head>
+  <meta charset="utf-8" />
+  <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+  <meta name="viewport" content="width=device-width, initial-scale=1" />
+  <meta name="theme-color" content="#fd4b4b" />
+
+  <!-- Chrome, Firefox OS and Opera -->
+  <meta name="theme-color" content="#fd4b4b">
+  <!-- Windows Phone -->
+  <meta name="msapplication-navbutton-color" content="#fd4b4b">
+  <!-- iOS Safari -->
+  <meta name="apple-mobile-web-app-status-bar-style" content="#fd4b4b">
+
+
+  <meta http-equiv="cache-control" content="max-age=0">
+  <meta http-equiv="cache-control" content="no-cache">
+  <meta http-equiv="expires" content="-1">
+  <meta http-equiv="expires" content="Tue, 01 Jan 1980 11:00:00 GMT">
+  <meta http-equiv="pragma" content="no-cache">
+
+  <meta name="description" content="Web site created using create-react-app" />
+  <script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
+    integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ"
+    crossorigin="anonymous"></script>
+  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
+    integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
+  <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+
+  <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> -->
+  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
+  <!--
             manifest.json provides metadata used when your web app is installed on a
             user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
         -->
-        <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
-        <!--
+  <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
+  <!--
             Notice the use of %PUBLIC_URL% in the tags above.
             It will be replaced with the URL of the `public` folder during the build.
             Only files inside the `public` folder can be referenced from the HTML.
@@ -42,12 +45,13 @@
             work correctly both with client-side routing and a non-root public URL.
             Learn how to configure a non-root public URL by running `npm run build`.
         -->
-        <title>Psico Admin</title>
-    </head>
-    <body>
-        <noscript>You need to enable JavaScript to run this app.</noscript>
-        <div id="root"></div>
-        <!--
+  <title>Psico Admin</title>
+</head>
+
+<body>
+  <noscript>You need to enable JavaScript to run this app.</noscript>
+  <div id="root"></div>
+  <!--
             This HTML file is a template.
             If you open it directly in the browser, you will see an empty page.
 
@@ -57,5 +61,6 @@
             To begin the development, run `npm start` or `yarn start`.
             To create a production bundle, use `npm run build` or `yarn build`.
         -->
-            </body>
+</body>
+
 </html>

+ 9 - 13
src/Css/all.css

@@ -323,26 +323,26 @@ li.nav-item {
 .body-table {
     /* padding: 40px; */
     padding: 15px;
-    background: #24344d;
+    /* background: #24344d; */
     border-radius: 2px;
     box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 -1px 0 rgba(0,0,0,.02); 
 }
 .body-table-responsive {
     font-size:13px;
     padding: 2px;
-    background: #24344d;
+    /* background: #24344d; */
     border-radius: 2px;
     box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 -1px 0 rgba(0,0,0,.02); 
 }
 .body-table th {
     font-size: 14px;
-    color: #fff;
+    /* color: #fff; */
     font-weight: 300!important;
     border-top: none!important;
     border-left: none!important;
     border-right: none!important;
     border-bottom: 1px solid #2e3f5b!important;
-    color: rgba(225,235,245,.8);
+    /* color: rgba(225,235,245,.8); */
 }
 .body-table tr {
     font-size: 14px;
@@ -351,14 +351,14 @@ li.nav-item {
     border-top: none!important;
     border-left: none!important;
     border-right: none!important;
-    border-bottom: 1px solid #2e3f5b!important;
+    /* border-bottom: 1px solid #2e3f5b!important; */
     background: #24344d!important;
 }
 .body-table td {
     border-top: none!important;
     border-left: none!important;
     border-right: none!important;
-    border-bottom: 1px solid #2e3f5b!important;
+    /* border-bottom: 1px solid #2e3f5b!important; */
 }
 .table-bordered {
     border-top: none!important;
@@ -1318,7 +1318,7 @@ button.restore_btn:hover {
 .ver_producto:hover {
     background: transparent;
     border: 1px solid #2ec5d3;
-    color: #fff;
+    color: black;
     transition: all 0.3s;
 }
 .editar_producto {
@@ -1332,7 +1332,7 @@ button.restore_btn:hover {
 .editar_producto:hover {
     background: transparent!important;
     border: 1px solid #5893df!important;
-    color: #fff;
+    color: black;
     transition: all 0.3s;
 }
 .eliminar_producto {
@@ -1346,7 +1346,7 @@ button.restore_btn:hover {
 .eliminar_producto:hover {
     background: transparent!important;
     border: 1px solid #ec5e69!important;
-    color: #fff;
+    color: black;
     transition: all 0.3s;
 }
 .col-left {
@@ -1755,12 +1755,8 @@ li.cabecera_li {
     padding-top: 10px;
     padding-bottom: 10px;
     border: 1px solid #dcdcdc;
-    height : 53px;
 }
 .header_historial p{
-    /* margin: 0!important; */
-    /* padding: 0; */
-    /* line-height: 1; */
     color: #fff;
     letter-spacing: 5px;
 }