Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 50d6b71

Browse files
committed
feat: add css
1 parent dcfde80 commit 50d6b71

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

src/css/app.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
main {
2+
padding-right: 15px;
3+
padding-left: 15px;
4+
margin-right: auto;
5+
margin-left: auto;
6+
}
7+
.row {
8+
margin-top: 20px;
9+
}

src/css/editor.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.CodeMirror {
2+
border: 1px solid #ccc;
3+
border-radius: 4px;
4+
}
5+
6+
.editor-error {
7+
text-decoration: underline dashed red;
8+
}

src/css/header.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
header {
2+
padding: 10px;
3+
}
4+
5+
header h2 {
6+
margin: 0 0 10px;
7+
padding: 0;
8+
}

src/css/rule-config.css

Whitespace-only changes.

0 commit comments

Comments
 (0)