aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/components/header.scss
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-04-28 22:20:49 +1000
committerGitHub <noreply@github.com>2020-04-28 22:20:49 +1000
commit99a26d65cf78851878841c5afc54830f1222ccb1 (patch)
tree6a2bf12ecfa2314725e6d8961ec9f6a986b5003b /demo/src/sass/components/header.scss
parent6aa21c1fae4a7b6dbcf1db1ee3b06f11d674869a (diff)
parent4915cf0120870db4a52b3be117efa22f8ca2bd3e (diff)
downloadplyr-99a26d65cf78851878841c5afc54830f1222ccb1.tar.lz
plyr-99a26d65cf78851878841c5afc54830f1222ccb1.tar.xz
plyr-99a26d65cf78851878841c5afc54830f1222ccb1.zip
Merge pull request #1796 from sampotts/develop
v3.6.0
Diffstat (limited to 'demo/src/sass/components/header.scss')
-rw-r--r--demo/src/sass/components/header.scss38
1 files changed, 19 insertions, 19 deletions
diff --git a/demo/src/sass/components/header.scss b/demo/src/sass/components/header.scss
index fd014ead..47ba69b0 100644
--- a/demo/src/sass/components/header.scss
+++ b/demo/src/sass/components/header.scss
@@ -3,28 +3,28 @@
// ==========================================================================
header {
- padding-bottom: $spacing-base;
- text-align: center;
+ padding-bottom: $spacing-base;
+ text-align: center;
- h1 span {
- animation: shrinkHide 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s forwards;
- display: inline-block;
- font-weight: $font-weight-light;
- opacity: 0.5;
- }
+ h1 span {
+ animation: shrinkHide 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s forwards;
+ display: inline-block;
+ font-weight: $font-weight-light;
+ opacity: 0.5;
+ }
- .call-to-action {
- margin-top: ($spacing-base * 1.5);
- }
+ .call-to-action {
+ margin-top: ($spacing-base * 1.5);
+ }
- @media only screen and (min-width: $screen-md) {
- margin-right: ($spacing-base * 3);
- max-width: 360px;
- padding-bottom: ($spacing-base * 2);
- text-align: left;
+ @media only screen and (min-width: $screen-md) {
+ margin-right: ($spacing-base * 3);
+ max-width: 360px;
+ padding-bottom: ($spacing-base * 2);
+ text-align: left;
- p:first-of-type {
- @include font-size($font-size-base + 1);
- }
+ p:first-of-type {
+ @include font-size($font-size-base + 1);
}
+ }
}