sync
[roojs1] / scss / startbootstrap-sb-admin-2 / utilities / _text.scss
1 // Grayscale Text Utilities
2
3 .text-xs {
4   font-size: .7rem;
5 }
6
7 .text-lg {
8   font-size: 1.2rem;
9 }
10
11 .text-gray-100 {
12   color: $gray-100 !important;
13 }
14
15 .text-gray-200 {
16   color: $gray-200 !important;
17 }
18
19 .text-gray-300 {
20   color: $gray-300 !important;
21 }
22
23 .text-gray-400 {
24   color: $gray-400 !important;
25 }
26
27 .text-gray-500 {
28   color: $gray-500 !important;
29 }
30
31 .text-gray-600 {
32   color: $gray-600 !important;
33 }
34
35 .text-gray-700 {
36   color: $gray-700 !important;
37 }
38
39 .text-gray-800 {
40   color: $gray-800 !important;
41 }
42
43 .text-gray-900 {
44   color: $gray-900 !important;
45 }
46
47 .icon-circle {
48   height: 2.5rem;
49   width: 2.5rem;
50   border-radius: 100%;
51   display: flex;
52   align-items: center;
53   justify-content: center;
54 }