2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Get rid of the version folder

This commit is contained in:
XhmikosR
2022-07-12 19:56:25 +03:00
parent 54317bf7c8
commit 00870dda16
182 changed files with 7 additions and 6 deletions
@@ -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;
}