Commit d5d33962 authored by imac's avatar imac

[Bugfix]Redmine #732: Resize scroll attribute

parent 60cae615
......@@ -23,7 +23,7 @@
I/ RESET...............Reset default Styles
========================================================================== */
*{
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
......@@ -32,11 +32,11 @@
-webkit-margin-after:0em;
-webkit-user-drag: none;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
/*-webkit-appearance:none !important;*/
outline: none !important;
text-decoration:none !important;
-webkit-padding-start: px !important ;
text-decoration:none !important;
-webkit-padding-start: px !important ;
border: 0;
-ms-overflow-style: none;
}
......@@ -46,8 +46,8 @@
margin: 0 auto;
}
body {
margin: 0 auto;
background-color: #FFF;
margin: 0 auto;
background-color: #FFF;
overflow-x: hidden;
animation: fadein 2s;
-moz-animation: fadein 2s; /* Firefox */
......@@ -56,7 +56,7 @@
}
html,body
{
font-family: "Montserrat";
font-family: "Montserrat";
font-weight: normal;
width: 100%;
height: 100%;
......@@ -64,7 +64,7 @@
padding: 0px;
color: #182566;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
......@@ -230,7 +230,7 @@ select,option{
display: block;
top: 80px;
font-size: 11px;
}
/*==========================================================================
II/ Helper..............Helper classes
......@@ -331,9 +331,9 @@ II/ Helper..............Helper classes
background: #071130;
color: #fff;
}
.pink-bg{
background: #FF6A5F;
color: #fff;
.pink-bg{
background: #FF6A5F;
color: #fff;
}
.search-btn{
font-size: 0px;
......@@ -484,9 +484,9 @@ II/ Helper..............Helper classes
color: #fff;
}
.access-form .white-btn,
.white-btn{
background: #FFF;
color: #FF6A5F;
.white-btn{
background: #FFF;
color: #FF6A5F;
}
.no-wave:after{
display: none;
......@@ -646,12 +646,12 @@ IV/ Layout................Page Layout
/* ==========================================================================
V/ HEADER...............header
========================================================================== */
header{
header{
position: fixed;
width: 100%;
left: 0;
right: 0;
z-index: 9999999;
z-index: 9999999;
}
/*nav menu*/
.header{
......@@ -749,7 +749,7 @@ header{
}
.nav-content{
height: 100%;
overflow-x: auto;
overflow-x: auto;
padding: 30px 15px 30px 30px;
}
.nav-content ul {
......@@ -802,8 +802,8 @@ header{
}
/*Submenu*/
nav ul ul{
-webkit-column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.header .nav-wrapper ul li ul{
......@@ -853,7 +853,7 @@ nav ul ul{
display: inline-block;
padding-bottom: 15px;
}
.header .footer .acces li:after,
.header .footer .acces li:after,
.header .footer .acces li:before{
margin-left: 0px;
}
......@@ -1001,7 +1001,7 @@ aside.news-wrapper {
overflow-x: hidden;
display: none;
height: 100%;
max-width: 430px;
max-width: 430px;
}
.news-header{
position: relative;
......@@ -1237,9 +1237,9 @@ aside.news-wrapper {
.nav-slider ul li.active{
background: #FF6A5F;
}
.nav-slider ul li:after {
.nav-slider ul li:after {
content: "\A";
white-space: pre;
white-space: pre;
}
.nav-slider ul li:hover{
background: #FF6A5F;
......@@ -1326,7 +1326,7 @@ aside.news-wrapper {
.product-details .list ul {
overflow-y: scroll;
max-height: 560px;
max-height: 80vh;
/* margin-right: -17px; */
padding-bottom: 15px;
}
......@@ -1820,7 +1820,7 @@ label.chevron.bottom::first-letter {
}
.bloc span{
font-weight: bold;
color: #FF6A5F;
color: #FF6A5F;
font-size: 30px;
line-height: 36px;
letter-spacing: 1px;
......@@ -1888,9 +1888,9 @@ label.chevron.bottom::first-letter {
display: table;
position: relative;
text-transform: uppercase;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
left: -9px;
}
......@@ -1915,9 +1915,9 @@ label.chevron.bottom::first-letter {
background-size: 15px;
bottom: -4px;
left: -27px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.filter-list{
......@@ -2156,7 +2156,7 @@ label.chevron.bottom::first-letter {
-webkit-animation-name: none;
-moz-animation-name: none;
-o-animation-name: none;
animation-name: none;
animation-name: none;
}
.right-container .right-panel{
position: absolute;
......@@ -2418,7 +2418,7 @@ input.search{
border-radius: 50%;
background-position: top;
margin-bottom: 14px;
background-size: cover;
background-size: cover;
}
.commercial-details h3{
font-family: 'Crete Round';
......@@ -2542,7 +2542,7 @@ div.wpcf7-mail-sent-ok{
/* -----------------------------------------------------------------------------
Burger button Cross Animation
----------------------------------------------------------------------------- */
.o-grid {
display: -webkit-box;
......
......@@ -85,7 +85,7 @@
/* ------------------------*/ /* ---------->>> 1200 <<<-----------*/ /* ------------------------*/
@media screen and (max-width: 1200px) {
/*FONTS*/
.product-info .info-content h3,
.product-info .info-content h3,
.product-info .info-content h2{
letter-spacing: 1px;
}
......@@ -138,7 +138,7 @@
margin-bottom: 10px;
}
.pa_couleur li.selected input[type='radio']+span:before,
/*.pa_couleur li.selected >input:first-child::before,*/
/*.pa_couleur li.selected >input:first-child::before,*/
.list li.selected >span:first-child::after {
height: 14px;
width: 18px;
......@@ -179,7 +179,7 @@
}
.contact-form,
.search-filter{
width: 50%;
width: 50%;
}
.contact-wrapper .form-wrapper{
padding: 73px 20px 35px;
......@@ -324,7 +324,7 @@
height: 37px;
right: 20px;
}
.close-btn:before,
.close-btn:before,
.close-btn:after{
left: 18px;
height: 15px;
......@@ -440,7 +440,7 @@
width: 5px;
}
#fullpage .chevron.bottom::after {
margin-top: 6px;
margin-top: 6px;
}
/* Contact */
.contact-wrapper .left-panel{
......@@ -463,9 +463,9 @@
-moz-transform: none;
-o-transform: none;
}
.filter,
.filter-wrapper .map,
.details,
.filter,
.filter-wrapper .map,
.details,
.active-com{
display: none;
}
......@@ -587,8 +587,8 @@
.filter-btn span{
display: inline-block;
text-align: center;
-webkit-transform: none;
-moz-transform: none;
-webkit-transform: none;
-moz-transform: none;
filter: none;
top: 0;
line-height: 38px;
......@@ -606,7 +606,7 @@
height: 25px;
right: 0px;
}
.filter-wrapper .close-btn:before,
.filter-wrapper .close-btn:before,
.filter-wrapper .close-btn:after {
left: 12px;
height: 10px;
......@@ -726,7 +726,7 @@
line-height: 0;
font-size: 0;
}
.format-list input[type='radio'],
.format-list input[type='radio'],
.color-list input[type='radio']{
margin: 0px;
}
......@@ -809,6 +809,7 @@
.product-details .list-wrapper{
width: 79%;
display: inline-block;
padding-right: 10px;
}
.show-product{
display: none;
......@@ -847,7 +848,7 @@
width: 150px;
margin-bottom: 10px;
}
.product-list figure{
.product-list figure{
max-width: 146px;
height: 154px !important;
}
......@@ -923,10 +924,10 @@
.form-wrapper h2{
padding-bottom: 21px;
}
select, input[type ="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select, input[type ="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea{
line-height: 25px;
padding: 0 14px 3px;
......@@ -943,7 +944,7 @@
display: none;
height: 0;
}
.search_result {
position: relative;
display: block;
......@@ -983,7 +984,7 @@
.product-images{
padding: 39px 0px;
}
.chevron::after,
.chevron::after,
.slick-arrow::before{
height: 7px;
width: 7px;
......@@ -1013,7 +1014,7 @@
}
.backlink:after{
background-size: 17px;
width: 18px;
width: 18px;
height: 4px;
margin-left: 24px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment