fix lint warnings

This commit is contained in:
Matthew Taylor 2016-05-19 17:02:21 -04:00
parent a860b27941
commit 337b6dcfca
2 changed files with 9 additions and 5 deletions

View file

@ -56,6 +56,7 @@
}
}
}
.flex-row {
align-items: flex-start;

View file

@ -62,11 +62,13 @@
}
}
a.item-url {
display: block;
a {
&.item-url {
display: block;
&:hover {
background-color: lighten($ui-blue, 40);
&:hover {
background-color: lighten($ui-blue, 40);
}
}
}
@ -104,7 +106,7 @@
.inner {
h2 {
&.breaking-title {
border-bottom: none;
border-bottom: 0;
}
span {
@ -112,6 +114,7 @@
padding: 0;
}
}
.agenda-item {
.flex-row {
p {