fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
style fix
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
components
/
_hamburger.scss
diff --git
a/src/wolnelektury/static/2022/styles/components/_hamburger.scss
b/src/wolnelektury/static/2022/styles/components/_hamburger.scss
index
12aa61e
..
4d25407
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/components/_hamburger.scss
+++ b/
src/wolnelektury/static/2022/styles/components/_hamburger.scss
@@
-15,12
+15,9
@@
$bar-color: #85C7CC;
position: relative;
cursor: pointer;
position: relative;
cursor: pointer;
- @include rwd(tablet) {
- margin-right: 0;
- }
-
border: 0;
border: 0;
- margin: 0; padding: 0;
+ margin: 0;
+ padding: 0;
background-color: transparent;
appearance: none;
background-color: transparent;
appearance: none;
@@
-35,19
+32,6
@@
$bar-color: #85C7CC;
transition: color 300ms $ease-out;
}
transition: color 300ms $ease-out;
}
- &.is-clicked {
- z-index: $master-layer + 2;
-
- @include rwd(tablet) {
- position: fixed;
- top: 2rem; right: 1rem;
- }
-
- &:after {
- color: $color-black;
- }
- }
-
.bar,
.bar:after,
.bar:before {
.bar,
.bar:after,
.bar:before {