-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RSC chore(tests): Add links to user-examples and empty-users in test …
…fixture
- Loading branch information
Showing
6 changed files
with
47 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 19 additions & 19 deletions
38
...ect-rsc-external-packages-and-cells/web/src/layouts/NavigationLayout/NavigationLayout.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
.navigation-layout { | ||
& nav { | ||
& > nav { | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
padding: 10px; | ||
background-color: color-mix(in srgb, yellow 50%, transparent); | ||
border-bottom: 2px dashed color-mix(in srgb, yellow 90%, black); | ||
} | ||
|
||
& ul { | ||
list-style: none; | ||
display: flex; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
& ul { | ||
list-style: none; | ||
display: flex; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
& li { | ||
margin-right: 10px; | ||
} | ||
& li { | ||
margin-right: 10px; | ||
} | ||
|
||
& a { | ||
text-decoration: none; | ||
color: #333; | ||
padding: 5px; | ||
border-bottom: 2px solid transparent; | ||
} | ||
& a { | ||
text-decoration: none; | ||
color: #333; | ||
padding: 5px; | ||
border-bottom: 2px solid transparent; | ||
} | ||
|
||
& a:hover { | ||
border-bottom: 2px solid #333; | ||
& a:hover { | ||
border-bottom: 2px solid #333; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters