Skip to content

Commit a209f0f

Browse files
committed
home-v8
1 parent 89a74fe commit a209f0f

File tree

16 files changed

+8381
-13
lines changed

16 files changed

+8381
-13
lines changed

2.0/assets/css/theme.css

Lines changed: 1358 additions & 3 deletions
Large diffs are not rendered by default.

2.0/assets/css/theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.0/assets/img/350X152/img1.png

1.3 KB
Loading

2.0/assets/img/350X300/img1.png

1.23 KB
Loading

2.0/assets/img/543X272/img1.jpg

12 KB
Loading

2.0/assets/img/576X310/img1.png

2.07 KB
Loading

2.0/assets/scss/_mt-variables.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,16 @@ $gray-41000: #989898;
5858
$gray-42000: #f7f7f7;
5959
$gray-43000: #b5b5b5;
6060
$gray-44000: #9f9f9f;
61+
$gray-45000: #d9dcdf;
62+
$gray-46000: #e0be00;
6163

6264

6365

6466
// Colors
6567
$yellow: #fed700;
6668
$dark: $gray-90;
6769
$black: #000000;
68-
$blue: #0062bd;
70+
$blue: #0077d0;
6971
$blue-light: #66afe9;
7072
$cyan: #34bcec;
7173
$green: #5cb85c;
@@ -83,6 +85,7 @@ $theme-colors: map-merge(
8385
"primary": $primary,
8486
"dark": $dark,
8587
"cyan": $cyan,
88+
"blue": $blue,
8689
"sale": $sale,
8790
"black": $black,
8891
"green": $green,
@@ -150,9 +153,12 @@ $spacers: map-merge((
150153
0: 0,
151154
0dot5:($spacer * .143),
152155
1: ($spacer * .25),
156+
1d: ($spacer * .35),
153157
2: ($spacer * .5),
158+
2d: ($spacer * .8),
154159
3: $spacer,
155160
4: ($spacer * 1.5),
161+
4d: ($spacer * 1.8),
156162
5: ($spacer * 2),
157163
6: ($spacer * 2.5),
158164
7: ($spacer * 3),

2.0/assets/scss/madrasthemes/slick/paginations/_slick-pagination.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@
3535
bottom: -2.125rem;
3636
@include transition($btn-transition);
3737
}
38+
39+
&--dark {
40+
li {
41+
span {
42+
background-color: $gray-41000;
43+
}
44+
45+
&.slick-active span {
46+
background-color: $dark;
47+
}
48+
}
49+
}
3850
}
3951

4052
.u-slick:hover {

2.0/assets/scss/madrasthemes/utilities/_borders.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
@include border-top-radius($border-radius-lg);
88
}
99

10+
.rounded-top-10 {
11+
@include border-top-radius(10px);
12+
}
13+
1014
.border-width-2 {
1115
border-width: 2px !important;
1216
}
@@ -74,6 +78,14 @@
7478
border-color: $gray-43000 !important; //#b5b5b5
7579
}
7680

81+
.border-color-6 {
82+
border-color: $gray-45000 !important; //#d9dcdf
83+
}
84+
85+
.border-color-7 {
86+
border-color: $gray-46000 !important; //#e0be00
87+
}
88+
7789
@each $color, $value in $theme-colors {
7890
.border-top-#{$color} {
7991
border-top-color: $value !important;

2.0/assets/scss/madrasthemes/utilities/_sizing.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
max-width: 11.25rem; //180px
117117
}
118118

119+
.max-width-174 {
120+
max-width: 10.875rem; //174px
121+
}
122+
119123
.max-width-200 {
120124
@include media-breakpoint-up(lg) {
121125
max-width: 12.5rem; //200px
@@ -412,6 +416,10 @@
412416
min-height: ($font-size-base * 10.429); //146px
413417
}
414418

419+
.min-height-152 {
420+
min-height: ($font-size-base * 10.857); //152px
421+
}
422+
415423
.min-height-166 {
416424
min-height: ($font-size-base * 11.857); //166px
417425
}
@@ -432,6 +440,10 @@
432440
}
433441
}
434442

443+
.min-height-120 {
444+
min-height: 8.571rem; //120px
445+
}
446+
435447
.min-height-xl-182 {
436448
@include media-breakpoint-only(xl) {
437449
min-height: ($font-size-base * 13); //182px
@@ -442,6 +454,10 @@
442454
min-height: 15.625rem; //250px
443455
}
444456

457+
.min-height-272 {
458+
min-height: 19.428rem; //272px
459+
}
460+
445461
.min-height-420 {
446462
min-height: ($font-size-base * 14.286); //200px
447463

@@ -514,6 +530,10 @@
514530
max-height: 3.125rem; //50px
515531
}
516532

533+
.max-height-152 {
534+
max-height: ($font-size-base * 10.857); //152px
535+
}
536+
517537
.max-height-345-xl {
518538
@include media-breakpoint-up(xl) {
519539
max-height: 21.563rem; //345px

0 commit comments

Comments
 (0)