We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63cff1 commit bda01cfCopy full SHA for bda01cf
src/app/homepage/header/header.component.html
@@ -71,7 +71,7 @@
71
href="https://devtools.nestjs.com"
72
target="_blank"
73
title="Devtools | NestJS - A node.js framework built on top of TypeScript">
74
- Devtools</a>
+ <span class="new">NEW</span> Devtools</a>
75
</li>
76
<li>
77
<a
src/app/homepage/header/header.component.scss
@@ -34,6 +34,16 @@
34
}
35
36
37
+.new {
38
+ background: #232323;
39
+ color: #ea2845;
40
+ border: 1px solid #ea2845;
41
+ font-size: 11px;
42
+ padding: 2px 4px;
43
+ border-radius: 2px;
44
+ margin-right: 2px;
45
+}
46
+
47
header {
48
display: block;
49
position: relative;
0 commit comments