forked from markus/AMPERION_Webpage
Add themes folder
This commit is contained in:
parent
78eab7dcac
commit
077da5b941
108 changed files with 6225 additions and 0 deletions
51
themes/airspace-hugo/assets/scss/templates/_pricing.scss
Normal file
51
themes/airspace-hugo/assets/scss/templates/_pricing.scss
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
/*=================================================================
|
||||
Pricing section
|
||||
==================================================================*/
|
||||
|
||||
.pricing-table {
|
||||
.pricing-item {
|
||||
padding: 40px 20px;
|
||||
background: $white;
|
||||
box-shadow: 0 8px 15px 0 rgba(5, 57, 106, .06);
|
||||
|
||||
a.btn-main {
|
||||
text-transform: uppercase;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
font-weight: 400;
|
||||
padding: 6px 0;
|
||||
color: darken( $light, 57.64);
|
||||
|
||||
i {
|
||||
margin-right: 6px;
|
||||
color: $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.price-title {
|
||||
padding: 30px 0 20px;
|
||||
|
||||
>h3 {
|
||||
font-weight: 700;
|
||||
margin: 0 0 5px;
|
||||
font-size: 15px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
>p {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.value {
|
||||
color: $color-primary;
|
||||
font-size: 50px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue