Skip to content

Commit

Permalink
Update mixins.less
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored May 26, 2021
1 parent 0ba53ef commit 0627d21
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions skins/Timeless/resources/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,50 +53,3 @@
padding: 0;
box-shadow: none;
}

.nav-block() {
.box();
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
padding: 1em 1.5em 0;

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;
}
}

0 comments on commit 0627d21

Please sign in to comment.