We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 258dbda + f272061 commit 8eb6210Copy full SHA for 8eb6210
2 files changed
webapp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webapp",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
webapp/src/app/components/navbar/navbar.component.scss
@@ -1,21 +1,22 @@
.content {
- width: 100%;
-
- display: inline-flex;
- justify-content: space-between;
- align-items: center;
+ width: 100%;
+
+ display: inline-flex;
+ justify-content: space-between;
+ align-items: center;
7
}
8
9
.links {
10
- display: flex;
11
- flex-direction: row;
12
- gap: 1em;
+ display: flex;
+ flex-direction: row;
+ gap: 1em;
13
14
15
+ color: orange;
16
17
18
button {
- &:hover {
19
- color: lightgreen;
20
- }
21
-}
+ &:hover {
+ color: lightgreen;
+ }
22
+}
0 commit comments