Skip to content
Snippets Groups Projects
Commit 90a432e3 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

style all buttons with border-radius = 0

parent 4f8341e5
Branches
No related tags found
No related merge requests found
<button class="btn btn-success" type="button" {{on "click" this.onToggleNew}}> <button class="btn btn-success" type="button" {{on "click" this.onToggleNew}}>
New <i class="bi bi-plus-lg mx-1"></i>New
</button> </button>
{{#if this.form_visible}} {{#if this.form_visible}}
......
@import "node_modules/bootstrap/scss/bootstrap"; @import "node_modules/bootstrap/scss/bootstrap";
@import "./tag"; @import "./tag";
@import "./button";
main { main {
......
button {
border-radius: 0px !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment