Skip to content

Commit

Permalink
Paytype icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jun 21, 2019
1 parent 513ddec commit da344bc
Show file tree
Hide file tree
Showing 27 changed files with 334 additions and 578 deletions.
5 changes: 5 additions & 0 deletions themes/cadouri/_dev/css/cadouri/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1632,4 +1632,9 @@ button {
p {
color: $black2;
}
}

.icon-phone {
display: inline-block;
transform: rotate(90deg) translateX(3px) translateY(2px);
}
11 changes: 10 additions & 1 deletion themes/cadouri/_dev/css/cadouri/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,16 @@ h5 {
}

.paytypes {
font-size: 30px;
font-size: 35px;
color: $lightcoral;

i {
margin-right: 10px;

&:last-child {
margin-right: 0;
}
}
}

.block-contactinfo {
Expand Down
2 changes: 1 addition & 1 deletion themes/cadouri/_dev/css/cadouri/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

@import "/themes/cadouri/assets/fonts/fontello/css/fontello.css";
@import "/themes/cadouri/assets/fonts/iconmoon/style.css";
//@import "/themes/cadouri/assets/fonts/iconmoon/style.css";
//@import "/themes/cadouri/assets/fonts/newfont/style.css";

$font-family-primary: 'Basil Regular' sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions themes/cadouri/assets/css/theme.css

Large diffs are not rendered by default.

Loading

0 comments on commit da344bc

Please sign in to comment.