Skip to content

Commit

Permalink
Merge pull request #64 from gaslight/theme/poho-theme
Browse files Browse the repository at this point in the history
Theme/poho theme
  • Loading branch information
rheubach authored Jun 23, 2020
2 parents 4120afb + 3f7de83 commit bd7dd4b
Show file tree
Hide file tree
Showing 13 changed files with 530 additions and 390 deletions.
3 changes: 2 additions & 1 deletion assets/css/layout/remote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
h1 {
-webkit-text-fill-color: unset;
color: $color-1;
font-family: $font-secondary;
font-size: 1.5rem;
font-weight: 400;
font-weight: 600;

@media screen and (min-width: $screen-tablet) {
font-size: 2rem;
Expand Down
12 changes: 12 additions & 0 deletions assets/css/layout/slides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@
align-items: center;
min-height: 100vh;
overflow-x: hidden;
position: relative;
z-index: 10;

@media screen and (min-width: $screen-tablet) {
grid-template-rows: 5vh 90vh 5vh;
overflow: hidden;
}

&__background {
position: absolute;
top: 0;
left: 0;
width: 100vw;
min-height: 100vh;
overflow: hidden;
z-index: 1;
}

&__content {
margin: $pad-xs;

Expand Down
7 changes: 4 additions & 3 deletions assets/css/modules/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@

h2 {
-webkit-text-fill-color: unset;
width: 100%;
overflow: hidden;
color: $color-5;
font-family: $font-secondary;
font-size: 2em;
font-weight: 500;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}

Expand Down
4 changes: 4 additions & 0 deletions assets/css/theme-poho.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//THEME STYLES
@import
"./themes/live-deck-theme-fonts",
"./themes/poho-theme";
1 change: 1 addition & 0 deletions assets/css/themes/poho-theme-fonts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@200;400;600;800&display=swap');
Loading

0 comments on commit bd7dd4b

Please sign in to comment.