Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Dec 1, 2024
1 parent ddbec41 commit 5a5cafa
Show file tree
Hide file tree
Showing 9 changed files with 499 additions and 288 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion www/api/data/components/0-ds-styling/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"1-styling","description":""}
{"id":"0-ds-styling","description":""}
17 changes: 17 additions & 0 deletions www/api/data/components/1-styling/componentCss/ds-corrections.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
main {
margin-top: initial;
margin-bottom: initial;
}

nav li {
margin-left: initial;
}
a:link {
color: var(--highlight-dark);
}
textarea {
outline: initial;
}
:root {
--simply-button-primary: var(--highlight-dark);
}
2 changes: 1 addition & 1 deletion www/api/data/components/1-styling/componentCss/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ a.simplycode-button {
body {
display: grid;
grid-template-columns: 210px 2fr 2fr;
grid-template-rows: 60px 2fr 2fr;
grid-template-rows: 80px 2fr 2fr;
gap: 0px 0px;
grid-template-areas:
"header header header"
Expand Down
Loading

0 comments on commit 5a5cafa

Please sign in to comment.