Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16844 | Ir a la última revisión | | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
.text-right {
2
	text-align: right;
3
}
4
 
5
.text-center {
6
	text-align: center;
7
}
8
 
9
.text-vertical-middle {
10
	vertical-align: middle;
11
 
12
}
13
 
14
 
15
.mr-0 {
16
 margin-right: 0 !important;
17
}
18
 
19
.mr-1, .example .btn-group {
20
 margin-right: 0.25rem !important;
21
}
22
 
23
.mr-2 {
24
 margin-right: 0.5rem !important;
25
}
26
 
27
.mr-3 {
28
 margin-right: 1rem !important;
29
}
30
 
31
.mr-4 {
32
 margin-right: 1.5rem !important;
33
}
34
 
35
.mr-5 {
36
  margin-right: 3rem !important;
37
}
38
 
39
.mr-6 {
40
 margin-right: 4.5rem !important;
41
}
42
 
43
.mr-7 {
44
 margin-right: 6rem !important;
45
}
46
 
47
.mr-auto {
48
 margin-right: auto !important;
49
}
50
 
51
 
52
.ml-0 {
53
 margin-left: 0 !important;
54
}
55
 
56
.ml-1, .example .btn-group {
57
 margin-left: 0.25rem !important;
58
}
59
 
60
.ml-2 {
61
 margin-left: 0.5rem !important;
62
}
63
 
64
.ml-3 {
65
 margin-left: 1rem !important;
66
}
67
 
68
.ml-4 {
69
 margin-left: 1.5rem !important;
70
}
71
 
72
.ml-5 {
73
  margin-left: 3rem !important;
74
}
75
 
76
.ml-6 {
77
 margin-left: 4.5rem !important;
78
}
79
 
80
.ml-7 {
81
 margin-left: 6rem !important;
82
}
83
 
84
.ml-auto {
85
 margin-left: auto !important;
86
}
87
 
88
 
89