source: src/main/resources/static/css/headers.css@ a436340

Last change on this file since a436340 was a436340, checked in by Gjoko Kostadinov <gjoko.kostadinov@…>, 17 months ago

Adding customer registration

  • Property mode set to 100644
File size: 230 bytes
Line 
1.form-control-dark {
2 border-color: var(--bs-gray);
3}
4.form-control-dark:focus {
5 border-color: #fff;
6 box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
7}
8
9.text-small {
10 font-size: 85%;
11}
12
13.dropdown-toggle {
14 outline: 0;
15}
Note: See TracBrowser for help on using the repository browser.