updated with org-media-sass submodule
This commit is contained in:
parent
6a5473c1c4
commit
b7e7d9d816
3 changed files with 33 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "_share/media/sass/sass/org-media-sass"]
|
[submodule "_share/media/sass/org-media-sass"]
|
||||||
path = _share/media/sass/sass/org-media-sass
|
path = _share/media/sass/org-media-sass
|
||||||
url = git@bitbucket.org:ronnyabraham/org-media-sass.git
|
url = git@bitbucket.org:ronnyabraham/org-media-sass.git
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
@use 'org-media-sass/categories/business' as *
|
||||||
|
|
||||||
div.outline-4 > ol.org-ol > li:first-of-type
|
div.outline-4 > ol.org-ol > li:first-of-type
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
font-size: 1.2em
|
font-size: 1.2em
|
||||||
|
|
@ -8,5 +10,34 @@ div.outline-text-5
|
||||||
font-weight: .5em
|
font-weight: .5em
|
||||||
font-size: normal
|
font-size: normal
|
||||||
color: brown
|
color: brown
|
||||||
|
|
||||||
|
.two-column
|
||||||
|
width: 100%
|
||||||
|
table-layout: fixed
|
||||||
|
|
||||||
|
th, td
|
||||||
|
width: 50%
|
||||||
|
text-align: left
|
||||||
|
|
||||||
|
|
||||||
|
.two-column-desc
|
||||||
|
width: 100%
|
||||||
|
table-layout: fixed
|
||||||
|
|
||||||
|
th, td
|
||||||
|
width: 50%
|
||||||
|
text-align: left
|
||||||
|
|
||||||
|
thead
|
||||||
|
th
|
||||||
|
text-align: left
|
||||||
|
|
||||||
|
tr:nth-child(1) th
|
||||||
|
padding-bottom: 0
|
||||||
|
border-bottom: none
|
||||||
|
|
||||||
|
tr:nth-child(2) th
|
||||||
|
border-top: none
|
||||||
|
font-size: .7em
|
||||||
|
padding-left: 1rem
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue