mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
6 lines
159 B
SCSS
Vendored
6 lines
159 B
SCSS
Vendored
.form-control:focus {
|
|
border-color: #ffde00;
|
|
outline: 0;
|
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
|
|
box-shadow: 0 0 0 0.2rem #ffde0029
|
|
} |