}
}
-@keyframes wcfMobileMenuNewContent {
- 0% { box-shadow: 0 0 0 rgba(255, 0, 0, 0); }
- 25% { box-shadow: 0 0 0 rgba(255, 0, 0, 1); }
- 50% { box-shadow: 0 0 10px rgba(255, 0, 0, 1); }
- 75% { box-shadow: 0 0 0 rgba(255, 0, 0, 1); }
- 100% { box-shadow: 0 0 0 rgba(255, 0, 0, 0); }
-}
-
@include screen-md-down {
.pageHeader > div > div {
padding-bottom: 10px;
.mainMenu,
.userPanel {
+ position: relative;
+
&::before {
background-color: $wcfHeaderMenuBackground;
border-radius: 2px;
color: $wcfHeaderMenuLinkActive;
}
- &.pageMenuMobileButtonHasContent::before {
- animation: wcfMobileMenuNewContent 8s infinite;
- animation-delay: 2s;
+ &.pageMenuMobileButtonHasContent::after {
+ background-color: rgb(244, 67, 54);
+ border-radius: 50%;
+ content: "";
+ height: 10px;
+ position: absolute;
+ right: -3px;
+ top: -6px;
+ width: 10px;
}
}