| Server IP : 146.59.209.152 / Your IP : 216.73.216.25 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/assets/scss/base/ |
Upload File : |
/* reset css start */
html {
scroll-behavior: smooth;
}
body {
padding: 0;
margin: 0;
font-weight: 400;
position: relative;
font-family: var(--font-body);
font-size: 16px;
line-height: 28px;
color: var(--color-default);
background-color: var(--color-white);
}
img {
max-width: 100%;
height: auto;
}
ul {
margin: 0px;
padding: 0px;
}
button {
cursor: pointer;
}
*:focus {
outline: none;
}
button {
border: none;
@include transition(.3s);
}
button:focus {
outline: none;
}
a {
text-decoration: none;
@include transition(.3s);
&:hover {
color: inherit;
}
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
width: 100%;
height: 60px;
border-radius: 0;
padding: 20px;
border: 1px solid transparent;
@include transition(.3s);
margin-bottom: 20px;
color: var(--color-black);
@include placeholder(#4A4C51);
font-weight: 400;
background-color: #F4F3F6;
line-height: 1;
&:focus {
border-color: var(--color-primary);
}
}
select {
height: 55px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(../img/icon/select-arrow.png);
background-position: calc(100% - 10px) 50%;
background-repeat: no-repeat;
padding-right: 20px;
background-color: transparent;
border: 0;
}
textarea {
min-height: 150px;
}
button {
border: 0;
}
// span
// display: inline-block
table {
width: 100%;
}
p, li, span {
margin-bottom: 0;
}
/* reset css end */