Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Oct 30, 2023
1 parent 51d71d5 commit 10addb1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
21 changes: 10 additions & 11 deletions blocks/info-mouseover/info-mouseover.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
margin-left: 4px;
}


.info-mouseover.block span.icon {
display: block;
}

.info-mouseover.block span.icon img {
display: block;
height: 13px;
width: 13px;
}

.info-mouseover.block .info-content-wrapper {
display: block;
position: absolute;
Expand Down Expand Up @@ -93,6 +82,16 @@
width: 100%;
}

.info-mouseover.block span.icon {
display: block;
}

.info-mouseover.block span.icon img {
display: block;
height: 13px;
width: 13px;
}

@media screen and (min-width: 900px) {
.info-mouseover.block .info-content-wrapper {
left: -20px;
Expand Down
2 changes: 1 addition & 1 deletion blocks/liveby-schools/liveby-schools.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ main .section.liveby-schools-container p {
.liveby-schools .school-lists section {
margin: 1em 0;
}

.liveby-schools .actions p.button-container {
text-align: center;
}
Expand Down Expand Up @@ -94,7 +95,6 @@ main .section.liveby-schools-container p {
opacity: .625;
}


.liveby-schools .school-lists section .school-item .school-details h3 {
margin: 0;
font-family: var(--font-family-georgia);
Expand Down
1 change: 0 additions & 1 deletion blocks/liveby-schools/liveby-schools.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { decorateIcons } from '../../scripts/aem.js';
import { LIVEBY_API } from '../../scripts/scripts.js';

const ES_GRADES = ['PK', 'KG', '01', '02', '03', '04', '05', '06'];
Expand Down

0 comments on commit 10addb1

Please sign in to comment.