Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit aaac310

Browse files
author
dpatanin
committed
change color and remove header box shadow
1 parent be5c9df commit aaac310

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/scss/components/_header.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
display: flex;
99
justify-content: space-between;
1010
align-items: center;
11-
box-shadow: 0 1px 15px rgba(50, 50, 93, 0.2);
1211
.container {
1312
max-width: 4060px;
1413
display: flex;

src/scss/components/_sidebar.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ span {
7575
.sidebar {
7676
min-width: 100px;
7777
max-width: 250px;
78-
background: #7386d5;
78+
background: $secureCodeBlue;
7979
height: 100vh;
8080
align-self: flex-start;
8181
position: sticky;
@@ -132,7 +132,7 @@ span {
132132
font-size: 1.1em;
133133
display: block;
134134
&:hover {
135-
color: #7386d5;
135+
color: $secureCodeBlue;
136136
background: $white;
137137
}
138138
i {
@@ -141,7 +141,7 @@ span {
141141
}
142142
&.active > a {
143143
color: $white;
144-
background: #6d7fcc;
144+
background: $secureCodeBlue;
145145
}
146146
}
147147
&.components {
@@ -150,7 +150,7 @@ span {
150150
}
151151
.sidebar-header {
152152
padding: 20px;
153-
background: #6d7fcc;
153+
background: $secureCodeBlue;
154154
strong {
155155
display: none;
156156
font-size: 1.8em;
@@ -159,7 +159,7 @@ span {
159159
}
160160
a[aria-expanded="true"] {
161161
color: $white;
162-
background: #6d7fcc;
162+
background: $secureCodeBlue;
163163
}
164164
a[data-toggle="collapse"] {
165165
position: relative;
@@ -187,7 +187,7 @@ ul {
187187
ul a {
188188
font-size: 0.9em !important;
189189
padding-left: 30px !important;
190-
background: #6d7fcc;
190+
background: $secureCodeBlue;
191191
}
192192
}
193193
#content {

0 commit comments

Comments
 (0)