mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fix lint warnings
This commit is contained in:
parent
a860b27941
commit
337b6dcfca
2 changed files with 9 additions and 5 deletions
|
@ -56,6 +56,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
align-items: flex-start;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue