style: put the li-no-margin mixin in commons
This commit is contained in:
parent
20b9e64f43
commit
c2b4e4ba04
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,11 @@
|
|||
/* ------------------ GLOBAL STYLE ------------------- */
|
||||
|
||||
@mixin li-no-margin() {
|
||||
li {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.no-pills {
|
||||
list-style:none;
|
||||
}
|
||||
|
|
|
@ -24,12 +24,6 @@ $color-selection: $color-blue;
|
|||
border-radius: $border-radius $border-radius $border-radius $border-radius;
|
||||
}
|
||||
|
||||
@mixin li-no-margin() {
|
||||
li {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
background: #64b5f6 url('../img/background.png') center bottom repeat-x;
|
||||
}
|
||||
|
|
Reference in a new issue