-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: some themebuilder fixes (#2879)
Header: * Add `temabygger` to the menu on both designsystemet.no and theme.designsystemet.no * Make the menu be the same both places. * Added a new prop `logoLink` so it can be linked to designsystemet.no from the themebuilder Front page: * Fix some colors on the front page when switching themes on the previews * Add description text * Make documentation button link to designsystemet.no/eget-tema. Theme-name page * Add text * Change layout to be more in line with the rest of the design with tabs. Will look at flow a bit later. Color page: * Change FAIL tag to DECO after feedback. Radius page: * Add a message that tells the user that this will not be available with the CLI yet. Sidebar: * Made it a bit more responsive
- Loading branch information
Showing
28 changed files
with
346 additions
and
301 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
.page { | ||
height: calc(100vh - 100px); | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
.card { | ||
width: 550px; | ||
border: 1px solid var(--ds-color-neutral-border-subtle); | ||
padding: 48px; | ||
border-radius: 16px; | ||
margin-top: -50px; | ||
width: 620px; | ||
flex-direction: column; | ||
margin-left: 40px; | ||
margin-top: 32px; | ||
border-radius: 8px; | ||
} | ||
|
||
.heading { | ||
margin-bottom: 16px; | ||
margin-bottom: 12px; | ||
} | ||
|
||
.paragraph { | ||
margin-bottom: 16px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.btn { | ||
margin-top: 40px; | ||
display: inline-flex; | ||
} | ||
|
||
.textfield { | ||
margin-top: 24px; | ||
margin-bottom: 32px; | ||
width: 320px; | ||
} | ||
|
||
.tabs { | ||
padding: 40px 40px 0 40px; | ||
} |
Oops, something went wrong.