Add comments in the example theme
This commit is contained in:
parent
4d7cfcb52d
commit
f03e52ab04
@ -1,3 +1,7 @@
|
|||||||
|
/* Basic example theme */
|
||||||
|
|
||||||
|
|
||||||
|
/* Import the original stylesheet if you want, it's up to you... */
|
||||||
@import url("../../../assets/css/app.css");
|
@import url("../../../assets/css/app.css");
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -6,7 +10,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-left: 300px;
|
margin: 0;
|
||||||
|
max-width: 90%;
|
||||||
|
margin-left: 100px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
border-left: 5px solid #000;
|
border-left: 5px solid #000;
|
||||||
font-family: 'Inconsolata', sans-serif;
|
font-family: 'Inconsolata', sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user