Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
-
- .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;
- }
- }
- }
- }
|