Welcome to mirror list, hosted at ThFree Co, Russian Federation.

headers.css « headers « examples « 5.1 « docs « content « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}