Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
// Tables
2
 
3
.table {
4
  margin-bottom: 0;
5
 
6
  >:not(:last-child)>:last-child>* {
7
		border-bottom-color: inherit;
8
	}
9
 
10
  thead {
11
    th {
12
      border-top: 0;
13
      font-weight: 500;
14
      font-size: 12px;
15
      text-transform: uppercase;
16
      color: $text-muted;
17
      i {
18
        margin-left: 0.325rem;
19
      }
20
    }
21
  }
22
 
23
  th,
24
  td {
25
    white-space: nowrap;
26
  }
27
 
28
  td {
29
    img {
30
      width: 36px;
31
      height: 36px;
32
      border-radius: 100%;
33
    }
34
  }
35
}