media-artist_framework/_share/media/sass/artist-framework.sass

50 lines
770 B
Sass
Raw Normal View History

2025-02-18 15:51:57 +02:00
@use 'org-media-sass/categories/business' as *
2025-02-18 15:42:36 +02:00
div.outline-4 > ol.org-ol > li:first-of-type
font-weight: bold
font-size: 1.2em
color: green
text-transform: uppercase
2025-02-19 02:03:36 +02:00
/*
div.outline-text-5
font-weight: .5em
font-size: normal
color: brown
2025-02-18 15:51:57 +02:00
.two-column
width: 100%
table-layout: fixed
2025-02-19 02:03:36 +02:00
th
text-transform: uppercase
2025-02-18 15:51:57 +02:00
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
2025-02-19 02:03:36 +02:00
text-transform: uppercase
2025-02-18 15:51:57 +02:00
padding-bottom: 0
border-bottom: none
2025-02-18 15:42:36 +02:00
2025-02-18 15:51:57 +02:00
tr:nth-child(2) th
2025-02-19 02:03:36 +02:00
text-transform: lowercase
2025-02-18 15:51:57 +02:00
border-top: none
font-size: .7em
padding-left: 1rem
2025-02-18 15:42:36 +02:00