Skip to content

Commit

Permalink
Compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keriat committed Oct 15, 2019
1 parent f4151ce commit 46f1f1d
Show file tree
Hide file tree
Showing 5 changed files with 996 additions and 906 deletions.
2 changes: 1 addition & 1 deletion app/config/parameters.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
parameters:
parameters:
35 changes: 32 additions & 3 deletions themes/cadouri/_dev/css/cadouri/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ a {
&:hover {
outline: 0;
}

color: $lightcoral;
}

Expand Down Expand Up @@ -447,6 +448,7 @@ a {

figure {
margin: 0 !important;

img {
-webkit-filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
Expand Down Expand Up @@ -878,6 +880,7 @@ a {
background-color: transparent;
color: $lightcoral;
}

line-height: 1.2;
}
}
Expand Down Expand Up @@ -1262,7 +1265,7 @@ a {
.icon-telegram {
&:before {
content: '\f1d8';
margin-left: -1.5px;
margin-left: -0.3px !important;
}
}

Expand Down Expand Up @@ -1330,25 +1333,30 @@ h5 {
align-items: center;
grid-template-rows: 100%;
grid-template-columns: 100%;

&:hover {
box-shadow: 1px 0 2px rgba(0, 0, 0, .36);
}

i {
position: relative;
color: $white;
font-size: 16px;
text-align: center;
vertical-align: middle;
padding: 0 0 0 1px !important;

&::before {
margin: 0 !important;
width: auto !important;
}
}

.icon-instagram, .icon-viber, .icon-youtube-play {
line-height: 30px;
font-size: 19px;
}

.icon-viber {
top: 1px;
}
Expand All @@ -1359,8 +1367,13 @@ h5 {
.social-block-inline > a .icon-instagram {
padding-left: 0px !important;
}

.social-block-inline > a .icon-telegram {
padding-left: 0px !important;
&:before
{
margin-left: -.3px!important;
}
}
}

Expand All @@ -1369,10 +1382,16 @@ h5 {
padding-left: 0px !important;

}
.social-block-inline>a .icon-viber
{

.social-block-inline > a .icon-viber {
left: 1px;
}
.social-block-inline > a .icon-telegram {
&:before
{
margin-left: -.3px!important;
}
}
}

#_mobile_nav {
Expand Down Expand Up @@ -1465,6 +1484,7 @@ h5 {
text-transform: uppercase;
color: #000;
}

.banner-item.policies {
@media (min-width: 768px) {
height: max-content;
Expand Down Expand Up @@ -1496,6 +1516,7 @@ h5 {
display: inline-block;
width: 30px;
}

border-bottom: 1px solid $lightgray;

&:last-child {
Expand Down Expand Up @@ -1567,6 +1588,7 @@ h5 {
white-space: nowrap;
width: 100%;
}

display: inline-block;
color: $lightcoral;
padding: 10px 0;
Expand All @@ -1586,6 +1608,7 @@ h5 {
}
}
}

background-color: $mistyrose;
padding-top: 3px;
padding-bottom: 3px;
Expand Down Expand Up @@ -1613,6 +1636,7 @@ h5 {
white-space: nowrap;
width: 100%;
}

font-family: "Nickainley Normal", cursive;
font-size: 4em;
text-align: center;
Expand All @@ -1622,6 +1646,7 @@ h5 {
padding: 0 0 20px;
margin: 0 0 20px;
}

text-align: center;
margin: .7em 0 .9em 0;
}
Expand Down Expand Up @@ -2309,6 +2334,7 @@ button {
.first-in-line {
clear: left;
}

clear: both;
}

Expand Down Expand Up @@ -2536,6 +2562,7 @@ button {
position: relative;
margin: auto;
min-width: 80px;

&:before {
position: absolute;
content: "";
Expand Down Expand Up @@ -2573,6 +2600,7 @@ button {
width: 12px;
height: 12px;
font-size: 10px;

&::before {

}
Expand All @@ -2584,6 +2612,7 @@ button {
.ps_breadcumb {
margin-bottom: 40px;
}

.breadcrumb {
display: none !important;
}
Expand Down
2 changes: 2 additions & 0 deletions themes/cadouri/_dev/css/theme.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url(/themes/cadouri/assets/fonts/fontello/css/fontello.css);

@import "./partials/_variables";
@import "~bootstrap/scss/bootstrap";
@import "./cadouri/vars";
Expand Down
2 changes: 1 addition & 1 deletion themes/cadouri/assets/css/theme.css

Large diffs are not rendered by default.

Loading

0 comments on commit 46f1f1d

Please sign in to comment.