We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4e7ee commit 2818a53Copy full SHA for 2818a53
examples/css/header.css
@@ -252,7 +252,7 @@ ul.icl-nav-menu-sub:nth-child(1) {
252
font-size: 1.4rem;
253
max-height: 600px;
254
margin-bottom: 10px;
255
- overflow: auto;
+ /* overflow: auto; */
256
color: #d7d7d7;
257
}
258
@@ -266,6 +266,17 @@ ul.icl-nav-menu-sub:nth-child(1) {
266
line-height: 30px;
267
268
269
+.icl-nav-menu-sub .red-circle{
270
+ display: inline-block;
271
+ width: 6px;
272
+ height: 6px;
273
+ border-radius: 6px;
274
+ position: absolute;
275
+ right: -10px;
276
+ top: 7px;
277
+ background:#c70022;
278
+}
279
+
280
.icl-nav-menu-sub::-webkit-scrollbar {
281
width: 3px;
282
0 commit comments