Skip to content
Snippets Groups Projects
Commit 84636ae5 authored by Andrey's avatar Andrey
Browse files

bnt=btn

parent 56767ed3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -183,7 +183,7 @@ body {
 
/*Butons*/
 
@mixin bnt-project {
@mixin btn-project {
background-color: #f0f2f5;
border-color: #dce0e5;
color: #313236;
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@
 
.btn, .commits-compare-switch {
@include btn-info;
@include bnt-light;
@include btn-light;
}
 
.project-edit-content {
Loading
Loading
@@ -101,7 +101,7 @@
margin-bottom: 0px;
.btn {
@include bnt-project;
@include btn-project;
@include btn-info;
.count {
Loading
Loading
@@ -162,7 +162,7 @@
 
.input-group-btn {
.btn {
@include bnt-project;
@include btn-project;
@include btn-middle;
&:hover {
Loading
Loading
@@ -196,7 +196,7 @@
margin: 0 12px 0 12px;
.btn{
@include bnt-project;
@include btn-project;
@include btn-info;
}
Loading
Loading
@@ -281,14 +281,6 @@
}
}
 
.space-right {
margin-right: 10px;
}
.in-line {
display: inline-block;
}
.save-project-loader {
margin-top: 50px;
margin-bottom: 50px;
Loading
Loading
@@ -399,7 +391,7 @@ table.table.protected-branches-list tr.no-border {
 
.nav > li > a {
@include btn-info;
@include bnt-project;
@include btn-project;
background-color: transparent;
border: 1px solid #f7f8fa;
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