style: put the li-no-margin mixin in commons

This commit is contained in:
Kazhnuz 2018-10-15 10:09:19 +02:00
parent 20b9e64f43
commit c2b4e4ba04
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,11 @@
/* ------------------ GLOBAL STYLE ------------------- */
@mixin li-no-margin() {
li {
margin: 0;
}
}
.no-pills {
list-style:none;
}

View File

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