1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

buttons wariants

This commit is contained in:
codecalm
2019-10-17 21:59:39 +02:00
parent dcf872fa1d
commit e2d8fe08b8
4 changed files with 6 additions and 9 deletions

View File

@@ -11,7 +11,9 @@
</h2>
</div>
<div class="col-auto">
{% include ui/button.html text="New view" color="secondary" icon="plus" %}
<span class="d-none d-sm-inline">
{% include ui/button.html text="New view" color="secondary" icon="plus" %}
</span>
{% include ui/button.html text="Create new report" color="primary" class="ml-3" %}
</div>
</div>

View File

@@ -219,7 +219,7 @@ $input-height-sm: null !default;
$input-height-lg: null !default;
$btn-padding-x: 1rem !default;
$btn-font-weight: 600 !default;
$btn-font-weight: 500 !default;
$btn-border-radius: 3px !default;
//cards

View File

@@ -1,6 +1,6 @@
.page-title-box {
min-height: 2.5rem;
margin: .75rem 0 2rem;
margin: .25rem 0 1.5rem;
}
.page-pretitle {

View File

@@ -56,12 +56,7 @@
}
.btn-secondary {
@include button-variant(transparent, $border-color, #fff, $border-color);
color: $text-muted;
&:hover {
color: $text-muted;
}
@include button-variant(#fff, $border-color, $text-muted);
}
.btn-square {