Skip to content

Commit 68f6916

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Vinura Pathirana <[email protected]>
1 parent 4f29e88 commit 68f6916

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

site/assets/scss/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
border-radius: 5px;
173173
}
174174

175-
.read-btn, .read-docs {
175+
.read-btn, .btn-fw, .read-docs {
176176
background-color: var(--jk-purple);
177177
margin-bottom: 20px;
178178
padding: 15px 30px;
@@ -183,7 +183,7 @@
183183
transition: 0.5s;
184184
}
185185

186-
.read-btn:hover, .read-docs:hover {
186+
.read-btn:hover, .btn-fw:hover, .read-docs:hover {
187187
background-color: var(--hover-color);
188188
cursor: pointer;
189189
}

site/assets/scss/app.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.

site/assets/scss/docs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
border-radius: 5px;
4747
}
4848

49-
.read-btn, .read-docs {
49+
.read-btn, .btn-fw, .read-docs {
5050
background-color: var(--jk-purple);
5151
margin-bottom: 20px;
5252
padding: 15px 30px;
@@ -57,7 +57,7 @@
5757
transition: 0.5s;
5858
}
5959

60-
.read-btn:hover, .read-docs:hover {
60+
.read-btn:hover, .btn-fw:hover, .read-docs:hover {
6161
background-color: var(--hover-color);
6262
cursor: pointer;
6363
}

site/assets/scss/docs.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.

site/assets/scss/docs.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,7 @@
112112
.fw-title{
113113
text-align: center;
114114
font-size: 3rem;
115+
}
116+
.btn-fw{
117+
@extend .read-btn
115118
}

site/content/docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ <h2>Via Using CDN</h2>
8181
<div class="frame-guide-home">
8282
<div class="fw-title">
8383
Framework Guides
84+
<p style="font-size:1.5rem">(Start New Version with Framework Guide from v5.0.0)</p>
85+
<a href=""><button class="btn-fw">To Framework Guides</button></a>
8486
</div>
8587
</div>
8688
</div>

0 commit comments

Comments
 (0)