|
@@ -6187,7 +6187,26 @@ input[type='submit'].styler[disabled] {
|
|
|
|
|
|
|
|
@media screen and (max-width: 960px) {
|
|
@media screen and (max-width: 960px) {
|
|
|
.navigation__mobileButton {
|
|
.navigation__mobileButton {
|
|
|
- display: block; } }
|
|
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ display: -ms-flex;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ margin-right: 4%; }
|
|
|
|
|
+ .navigation__mobileButton img {
|
|
|
|
|
+ height: 32px; }
|
|
|
|
|
+ .floatmenu {
|
|
|
|
|
+ display: block !important;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ top: 70px;
|
|
|
|
|
+ background: #3b434d; }
|
|
|
|
|
+ .floatmenu__list {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ padding: 10px; }
|
|
|
|
|
+ .floatmenu__link {
|
|
|
|
|
+ line-height: 30px; } }
|
|
|
|
|
|
|
|
@media (min-width: 641px) and (max-width: 960px) {
|
|
@media (min-width: 641px) and (max-width: 960px) {
|
|
|
.wrapper--content {
|
|
.wrapper--content {
|