Untitled

 avatar
vergel
plain_text
18 days ago
1.2 kB
4
Indexable
AROUND
/*START - neighb points theming*/
div.scores:not(:empty) {
  border-bottom: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
}

.divider {
  border-left: 1px solid #000 !important;
}

td,
th {
  border-bottom: 1px solid #000 !important;
  border-top: 1px solid #000 !important;

  @media only screen and (max-width: 768px) {
    border-bottom: none !important;
    border-top: none !important;
  }
}
/*END*/

DEMOGRAPHICS
/*START - border theming*/
.tab-section:not(:last-child) {
    border-bottom: 1px solid #000 !important;
}

.tab .overview-item {
    border-right: 1px solid #000 !important;

    @media(max-width: 768px) {
        border-right: 0 solid #000 !important;
    }
}

.description {
    border-bottom: 1px solid #000 !important;
}

/*END*/

SCHOOL

/*START - turn table text to black*/
 div.lp-container {
     div.items-box__content {
         border-bottom: 1px solid #000 !important;
    }
     .items-box__filters {
         border-top: 1px solid #000 !important;
         border-bottom: 1px solid #000 !important;
    }
}
/*START - turn table text to white*/
Editor is loading...
Leave a Comment