68 lines
1 KiB
SCSS
68 lines
1 KiB
SCSS
.text-muted,
|
|
.text-muted a,
|
|
a.text-muted {
|
|
color: #757575;
|
|
}
|
|
|
|
.text-muted a:hover,
|
|
.text-muted a:focus,
|
|
a.text-muted:hover,
|
|
a.text-muted:focus {
|
|
color: #616161;
|
|
}
|
|
.text-primary,
|
|
.text-primary a,
|
|
a.text-primary {
|
|
color: #6A5687;
|
|
}
|
|
.text-primary a:hover,
|
|
.text-primary a:focus,
|
|
a.text-primary:hover,
|
|
a.text-primary:focus {
|
|
color: #635182;
|
|
}
|
|
.text-success,
|
|
.text-success a,
|
|
a.text-success {
|
|
color: #677835;
|
|
}
|
|
.text-success a:hover,
|
|
.text-success a:focus,
|
|
a.text-success:hover,
|
|
a.text-success:focus {
|
|
color: #52632A;
|
|
}
|
|
.text-info,
|
|
.text-info a,
|
|
a.text-info {
|
|
color: #11809E;
|
|
}
|
|
.text-info a:hover,
|
|
.text-info a:focus,
|
|
a.text-info:hover,
|
|
a.text-info:focus {
|
|
color: #0C5B7A;
|
|
}
|
|
.text-warning,
|
|
.text-warning a,
|
|
a.text-warning {
|
|
color: #C05827;
|
|
}
|
|
.text-warning a:hover,
|
|
.text-warning a:focus,
|
|
a.text-warning:hover,
|
|
a.text-warning:focus {
|
|
color: #A8491D;
|
|
}
|
|
.text-danger,
|
|
.text-danger a,
|
|
a.text-danger {
|
|
color: #B82E12;
|
|
|
|
}
|
|
.text-danger a:hover,
|
|
.text-danger a:focus,
|
|
a.text-danger:hover,
|
|
a.text-danger:focus {
|
|
color: #AB2A0E;
|
|
}
|