Skip to content

Instantly share code, notes, and snippets.

@thekingofspain
thekingofspain / OutSystem Integration Builder Comments.md
Last active March 8, 2024 20:46
OutSystem Integration Studio Comments
IntergrationStudio Interface.cs
Documentation Comment
ServiceStudio Source Notes
Action.Name Desciption Section.Paragraph 1 IntergrationStudio
Action.Description <summary> Desciption Section.Paragraph 2 Integration Studio
Action.Import Details... <summary> Desciption Section.Paragraph 3 Interfaces.c Generated on Action Import
but not override when Action.Description changes
assumed text match for Import Details:
Action.Examples <example> After Inputs: Section Interfaces.c Not Verified

Interface.cs

/// <summary>
Orange: #E88333;
Orange.Border.Dark: #84532D;
Gray: #87898D;
Gray.Border:Right.Dark: #55575B;
Gray.Border:Left.Dark: #53565A;
Red: #EB5A46;
Red.Border.Dark: # 823E36;
@thekingofspain
thekingofspain / input.scss
Created May 13, 2023 08:49
Generated by SassMeister.com.
/* Usefull - Display Flex */
////
/// @group UsefullClasses-Display_Flex
/// Usefull - Display Flex
%flex-parent {
display: flex;
}
@mixin flex-parent($isFlexParent)
@thekingofspain
thekingofspain / input.scss
Created May 11, 2023 05:39
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 06:06
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 06:03
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 05:56
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Last active May 4, 2023 04:58
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 04:38
Generated by SassMeister.com.
$align-values: stretch center flex-start flex-end baseline initial inherit;
$self-values: auto;
$items-values: normal start end;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
#{$name}: #{$value};
}
@thekingofspain
thekingofspain / OutSystemsServiceStudioColors.html
Last active March 22, 2023 19:09
OutSystems ServiceStudio Colors
<a href="https://gistpreview.github.io//thekingofspain/97babc94ad6ca67cfa0f71e2a6b03d6f/outsystems-servicestudio-colors-html">Preview</a>
<a href="https://gistpreview.github.io//thekingofspain/97babc94ad6ca67cfa0f71e2a6b03d6f/outsystems-servicestudio-colors-html">Preview</a>
<h2>Light Theme</h2>
<h3>Interface Treeview</h3>
<table>
<tr>
<th scope="area">Area</th>
<th colspan="3" style="background:white;color:black;">Light</th>
<th colspan="3" style="background:black;color:white;">Dark</th>
</tr>