No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- table.table {
- .dropdown-actions {
- display: inline-block ;
- }
-
- .actions {
- white-space: nowrap;
- text-align: center;
- }
- }
-
- .table-filters-line th {
- font-weight: 400;
- position: relative;
- }
-
- .table td, .table th {
- padding: 0.35rem;
- }
-
- .table th input {
- width: 100%;
- }
|