mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
buttons wariants
This commit is contained in:
@@ -11,7 +11,9 @@
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<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" %}
|
{% include ui/button.html text="Create new report" color="primary" class="ml-3" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ $input-height-sm: null !default;
|
|||||||
$input-height-lg: null !default;
|
$input-height-lg: null !default;
|
||||||
|
|
||||||
$btn-padding-x: 1rem !default;
|
$btn-padding-x: 1rem !default;
|
||||||
$btn-font-weight: 600 !default;
|
$btn-font-weight: 500 !default;
|
||||||
$btn-border-radius: 3px !default;
|
$btn-border-radius: 3px !default;
|
||||||
|
|
||||||
//cards
|
//cards
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.page-title-box {
|
.page-title-box {
|
||||||
min-height: 2.5rem;
|
min-height: 2.5rem;
|
||||||
margin: .75rem 0 2rem;
|
margin: .25rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-pretitle {
|
.page-pretitle {
|
||||||
|
|||||||
@@ -56,12 +56,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
@include button-variant(transparent, $border-color, #fff, $border-color);
|
@include button-variant(#fff, $border-color, $text-muted);
|
||||||
color: $text-muted;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $text-muted;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-square {
|
.btn-square {
|
||||||
|
|||||||
Reference in New Issue
Block a user