You can just put: ``` .btn-group { border-colo...
# kvision
r
You can just put:
Copy code
.btn-group {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}
into any
.css
file, which is used (using
require()
) in the application (e.g.
src/resources/css/kvapp.css
in the
template
project)