Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Add Workspace Administrator and Workspace Manager roles documentation #304

Merged
merged 8 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 164 additions & 106 deletions assets/scss/_content_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,115 +2,168 @@
// Style Markdown content
//

h1, h2, h3, h4, h5, h6 {
font-family: "Qanelas Soft", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
h1,
h2,
h3,
h4,
h5,
h6 {
font-family:
"Qanelas Soft",
sans-serif,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
}

.td-content {
order: 1;

p,
li,
td {
font-weight: $font-weight-body-text;
}

> h1 {
font-family: "Qanelas Soft", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: $font-weight-bold;
margin-bottom: 1rem;
color: $casper;
}

> h2 {
font-family: "Qanelas Soft", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin-bottom: 1rem;
color: $casper;
}

> h2:not(:first-child) {
margin-top: 3rem;
color: $casper;
}

> h2 + h3 {
margin-top: 1rem;
}

> h3,
> h4,
> h5,
> h6 {
font-family: "Qanelas Soft", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin-bottom: 1rem;
margin-top: 2rem;
color: $lightslategray;
& a {
color: $primary;
& :hover {
color: $white;
}
}
}
order: 1;

img {
@extend .img-fluid;
}

table {
@extend .td-table;
}

blockquote {
padding: 0 0 0 1rem;
margin-bottom: $spacer;
color: $gray-600;
border-left: 6px solid $secondary;
}

ul li,
ol li {
margin-bottom: 0.25rem;
}

strong {
font-weight: $font-weight-bold;
}

.footnotes,
> .alert,
> .highlight,
> .lead,
> .td-table,
> blockquote,
> dl dd,
> h1,
> h2,
> ol,
> p,
> pre,
> ul {
@extend .td-max-width-on-larger-screens;
}

.alert:not(:first-child) {
margin-top: 2 * $spacer;
margin-bottom: 2 * $spacer;
}

.lead {
margin-bottom: 1.5rem;
}
p,
li,
td {
font-weight: $font-weight-body-text;
}

>h1 {
font-family:
"Qanelas Soft",
sans-serif,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
font-weight: $font-weight-bold;
margin-bottom: 1rem;
color: $casper;
}

>h2 {
font-family:
"Qanelas Soft",
sans-serif,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
margin-bottom: 1rem;
color: $casper;
}

.td-title {

>h2:not(:first-child) {
margin-top: 3rem;
color: $casper;
}

>h2+h3 {
margin-top: 1rem;
margin-bottom: 0.5rem;

@include media-breakpoint-up(sm) {
font-size: 3rem;
}

>h3,
>h4,
>h5,
>h6 {
font-family:
"Qanelas Soft",
sans-serif,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
margin-bottom: 1rem;
margin-top: 2rem;
color: $lightslategray;

& a {
color: $primary;

& :hover {
color: $white;
}
}
}

img {
width: 100%;
@extend .img-fluid;
}

table {
@extend .td-table;
}

blockquote {
padding: 0 0 0 1rem;
margin-bottom: $spacer;
color: $gray-600;
border-left: 6px solid $secondary;
}

ul li,
ol li {
margin-bottom: 0.25rem;
}

strong {
font-weight: $font-weight-bold;
}

.footnotes,
>.alert,
>.highlight,
>.lead,
>.td-table,
>blockquote,
>dl dd,
>h1,
>h2,
>ol,
>p,
>pre,
>ul {
@extend .td-max-width-on-larger-screens;
}

.alert:not(:first-child) {
margin-top: 2 * $spacer;
margin-bottom: 2 * $spacer;
}

.lead {
margin-bottom: 1.5rem;
}
}

.td-title {
margin-top: 1rem;
margin-bottom: 0.5rem;

@include media-breakpoint-up(sm) {
font-size: 3rem;
}
}

/* width */
::-webkit-scrollbar {
width: 8px;
Expand Down Expand Up @@ -147,7 +200,7 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 1rem;
color: #cccccc;
vertical-align: top;
border-color:rgba(0, 179, 159, 0.33);
border-color: rgba(0, 179, 159, 0.33);
}

.td-initial thead {
Expand All @@ -156,7 +209,12 @@ h1, h2, h3, h4, h5, h6 {
unicode-bidi: isolate;
}

.td-initial thead, tbody, tfoot, tr, td, th {
.td-initial thead,
tbody,
tfoot,
tr,
td,
th {
border-color: rgba(0, 179, 159, 0.33);
border-style: solid;
border-width: 0;
Expand All @@ -179,7 +237,7 @@ h1, h2, h3, h4, h5, h6 {
unicode-bidi: isolate;
max-width: 300px;
overflow-wrap: break-word;
padding: .5rem;
padding: 0.5rem;
background-color: #00000000;
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
Expand All @@ -191,7 +249,7 @@ h1, h2, h3, h4, h5, h6 {
font-weight: bold;
text-align: -internal-center;
unicode-bidi: isolate;
padding: .5rem;
padding: 0.5rem;
background-color: transparent;
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
Expand All @@ -200,4 +258,4 @@ h1, h2, h3, h4, h5, h6 {
.table-container {
overflow-x: auto;
max-width: 100%;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading