Wechsel zu MDI
This commit is contained in:
2023-02-08 15:49:01 +01:00
parent c8ac47a505
commit 611ea9c39b
31 changed files with 130 additions and 150 deletions

View File

@ -60,8 +60,8 @@
infinite: true,
arrows: true,
fade: true,
prevArrow: '<button type=\'button\' class=\'prevArrow\'><i class=\'fa-solid fa-angle-left\'></i></button>',
nextArrow: '<button type=\'button\' class=\'nextArrow\'><i class=\'fa-solid fa-angle-right\'></i></button>',
prevArrow: '<button type=\'button\' class=\'prevArrow\'><i class=\'mdi mdi-chevron-left\'></i></button>',
nextArrow: '<button type=\'button\' class=\'nextArrow\'><i class=\'mdi mdi-chevron-right\'></i></button>',
dots: true
});
$('.hero-slider').slickAnimation();

View File

@ -228,6 +228,10 @@ a h4 {
vertical-align: middle;
}
.icon-s {
font-size: 28px;
}
.icon-md {
font-size: 36px;
}
@ -237,25 +241,7 @@ a h4 {
padding: 200px 0 80px;
}
.custom-breadcrumb {
li {
&.nasted {
position: relative;
padding-left: 25px;
&::before {
position: absolute;
font-family: $icon-font;
content: "\e649";
font-size: 20px;
top: 50%;
left: -5px;
color: $white;
transform: translateY(-50%);
}
}
}
}
/* /page title */
@ -336,6 +322,7 @@ textarea.form-control {
ol {
padding-left: 20px;
list-style-type: decimal;
}
ul {
@ -349,8 +336,8 @@ textarea.form-control {
&::before {
position: absolute;
content: "\f138";
font-family: "FontAwesome";
content: "\f0B2A";
font-family: "Material Design Icons";
font-size: 14px;
left: 0;
top: 1px;

View File

@ -14,4 +14,4 @@ $gray: #f8f8f8;
// Font Variables
$primary-font: 'Fira Sans', sans-serif;
$secondary-font: 'Fira Sans', sans-serif;
$icon-font: 'FontAwesome';
$icon-font: 'Material Design Icons';