File: /home/petsclubcc/shop/modules/pixelsmi/views/css/front.css
/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2022 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tab {
overflow: hidden;
border: 1px solid #ccc;
text-align: center;
margin-right: 50px;
margin-left: 50px;
border-bottom: none;
width: fit-content;
} /* Style the buttons inside the tab */
.tab button {
background-color: #ffffff;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 20px 20px;
transition: 0.3s;
font-size: 17px;
color: #2eacce;
} /* Change background color of buttons on hover */
.tab button:hover {
background-color: #ffffff;
} /* Create an active/current tablink class */
.tab button.active {
background-color: #2eacce;
color: #ffffff;
} /* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
margin-right: 50px;
margin-left: 50px;
border-top: 1px solid #ccc;
}
/*style configuration */
form {
text-align: left;
display: inline-block;
text-align: left;
width: 100%;
padding: 3% 10%;
}
.des {
text-align: left;
margin-left: 70px;
margin-right: 70px;
margin-top: 50px;
}
.desa {
text-align: left;
margin-top: 50px;
margin-bottom: 50px;
}
.desb {
margin-top: 50px;
margin-bottom: 50px;
}
.desc {
margin-top: 50px;
margin-bottom: 50px;
}
.desd {
margin-top: 50px;
margin-bottom: 50px;
}
.obligatoiree {
color: #ff6059;
}
.obligatoireee {
color: #ff4500;
}
.error {
color: #ff4500;
}
#btn-info-lab {
padding: 5px 10px;
font-size: 13px;
font-family: "Open Sans", helvetica, arial, sans-serif;
border-radius: 5px;
background-color: #2eacce;
color: #ffffff;
border: 0 none;
cursor: pointer;
font-weight: 500;
}
input[type="email"],
input[type="password"],
input[type="url"],
input[type="file"],
input[type="text"],
input[type="number"] {
padding: 10px;
width: 100%;
font-size: 1em;
border: 0;
border-radius: 5px;
color: #000000;
margin-bottom: 15px;
}
input[type="email"],
input[type="number"] {
border: 1px solid #bbcdd2 !important;
}
input[type="email"]:focus-visible,
input[type="number"]:focus-visible {
outline-color: #25b9d7 !important;
outline-style: solid !important;
border: unset !important;
}
input[type="submit"] {
padding: 7px 15px;
font-size: 15px;
background-color: #2eacce;
color: #ffffff;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 120px;
}
input:hover[type="submit"] {
border-width: 2px;
padding: 7px 15px;
font-size: 15px;
background-color: #2eacce;
color: #ffffff;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 120px;
}
textarea {
margin-bottom: 15px;
}
select {
padding: 10px;
width: 100%;
font-size: 1em;
border: 0;
border-radius: 5px;
color: #000000;
margin-bottom: 15px;
/* margin-left: 100px; */
}
select[multiple] {
padding: 10px;
width: 100%;
font-size: 1em;
border: 0;
border-radius: 5px;
color: #000000;
margin-bottom: 15px;
/* margin-left: 100px; */
}
option {
width: 100%;
font-size: 1em;
border: 0;
border-radius: 5px;
color: #000000;
}
#preview {
width: 100px;
height: 100px;
display: inline-block;
}
#preview img {
width: 100px;
height: 100px;
cursor: pointer;
}
#obj {
width: 50px;
height: 50px;
}
#lo {
padding: 10px;
width: 100%;
font-size: 1em;
border: 0;
border-radius: 5px;
color: #000000;
margin-bottom: 15px;
margin-left: 100px;
}
#errorname {
color: #ff4500;
}
table {
width: 100%;
}
tr {
width: 100%;
}
td {
width: 50%;
}
.submit_row {
display: flex;
align-items: end;
justify-content: end;
margin-top: 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#btn_dashboard {
padding: 7px 15px;
font-size: 15px;
background-color: #2eacce;
color: #ffffff;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
width: auto;
}
#btn_dashboard:hover {
border-width: 2px;
padding: 7px 15px;
font-size: 15px;
background-color: #2eacce;
color: #ffffff;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
width: auto;
}
.flex-dashboard-row {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}