Skip to content

Commit

Permalink
Merge pull request #44 from SimplyEdit/feature/fix-styles
Browse files Browse the repository at this point in the history
Feature/fix styles
  • Loading branch information
ylebre authored Oct 17, 2024
2 parents 0095062 + c369471 commit 462b4e6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 412 deletions.
2 changes: 2 additions & 0 deletions www/api/data/components/1-styling/componentCss/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

html, body {
margin: 0;
padding: 0;
Expand Down
2 changes: 0 additions & 2 deletions www/api/data/components/1-styling/componentCss/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

:root {
--highlight-dark: #f16623;
--highlight-light: #ff8003;
Expand Down
2 changes: 1 addition & 1 deletion www/api/data/components/1-styling/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"styling","description":""}
{"id":"1-styling","description":""}
4 changes: 2 additions & 2 deletions www/api/data/generated.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<!-- Component CSS -->
<style>
/* extra */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

html, body {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -32,8 +34,6 @@
padding: 5px;
}
/* style */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

:root {
--highlight-dark: #f16623;
--highlight-light: #ff8003;
Expand Down
26 changes: 0 additions & 26 deletions www/css/extra.css

This file was deleted.

Loading

0 comments on commit 462b4e6

Please sign in to comment.