nav and notification fixes
parent
8486532c37
commit
1f3038ebbc
@ -0,0 +1,13 @@
|
||||
$(function() {
|
||||
var $body = $('body');
|
||||
|
||||
$body.on('click', '.header__button--notification', function(event) {
|
||||
event.preventDefault();
|
||||
$body.toggleClass('notification_open');
|
||||
});
|
||||
|
||||
$body.on('click', '.notification__close', function(event) {
|
||||
event.preventDefault();
|
||||
$body.removeClass('notification_open');
|
||||
});
|
||||
});
|
||||
@ -0,0 +1,95 @@
|
||||
.notification {
|
||||
position: fixed;
|
||||
top: em(80px);
|
||||
right: em(30px);
|
||||
width: em(260px);
|
||||
z-index: 1000;
|
||||
height: auto;
|
||||
background: $white;
|
||||
box-shadow: 0 0 em(30px) rgba($black, 0.2);
|
||||
transform: scale(0);
|
||||
opacity: 0;
|
||||
transform-origin: 23% 5%;
|
||||
transition: transform 0.3s $easeOutQuad, opacity 0.3s $easeOutQuad;
|
||||
&:before {
|
||||
content: '';
|
||||
display: block;
|
||||
background: $white;
|
||||
z-index: -2;
|
||||
position: absolute;
|
||||
top: em(-10px);
|
||||
right: em(187px);
|
||||
width: em(20px);
|
||||
height: em(20px);
|
||||
transform: rotate(45deg);
|
||||
box-shadow: 0 0 30px rgba($black, 0.2);
|
||||
}
|
||||
.notification_open & {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
.cms-toolbar-expanded & {
|
||||
margin-top: 46px;
|
||||
}
|
||||
@media screen and (max-width: $small_breakpoint) {
|
||||
transform-origin: 36% 5%;
|
||||
&:before {
|
||||
right: em(157px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.notification__content {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: em(20px) em(30px);
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
max-height: 70vh;
|
||||
background: $white;
|
||||
}
|
||||
|
||||
.notification__title {
|
||||
line-height: 1.35;
|
||||
color: $green;
|
||||
font-size: em(18px);
|
||||
font-weight: 700;
|
||||
padding-right: em(55px);
|
||||
margin-bottom: em(10px);
|
||||
}
|
||||
|
||||
.notification__text {
|
||||
line-height: 1.4;
|
||||
color: $dark_gray;
|
||||
font-size: em(14px);
|
||||
}
|
||||
|
||||
.notification__button {
|
||||
margin-top: em(20px);
|
||||
height: em(38px) !important;
|
||||
line-height: em(36px) !important;
|
||||
font-size: em(12px) !important;
|
||||
svg {
|
||||
width: em(24px) !important;
|
||||
height: em(24px) !important;
|
||||
margin: em(7px) 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.notification__close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: em(25px);
|
||||
svg {
|
||||
width: em(20px);
|
||||
height: em(20px);
|
||||
fill: $dark_gray;
|
||||
transition: fill 0.3s;
|
||||
}
|
||||
&:hover {
|
||||
svg {
|
||||
fill: $near_black;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
<svg width="35px" height="35px" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M26.1088419,26.8285757 L21.4514741,26.8285757 C21.2509751,28.834446 19.558718,30.4 17.4999386,30.4 C15.4411592,30.4 13.7489021,28.834446 13.5484031,26.8285757 L8.89222581,26.8285757 C6.89359454,26.8285757 5.70069754,24.6071268 6.80888894,22.947603 L8.14460849,20.9500828 L8.14460849,17.5000744 C8.14460849,13.2343044 10.5781731,9.81681331 14.4213758,8.62734156 L14.4213758,7.67856824 C14.4213758,5.97768586 15.7990592,4.6 17.4999386,4.6 C19.200818,4.6 20.5785015,5.97768586 20.5785015,7.67856824 L20.5785015,8.63346089 C24.4227407,9.84401727 26.8330929,13.3263888 26.8552687,17.8056098 L26.8552687,20.9500473 L28.1899125,22.9476111 C29.2999616,24.6064378 28.1070455,26.8285757 26.1088419,26.8285757 Z M16.6070722,8.6121088 C17.2325477,8.55979338 17.7405828,8.55630529 18.3927844,8.6121088 L18.3927844,7.67856824 C18.3927844,7.18681287 17.9916837,6.78571216 17.4999283,6.78571216 C17.0081729,6.78571216 16.6070722,7.18681287 16.6070722,7.67856824 L16.6070722,8.6121088 Z M17.4999283,28.2141688 C18.4846295,28.2141688 19.2856404,27.4131578 19.2856404,26.4284566 L15.7142161,26.4284566 C15.7142161,27.4131578 16.5152271,28.2141688 17.4999283,28.2141688 Z M25.2480119,23.9284626 C25.4771147,23.9284894 25.6120893,23.6836468 25.4865315,23.496356 L24.2236401,21.6077511 C24.0468171,21.3430549 23.9526494,21.0322875 23.9526494,20.7142075 L23.9526494,17.7750146 C23.932828,13.76868 21.3399739,11.0713618 17.4999785,11.0713618 C13.7007508,11.0713618 11.0473076,13.7143051 11.0473076,17.4999256 L11.0483538,20.7131361 C11.0483538,21.031216 10.9541914,21.3419621 10.7773631,21.6066796 L9.51447173,23.4952845 C9.3889058,23.68467 9.52388689,23.9284626 9.75303037,23.9284626 L25.2480119,23.9284626 Z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue