diff options
Diffstat (limited to 'src/components/molecules/layout/branding.module.scss')
| -rw-r--r-- | src/components/molecules/layout/branding.module.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/components/molecules/layout/branding.module.scss b/src/components/molecules/layout/branding.module.scss index bacf381..6f67c8b 100644 --- a/src/components/molecules/layout/branding.module.scss +++ b/src/components/molecules/layout/branding.module.scss @@ -54,15 +54,7 @@ .logo { grid-row: span 2; - margin-bottom: var(--spacing-sm); - border-radius: 50%; animation: flip-logo 9s ease-in 0s 1; - - @include mix.media("screen") { - @include mix.dimensions("2xs") { - margin-bottom: 0; - } - } } .title { @@ -106,23 +98,6 @@ } } -.flip { - width: var(--logo-size); - height: var(--logo-size); - border: fun.convert-px(2) solid var(--color-primary-dark); - border-radius: 50%; - box-shadow: - fun.convert-px(1) fun.convert-px(2) fun.convert-px(1) 0 - var(--color-shadow-light), - fun.convert-px(2) fun.convert-px(3) fun.convert-px(3) 0 - var(--color-shadow-light); - - > * { - padding: fun.convert-px(2); - border-radius: 50%; - } -} - @keyframes flip-logo { 0%, 90% { |
