add asentus template

This commit is contained in:
2024-05-21 05:13:26 +02:00
parent d902ea6add
commit 2bcf4fe852
114 changed files with 33775 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/*------------------------------------------------------------------
[Button]
------------------------------------------------------------------*/
.btn-theme {
@include button();
}
.btn-white-brd {
@include button-color($color-white, $color-heading, transparent, $color-white, 1px, rgba(255,255,255,.3), transparent);
}
.btn-default-bg {
@include button-color($color-heading, $color-white, #f3f4f5, $color-base, 0, transparent, transparent);
}
.btn-base-bg {
@include button-color($color-white, $color-white, $color-base, #63cbd7, 0, transparent, transparent);
}
.btn-theme-sm {
@include button-size(13px, 600, 15px 30px);
}