mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
small styles refactoring
This commit is contained in:
parent
5afdbaca32
commit
ab3179f10a
1 changed files with 4 additions and 5 deletions
|
|
@ -108,7 +108,6 @@ button.btn.btn-danger {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
button.btn.btn-inverse {
|
button.btn.btn-inverse {
|
||||||
@include buttonColor($help-text, $help-text);
|
@include buttonColor($help-text, $help-text);
|
||||||
color: $label-text;
|
color: $label-text;
|
||||||
|
|
@ -244,7 +243,7 @@ button.progress-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-raised {
|
.btn-raised {
|
||||||
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-mm {
|
.btn-mm {
|
||||||
|
|
@ -257,20 +256,20 @@ button.progress-button {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-xs>.btn, .btn-xs {
|
.btn-group-xs > .btn, .btn-xs {
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-sm>.btn, .btn-sm {
|
.btn-group-sm > .btn, .btn-sm {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-lg>.btn, .btn-lg {
|
.btn-group-lg > .btn, .btn-lg {
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.3333333;
|
line-height: 1.3333333;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue