summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/examples/headers/headers.css
blob: 8230c9a5f58f040512e5cae505c4981b34558e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}