mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 16:32:16 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
19 lines
389 B
SCSS
Vendored
19 lines
389 B
SCSS
Vendored
/*===== INVOICE =====*/
|
|
.invoice-wrapper table tbody td:first-child {
|
|
color: $dark;
|
|
font-weight: 500;
|
|
}
|
|
.invoice-wrapper table tbody td,
|
|
.invoice-wrapper table thead th {
|
|
border: 0px;
|
|
}
|
|
.invoice-wrapper {
|
|
.table-striped tbody tr:nth-of-type(odd) {
|
|
background: $gray-100;
|
|
}
|
|
.btn:hover {
|
|
background: $primary;
|
|
box-shadow: 0px 10px 18px rgba(55, 103, 208, 0.2);
|
|
}
|
|
}
|