Skip to content

Commit 682101b

Browse files
authored
Merge pull request layer5io#50 from layer5io/leecalcote/docs/update
update
2 parents 3d2447f + 2b88d68 commit 682101b

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

assets/scss/_styles_project.scss

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@import 'image-modal_project.scss';
44
@import 'elements_project.scss';
55

6+
7+
// Global Navigation Bar
68
.td-navbar{
79
min-height:6rem;
810
.navbar-brand {
@@ -13,7 +15,24 @@
1315
background-color: $black;
1416
}
1517

16-
// Main Body
18+
.nav-link.active {
19+
border-width: 1px;
20+
border-style: solid;
21+
border-image: linear-gradient(to bottom, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
22+
padding-bottom:.3rem;
23+
align-items: center;
24+
justify-content: center;
25+
align-self: center;
26+
display: flex;
27+
align-content: center;
28+
padding: auto;
29+
margin: auto;
30+
// background-color: linear-gradient(to right, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
31+
32+
}
33+
34+
35+
// Page Layout Sections
1736
.td-home {
1837
background-color: $dark;
1938
overflow-x: hidden;
@@ -26,8 +45,8 @@
2645
margin-top: 3rem;
2746
}
2847

29-
// Code formatting.
3048

49+
// Main Middle Body
3150
.td-content {
3251

3352
h2 {
@@ -189,12 +208,12 @@ td-sidebar {
189208
&.active:not(.tree-root) {
190209
border-width: 1px;
191210
border-style: solid;
192-
border-image: linear-gradient(to left, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
193-
background-color: linear-gradient(to left, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
211+
border-image: linear-gradient(to left, rgba($dark,0) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
212+
background-image: linear-gradient(to left, rgba($dark,.2) 30%, rgba($primary,.3) 60%, $primary 90% 100%) 1;
194213
padding: .25rem;
195214
padding-left: .5rem !important;
196215
// background-image: linear-gradient(to left, rgba($dark,.33),rgba($dark,.5),rgba($dark,.75),#1e2117, #31412b, #3b6447, #378b6d, #00b39f);
197-
background-color: rgba($primary, .05);
216+
// background-color: rgba($primary, .05);
198217
color: $secondary;
199218
}
200219
&.active.tree-root {

0 commit comments

Comments
 (0)