Skip to content

Commit a7499c6

Browse files
committed
Adjusted playground style ot better match landing page
1 parent 6c91f0d commit a7499c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

assets/styles/play.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$header-height: 40px;
1+
$header-height: 50px;
22
$output-height: 120px;
33

44
@import 'base';
@@ -11,14 +11,13 @@ $output-height: 120px;
1111
//background: linear-gradient(135deg, $ts-blue, $lua-purple);
1212
//-webkit-clip-path: polygon(100% 0, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0 0);
1313
//clip-path: polygon(100% 0, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0 0);
14-
background-color: $grey-accent;
15-
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
14+
//box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
1615
z-index: 10;
1716
}
1817

1918
#logo {
2019
position: absolute;
21-
top: 7px;
20+
top: 10px;
2221
left: 10px;
2322
font-weight: 300;
2423
font-size: 20px;

0 commit comments

Comments
 (0)