You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- .card {
- &.card-table {
- .card-header {
- border-bottom: 0px none;
- font-size: 1.1rem;
- }
-
- .card-body {
- padding: 0px;
-
- table.table {
- margin-bottom: 0px;
-
- tr {
- th {
- input.form-check-input {
- position: relative;
- top: 0px;
- }
- }
-
- td {
- padding: 3px 12px;
-
- input.form-batch-checkbox {
- position: relative;
- top: 4px;
- }
- }
- }
- }
- }
-
- .card-footer {
- background-color: white;
- padding-top: 25px;
-
- .nb-results {
- margin-bottom: 10px;
- }
- }
- }
- }
|