Skip to content

Commit

Permalink
Update screen-common.less
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored May 26, 2021
1 parent 0627d21 commit 28aacac
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion skins/Timeless/resources/screen-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,52 @@ button span.oo-ui-labelElement-label {

#mw-site-navigation {
display:none;
.nav-block();
.box;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
padding: 1em 1.5em 0;
width: 14em;
position: fixed;
z-index: 8;

ul, li {
list-style: none;
margin: 0;
padding: 0;
}

h3 {
font-weight: bold;
font-size: 18px;
margin: 0.25em 0 0.75em 0;
padding-bottom: 0.5em;
border-bottom: solid 2px @base-red;
}

.mw-portlet-body {
margin-bottom: 1em;
}

li {
padding: 0.25em 0;
display: flex;
align-items: center;

&:before {
content: '';
width: 10px;
height: 10px;
flex: 0 0 10px;
border-radius: 50%;
background: @base-red;
margin-right: 6px;
}
}

a {
color: @base-black;
}
}

/* Header */
Expand Down

0 comments on commit 28aacac

Please sign in to comment.