Skip to content

Commit

Permalink
feat(update): dojo with last table version
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-gomez committed Jan 21, 2024
1 parent 8cc22c4 commit 4173dd4
Show file tree
Hide file tree
Showing 8 changed files with 992 additions and 360 deletions.
Binary file added assets/images/guerkin-test-fail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions css/theme/source/axa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

// Default mixins and settings -----------------
@import "../template/mixins";
@import "../template/settings";
@import '../template/mixins';
@import '../template/settings';
// ---------------------------------------------

// Include theme-specific fonts
Expand All @@ -25,8 +25,8 @@ $darkTextColor: #333;
$backgroundColor: linear-gradient(0deg, black 0%, var(--r-axa-blue-color) 100%);

$mainFontSize: 42px;
$mainFont: "Source Sans Pro", Helvetica, sans-serif;
$headingFont: "Publico", Helvetica, sans-serif;
$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingFont: 'Publico', Helvetica, sans-serif;
$headingTextShadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
$heading1TextShadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
$heading2TextShadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
Expand All @@ -46,7 +46,7 @@ $heading4Size: clamp(0.5em, 5vw, 1em);
@include dark-bg-text-color(white);

// Theme template ------------------------------
@import "../template/theme";
@import '../template/theme';
// ---------------------------------------------

:root {
Expand All @@ -60,7 +60,7 @@ $heading4Size: clamp(0.5em, 5vw, 1em);

.reveal {
h1::before {
content: "";
content: '';
width: clamp(36px, 4vw, 50px);
height: clamp(78px, 6vw, 100px);
transform: skewX(-30deg);
Expand All @@ -72,7 +72,7 @@ $heading4Size: clamp(0.5em, 5vw, 1em);
color: var(--r-heading-color);
text-shadow: var(--r-heading2-text-shadow);
&::before {
content: "";
content: '';
width: 30px;
height: 69px;
transform: skewX(-30deg);
Expand All @@ -97,6 +97,9 @@ $heading4Size: clamp(0.5em, 5vw, 1em);
font-size: 1rem;
line-height: 1.5rem;
position: relative;
&.sg-code--no-max-height {
max-height: inherit;
}
}
.sg-code-input {
display: none;
Expand Down
3 changes: 3 additions & 0 deletions dist/theme/axa.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
line-height: 1.5rem;
position: relative;
}
.reveal .code-wrapper code.sg-code--no-max-height {
max-height: inherit;
}
.reveal .code-wrapper .sg-code-input {
display: none;
}
Expand Down
677 changes: 522 additions & 155 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4173dd4

Please sign in to comment.