diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 18:25:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-28 10:54:02 +0200 |
commit | 8cbc40b2fe9d36ef0505b9441276ca561342e9e9 (patch) | |
tree | 5777288d76c0926f5b4484e2689d0fe741462a36 /client/src/app/header | |
parent | fa12eacc014aae8094d108634371640f2695bf9f (diff) | |
download | PeerTube-8cbc40b2fe9d36ef0505b9441276ca561342e9e9.tar.gz PeerTube-8cbc40b2fe9d36ef0505b9441276ca561342e9e9.tar.zst PeerTube-8cbc40b2fe9d36ef0505b9441276ca561342e9e9.zip |
Move to sass module
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/header.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/header/search-typeahead.component.scss | 6 | ||||
-rw-r--r-- | client/src/app/header/suggestion.component.scss | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index e335f136a..de483086b 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -1,5 +1,5 @@ | |||
1 | @use '_variables'; | 1 | @use '_variables' as *; |
2 | @use '_mixins'; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | my-search-typeahead { | 4 | my-search-typeahead { |
5 | @include margin-right(15px); | 5 | @include margin-right(15px); |
diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index d6ce6eca4..5114ec3a7 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss | |||
@@ -1,5 +1,5 @@ | |||
1 | @use '_mixins'; | 1 | @use '_mixins' as *; |
2 | @use '_variables'; | 2 | @use '_variables' as *; |
3 | 3 | ||
4 | #search-video { | 4 | #search-video { |
5 | @include peertube-input-text($search-input-width); | 5 | @include peertube-input-text($search-input-width); |
@@ -122,7 +122,7 @@ li.suggestion { | |||
122 | border-end-start-radius: 0; | 122 | border-end-start-radius: 0; |
123 | border-end-end-radius: 0; | 123 | border-end-end-radius: 0; |
124 | 124 | ||
125 | @include media-breakpoint-up(lg) { | 125 | @media screen and (min-width: 1000px) { |
126 | width: 500px; | 126 | width: 500px; |
127 | } | 127 | } |
128 | } | 128 | } |
diff --git a/client/src/app/header/suggestion.component.scss b/client/src/app/header/suggestion.component.scss index 626b87c3c..41ca34d5a 100644 --- a/client/src/app/header/suggestion.component.scss +++ b/client/src/app/header/suggestion.component.scss | |||
@@ -1,4 +1,5 @@ | |||
1 | @use '_mixins'; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | ||
2 | 3 | ||
3 | a { | 4 | a { |
4 | @include disable-default-a-behaviour; | 5 | @include disable-default-a-behaviour; |