Zum Inhalt springen

MediaWiki:Vector-2022.css: Unterschied zwischen den Versionen

KKeine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
KKeine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 56: Zeile 56:
   border-collapse: separate;
   border-collapse: separate;
   border-spacing: 0;
   border-spacing: 0;
   border: 1px solid var(--color-gray-40);
   border: 1px solid #d4e0e7;
   border-radius: 10px;
   border-radius: 10px;
   overflow: hidden;
   overflow: hidden;
Zeile 64: Zeile 64:


thead th {
thead th {
   padding: 1rem;
   padding: spacing();
   background-color: var(--color-background-secondary);
   background-color: #fafafa;
   font-weight: bold;
   font-weight: bold;
   font-size: inherit;
   font-size: inherit;
Zeile 71: Zeile 71:


thead th:not(:last-child) {
thead th:not(:last-child) {
   border-right: 1px solid var(--color-gray-40);
   border-right: 1px solid #d4e0e7;
}
}


tbody td {
tbody td {
   border-bottom: 1px solid var(--color-gray-40);
   border-bottom: 1px solid #d4e0e7;
   padding: 1rem;
   padding: 1em;
   p {
   p {
     margin: 0;
     margin: 0;
Zeile 83: Zeile 83:


tbody td:not(:last-child) {
tbody td:not(:last-child) {
   border-right: 1px solid var(--color-gray-40);
   border-right: 1px solid #d4e0e7;
}
}


Zeile 91: Zeile 91:


tbody tr:first-child td {
tbody tr:first-child td {
   border-top: 1px solid var(--color-gray-40);
   border-top: 1px solid #d4e0e7;
}
}


tfoot td {
tfoot td {
   padding-right: spacing();
   padding-right: 1em;
   white-space: nowrap;
   white-space: nowrap;
}
}


tfoot tr:first-child td {
tfoot tr:first-child td {
   border-top: 1px solid var(--color-gray-40);
   border-top: 1px solid #d4e0e7;
}
}


Zeile 126: Zeile 126:


     &.youSave {
     &.youSave {
       color: var(--color-negative);
       color: #e60a1f;
     }
     }


     &.setPrice {
     &.setPrice {
       color: var(--color-text-title-primary);
       color: #004884;
     }
     }
  }
}