1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 03:41:19 +02:00

Add v5.2.0-beta1 docs (#36338)

This commit is contained in:
XhmikosR
2022-05-13 20:19:48 +03:00
committed by GitHub
parent 0d0ca30f5d
commit cdce51caab
344 changed files with 174861 additions and 587 deletions

View File

@@ -0,0 +1,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;
}