Skip to content

Commit b564817

Browse files
committed
Created revert-styling class
1 parent 2af5ac8 commit b564817

5 files changed

Lines changed: 26 additions & 2 deletions

File tree

assets/dist/assets/app-DWeuWmdw.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/dist/assets/app-DmeQKTA-.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"assets/src/css/app.css": {
3-
"file": "assets/app-DWeuWmdw.css",
3+
"file": "assets/app-DmeQKTA-.css",
44
"src": "assets/src/css/app.css",
55
"isEntry": true
66
},

assets/src/css/components/all.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
@import 'menu.css';
99
@import 'nested-form.css';
1010
@import 'plugin-details-content.css';
11+
@import 'revert-styling.css';
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.revert-styling {
2+
h1, h2, h3, h4, h5, h6 {
3+
font-size: revert;
4+
font-weight: revert;
5+
margin: revert;
6+
}
7+
8+
p {
9+
margin: revert;
10+
}
11+
12+
ul, ol {
13+
list-style: revert;
14+
margin: revert;
15+
padding: revert;
16+
}
17+
18+
li {
19+
list-style: revert;
20+
margin: revert;
21+
}
22+
}
23+

0 commit comments

Comments
 (0)