add asentus template
This commit is contained in:
23
web/construction/asentus/HTML/sass/components/_button.scss
Normal file
23
web/construction/asentus/HTML/sass/components/_button.scss
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user