feat(main): Add base theme: This is the falcon theme out of the box.
This is falcon v3.1.2
This commit is contained in:
19
falcon/_dev/css/theme/components/cms/_cms-content.scss
Normal file
19
falcon/_dev/css/theme/components/cms/_cms-content.scss
Normal file
@ -0,0 +1,19 @@
|
||||
.cms-content {
|
||||
ol,
|
||||
ul {
|
||||
padding-left: .75rem;
|
||||
list-style: inherit;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-left: rem-calc(30px);
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
1
falcon/_dev/css/theme/components/cms/_index.scss
Normal file
1
falcon/_dev/css/theme/components/cms/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import "cms-content";
|
||||
Reference in New Issue
Block a user