Skip to content
Snippets Groups Projects
Unverified Commit b8e4d6bd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Refactor buttons

parent 2acb030b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -156,12 +156,15 @@
}
}
 
.btn {
@include btn-default;
@include btn-white;
 
&.btn-success {
&.btn-success,
&.btn-new,
&.btn-create,
&.btn-save,
&.btn-green {
@include btn-green;
}
 
Loading
Loading
@@ -169,20 +172,10 @@
@include btn-gray;
}
 
&.btn-new {
@extend .btn-success;
}
&.btn-create {
@extend .btn-success;
}
&.btn-save {
@extend .btn-success;
}
&.btn-remove {
@extend .btn-danger;
&.btn-danger,
&.btn-remove,
&.btn-red {
@include btn-red;
}
 
&.btn-cancel {
Loading
Loading
@@ -212,14 +205,6 @@
margin-right: 0px;
}
}
&.btn-save {
@extend .btn-primary;
}
&.btn-new, &.btn-create {
@extend .btn-success;
}
}
 
.btn-block {
Loading
Loading
Loading
Loading
@@ -142,11 +142,7 @@
}
}
}
.btn-green {
@include btn-green;
 
cursor: pointer;
}
.projects-search-form {
 
.input-group .form-control {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment