Skip to content

Commit ade5561

Browse files
committed
UI fixes [netlify-build]
1 parent 0dc3d7b commit ade5561

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed

src/_includes/icons/monitor.svg

Lines changed: 1 addition & 1 deletion
Loading

src/_includes/icons/segment.svg

Lines changed: 28 additions & 28 deletions
Loading

src/_includes/icons/unified-profiles.svg

Lines changed: 2 additions & 2 deletions
Loading

src/_includes/navbar/logo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a id="home-btn" class="logo" href="{{ site.baseurl }}/">
2-
<div style="display: inline-block; color:#000434; font-size: 14px;">
2+
<div style="display: inline-block; color:#000434; font-size: 14px; column-count: 2; font-weight: 500;">
33
<svg width="25" height="25" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
44
<path d="M17.25 33.1731C19.6928 33.1731 21.673 31.1928 21.673 28.75C21.673 26.3072 19.6928 24.327 17.25 24.327C14.8072 24.327 12.8269 26.3072 12.8269 28.75C12.8269 31.1928 14.8072 33.1731 17.25 33.1731ZM17.25 21.6731C19.6928 21.6731 21.673 19.6928 21.673 17.25C21.673 14.8072 19.6928 12.8269 17.25 12.8269C14.8072 12.8269 12.8269 14.8072 12.8269 17.25C12.8269 19.6928 14.8072 21.6731 17.25 21.6731ZM28.75 33.1731C31.1928 33.1731 33.1731 31.1928 33.1731 28.75C33.1731 26.3072 31.1928 24.327 28.75 24.327C26.3072 24.327 24.3269 26.3072 24.3269 28.75C24.3269 31.1928 26.3072 33.1731 28.75 33.1731ZM28.75 21.6731C31.1928 21.6731 33.1731 19.6928 33.1731 17.25C33.1731 14.8072 31.1928 12.8269 28.75 12.8269C26.3072 12.8269 24.3269 14.8072 24.3269 17.25C24.3269 19.6928 26.3072 21.6731 28.75 21.6731ZM23 0C35.4583 0 46 10.5417 46 23C46 35.4583 35.4583 46 23 46C10.5417 46 0 35.4583 0 23C0 10.5418 10.5417 0 23 0ZM23 6.19231C13.7438 6.19231 6.19231 13.4824 6.19231 22.6912C6.19231 31.9001 13.7438 39.8077 23 39.8077C32.2561 39.8077 39.8077 31.9001 39.8077 22.6912C39.8077 13.4823 32.2561 6.19231 23 6.19231Z" fill="#F22F46"/>
5-
</svg> Docs
5+
</svg> <p>Docs</p>
66
</div>
77
</a>

src/_sass/components/_logo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.logo {
22
display: block;
3-
3+
44
@include breakpoint(large up) {
55
padding: 22px 16px;
66
}

src/_sass/components/_menu-item.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272

7373
&--back {
74-
font-weight: 600;
74+
font-weight: 500;
7575
font-size: 12px;
7676
color: color(gray-700);
7777

@@ -84,7 +84,7 @@
8484

8585
&--highlight {
8686
color: color(gray-800);
87-
font-weight: 600;
87+
font-weight: 500;
8888
font-size: 14px;
8989
padding: 12px 16px;
9090

@@ -174,7 +174,7 @@
174174
}
175175

176176
&--highlight {
177-
font-weight: 600;
177+
font-weight: 500;
178178

179179
&::before {
180180
content: "";

0 commit comments

Comments
 (0)