Skip to content

Commit 5b17647

Browse files
committed
Home v9
1 parent 7b1e7dc commit 5b17647

File tree

9 files changed

+90
-126
lines changed

9 files changed

+90
-126
lines changed

2.0/assets/css/theme.css

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35973,6 +35973,21 @@ blockquote:not(.blockquote) p {
3597335973
color: #575560;
3597435974
}
3597535975

35976+
.nav-tab-header::before {
35977+
content: '';
35978+
display: block;
35979+
position: absolute;
35980+
top: 50%;
35981+
width: 0;
35982+
right: 101%;
35983+
height: 0;
35984+
border-top: 12px solid transparent;
35985+
border-bottom: 12px solid transparent;
35986+
border-left: 6px solid #66afe9;
35987+
-webkit-transform: translateY(-50%);
35988+
transform: translateY(-50%);
35989+
}
35990+
3597635991
.nav-tab-header .nav-item {
3597735992
margin: 0 !important;
3597835993
}
@@ -35981,12 +35996,6 @@ blockquote:not(.blockquote) p {
3598135996
margin-left: 0.5rem !important;
3598235997
}
3598335998

35984-
.nav-tab-header .nav-item + .nav-item .nav-link.active::before {
35985-
right: -8%;
35986-
border-left: unset;
35987-
border-right: 6px solid #66afe9;
35988-
}
35989-
3599035999
.nav-tab-header .nav-link {
3599136000
background-color: #333e48;
3599236001
color: #fff;
@@ -36001,21 +36010,6 @@ blockquote:not(.blockquote) p {
3600136010
color: #333e48;
3600236011
}
3600336012

36004-
.nav-tab-header .nav-link.active::before {
36005-
content: '';
36006-
display: block;
36007-
position: absolute;
36008-
top: 50%;
36009-
width: 0;
36010-
right: 104%;
36011-
height: 0;
36012-
border-top: 12px solid transparent;
36013-
border-bottom: 12px solid transparent;
36014-
border-left: 6px solid #66afe9;
36015-
-webkit-transform: translateY(-50%);
36016-
transform: translateY(-50%);
36017-
}
36018-
3601936013
.nav .nav-item:not(:first-child) {
3602036014
margin-left: .4rem;
3602136015
}

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/scss/madrasthemes/navs/_navs.scss

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,25 @@
103103
}
104104

105105
&-tab-header {
106+
&::before {
107+
content: '';
108+
display: block;
109+
position: absolute;
110+
top: 50%;
111+
width: 0;
112+
right: 101%;
113+
height: 0;
114+
border-top: 12px solid transparent;
115+
border-bottom: 12px solid transparent;
116+
border-left: 6px solid $blue-light;
117+
transform: translateY(-50%);
118+
}
119+
106120
.nav-item {
107121
margin: 0 !important;
108122

109123
+ .nav-item {
110124
margin-left: 0.5rem !important;
111-
112-
.nav-link.active::before {
113-
right: -8%;
114-
border-left: unset;
115-
border-right: 6px solid $blue-light;
116-
}
117125
}
118126
}
119127

@@ -130,20 +138,6 @@
130138
background-color: $white;
131139
color: $dark;
132140
}
133-
134-
&.active::before {
135-
content: '';
136-
display: block;
137-
position: absolute;
138-
top: 50%;
139-
width: 0;
140-
right: 104%;
141-
height: 0;
142-
border-top: 12px solid transparent;
143-
border-bottom: 12px solid transparent;
144-
border-left: 6px solid $blue-light;
145-
transform: translateY(-50%);
146-
}
147141
}
148142
}
149143

dist/2.0/assets/css/theme.css

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35973,6 +35973,21 @@ blockquote:not(.blockquote) p {
3597335973
color: #575560;
3597435974
}
3597535975

35976+
.nav-tab-header::before {
35977+
content: '';
35978+
display: block;
35979+
position: absolute;
35980+
top: 50%;
35981+
width: 0;
35982+
right: 101%;
35983+
height: 0;
35984+
border-top: 12px solid transparent;
35985+
border-bottom: 12px solid transparent;
35986+
border-left: 6px solid #66afe9;
35987+
-webkit-transform: translateY(-50%);
35988+
transform: translateY(-50%);
35989+
}
35990+
3597635991
.nav-tab-header .nav-item {
3597735992
margin: 0 !important;
3597835993
}
@@ -35981,12 +35996,6 @@ blockquote:not(.blockquote) p {
3598135996
margin-left: 0.5rem !important;
3598235997
}
3598335998

35984-
.nav-tab-header .nav-item + .nav-item .nav-link.active::before {
35985-
right: -8%;
35986-
border-left: unset;
35987-
border-right: 6px solid #66afe9;
35988-
}
35989-
3599035999
.nav-tab-header .nav-link {
3599136000
background-color: #333e48;
3599236001
color: #fff;
@@ -36001,21 +36010,6 @@ blockquote:not(.blockquote) p {
3600136010
color: #333e48;
3600236011
}
3600336012

36004-
.nav-tab-header .nav-link.active::before {
36005-
content: '';
36006-
display: block;
36007-
position: absolute;
36008-
top: 50%;
36009-
width: 0;
36010-
right: 104%;
36011-
height: 0;
36012-
border-top: 12px solid transparent;
36013-
border-bottom: 12px solid transparent;
36014-
border-left: 6px solid #66afe9;
36015-
-webkit-transform: translateY(-50%);
36016-
transform: translateY(-50%);
36017-
}
36018-
3601936013
.nav .nav-item:not(:first-child) {
3602036014
margin-left: .4rem;
3602136015
}

dist/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.

dist/2.0/assets/scss/madrasthemes/navs/_navs.scss

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,25 @@
103103
}
104104

105105
&-tab-header {
106+
&::before {
107+
content: '';
108+
display: block;
109+
position: absolute;
110+
top: 50%;
111+
width: 0;
112+
right: 101%;
113+
height: 0;
114+
border-top: 12px solid transparent;
115+
border-bottom: 12px solid transparent;
116+
border-left: 6px solid $blue-light;
117+
transform: translateY(-50%);
118+
}
119+
106120
.nav-item {
107121
margin: 0 !important;
108122

109123
+ .nav-item {
110124
margin-left: 0.5rem !important;
111-
112-
.nav-link.active::before {
113-
right: -8%;
114-
border-left: unset;
115-
border-right: 6px solid $blue-light;
116-
}
117125
}
118126
}
119127

@@ -130,20 +138,6 @@
130138
background-color: $white;
131139
color: $dark;
132140
}
133-
134-
&.active::before {
135-
content: '';
136-
display: block;
137-
position: absolute;
138-
top: 50%;
139-
width: 0;
140-
right: 104%;
141-
height: 0;
142-
border-top: 12px solid transparent;
143-
border-bottom: 12px solid transparent;
144-
border-left: 6px solid $blue-light;
145-
transform: translateY(-50%);
146-
}
147141
}
148142
}
149143

gh-pages/2.0/assets/css/theme.css

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35973,6 +35973,21 @@ blockquote:not(.blockquote) p {
3597335973
color: #575560;
3597435974
}
3597535975

35976+
.nav-tab-header::before {
35977+
content: '';
35978+
display: block;
35979+
position: absolute;
35980+
top: 50%;
35981+
width: 0;
35982+
right: 101%;
35983+
height: 0;
35984+
border-top: 12px solid transparent;
35985+
border-bottom: 12px solid transparent;
35986+
border-left: 6px solid #66afe9;
35987+
-webkit-transform: translateY(-50%);
35988+
transform: translateY(-50%);
35989+
}
35990+
3597635991
.nav-tab-header .nav-item {
3597735992
margin: 0 !important;
3597835993
}
@@ -35981,12 +35996,6 @@ blockquote:not(.blockquote) p {
3598135996
margin-left: 0.5rem !important;
3598235997
}
3598335998

35984-
.nav-tab-header .nav-item + .nav-item .nav-link.active::before {
35985-
right: -8%;
35986-
border-left: unset;
35987-
border-right: 6px solid #66afe9;
35988-
}
35989-
3599035999
.nav-tab-header .nav-link {
3599136000
background-color: #333e48;
3599236001
color: #fff;
@@ -36001,21 +36010,6 @@ blockquote:not(.blockquote) p {
3600136010
color: #333e48;
3600236011
}
3600336012

36004-
.nav-tab-header .nav-link.active::before {
36005-
content: '';
36006-
display: block;
36007-
position: absolute;
36008-
top: 50%;
36009-
width: 0;
36010-
right: 104%;
36011-
height: 0;
36012-
border-top: 12px solid transparent;
36013-
border-bottom: 12px solid transparent;
36014-
border-left: 6px solid #66afe9;
36015-
-webkit-transform: translateY(-50%);
36016-
transform: translateY(-50%);
36017-
}
36018-
3601936013
.nav .nav-item:not(:first-child) {
3602036014
margin-left: .4rem;
3602136015
}

gh-pages/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.

gh-pages/2.0/assets/scss/madrasthemes/navs/_navs.scss

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,25 @@
103103
}
104104

105105
&-tab-header {
106+
&::before {
107+
content: '';
108+
display: block;
109+
position: absolute;
110+
top: 50%;
111+
width: 0;
112+
right: 101%;
113+
height: 0;
114+
border-top: 12px solid transparent;
115+
border-bottom: 12px solid transparent;
116+
border-left: 6px solid $blue-light;
117+
transform: translateY(-50%);
118+
}
119+
106120
.nav-item {
107121
margin: 0 !important;
108122

109123
+ .nav-item {
110124
margin-left: 0.5rem !important;
111-
112-
.nav-link.active::before {
113-
right: -8%;
114-
border-left: unset;
115-
border-right: 6px solid $blue-light;
116-
}
117125
}
118126
}
119127

@@ -130,20 +138,6 @@
130138
background-color: $white;
131139
color: $dark;
132140
}
133-
134-
&.active::before {
135-
content: '';
136-
display: block;
137-
position: absolute;
138-
top: 50%;
139-
width: 0;
140-
right: 104%;
141-
height: 0;
142-
border-top: 12px solid transparent;
143-
border-bottom: 12px solid transparent;
144-
border-left: 6px solid $blue-light;
145-
transform: translateY(-50%);
146-
}
147141
}
148142
}
149143

0 commit comments

Comments
 (0)