We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258dbda commit 9761846Copy full SHA for 9761846
webapp/src/app/components/navbar/navbar.component.scss
@@ -1,21 +1,22 @@
1
.content {
2
- width: 100%;
3
-
4
- display: inline-flex;
5
- justify-content: space-between;
6
- 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