}
.l-container {
+ position: relative;
display: flex;
align-items: center;
justify-content: space-between;
color: white;
}
}
+
+ .menubar-donate {
+ color: #fff;
+ background: #c92834;
+ padding: 9px 20px 11px;
+ font-weight: 600;
+ margin-right: 20px;
+ border-radius: 15px;
+ }
}
.user {
font-size: 30px;
}
}
+ .c-lang {
+ display: block;
+ left: 16px;
+ }
}
}
}
display: flex;
flex-direction: column;
justify-content: space-between;
+ @include rwd($break-menu) {
+ width: 60%;
+ }
p {
color: $color-white;