add asentus template
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*------------------------------------------------------------------
|
||||
[Blockquote]
|
||||
------------------------------------------------------------------*/
|
||||
|
||||
.blockquote {
|
||||
position: relative;
|
||||
@include font($size: 17px, $weight: 400, $family: $font-family-base);
|
||||
color: $color-subtitle;
|
||||
line-height: 1.4;
|
||||
border-left: none;
|
||||
margin-left: 20px;
|
||||
|
||||
&:before {
|
||||
@include position(absolute, $top: 0, $left: -20px);
|
||||
@include font($size: 60px);
|
||||
display: inline-block;
|
||||
color: $color-base;
|
||||
content: '“';
|
||||
}
|
||||
}
|
||||
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