init
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
.showcase-1, .showcase-2 {
|
||||
//border-top: 1px solid var(--bs-border-color);
|
||||
padding: 3rem 0;
|
||||
|
||||
.container {
|
||||
//max-width:960px;
|
||||
//margin: 0 auto;
|
||||
//padding: 0;
|
||||
|
||||
> .row {
|
||||
--bs-gutter-x: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(even) {
|
||||
//background: rgba(var(--bs-body-color-rgb),0.015);
|
||||
}
|
||||
|
||||
.col-md-6 {
|
||||
padding: 0rem 1.4rem;
|
||||
//text-align:center;
|
||||
|
||||
> div {
|
||||
margin:auto;
|
||||
display:inline-block;
|
||||
text-align:left;
|
||||
}
|
||||
}
|
||||
.col-text > div {
|
||||
//padding: 3.5rem;
|
||||
i.la, i.lab {
|
||||
padding:0 1rem 0 0;
|
||||
font-size: 2rem;
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.col-img {
|
||||
text-align: center;
|
||||
|
||||
.frame {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
video {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
}
|
||||
img {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 2.1rem;
|
||||
font-size: 2.5rem;
|
||||
font-weight:600;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.1rem;
|
||||
line-height: 2.1rem;
|
||||
font-weight: 400;
|
||||
margin-bottom:1.4rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
.showcase-12 {
|
||||
|
||||
.font-container {
|
||||
margin-bottom:0;
|
||||
|
||||
.font-icon {
|
||||
color:var(--bs-primary);
|
||||
font-size:4rem;
|
||||
}
|
||||
}
|
||||
//border-top: 1px solid var(--bs-border-color);
|
||||
padding: 2rem 0;
|
||||
|
||||
&:nth-child(even) {
|
||||
background: rgba(var(--bs-body-color-rgb),0.025);
|
||||
}
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
.col-img {
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0rem;
|
||||
color: var(--bs-blue);
|
||||
text-align:center;
|
||||
line-height:2.1rem;
|
||||
|
||||
a {
|
||||
font-size:1.4rem;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
color: #999;
|
||||
line-height: 2.1rem;
|
||||
padding:1rem 2rem 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
.showcase-3 {
|
||||
|
||||
.feature {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height:100%;
|
||||
-webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
padding:2rem 1rem;
|
||||
border-radius:7px;
|
||||
margin:0.5rem;
|
||||
margin-bottom:1rem;
|
||||
background-color:var(--bs-body-bg);
|
||||
//border: 1px solid var(--bs-light-border-subtle);
|
||||
|
||||
.text {
|
||||
padding:1rem 1rem 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.font-container {
|
||||
margin-bottom:1.5rem;
|
||||
|
||||
.font-icon {
|
||||
background-color:var(--bs-primary);
|
||||
color:var(--bs-light);
|
||||
|
||||
font-size:4rem;
|
||||
padding:1.4rem;
|
||||
border-radius:70px;
|
||||
|
||||
}
|
||||
}
|
||||
//border-top: 1px solid var(--bs-border-color);
|
||||
padding: 2rem 0;
|
||||
|
||||
&:nth-child(even) {
|
||||
//background: rgba(var(--bs-body-color-rgb),0.025);
|
||||
}
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
.col-img {
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: auto;
|
||||
color: var(--bs-body-color);
|
||||
text-align:center;
|
||||
font-size:1.1rem;
|
||||
font-weight:600;
|
||||
//line-height:1.8rem;
|
||||
padding:0 0.5rem;
|
||||
|
||||
a {
|
||||
font-size:1.2rem;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
color: var(--bs-secondary);
|
||||
line-height: 1.9rem;
|
||||
padding:0.5rem 1rem 0;
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
.showcase-4 {
|
||||
.feature {
|
||||
background-color:var(--bs-light);
|
||||
padding:2rem 0;
|
||||
border-radius:7px;
|
||||
margin:0.2rem;
|
||||
}
|
||||
|
||||
.font-container {
|
||||
margin-bottom:2.1rem;
|
||||
|
||||
.font-icon {
|
||||
background-color:var(--bs-white);
|
||||
color:var(--bs-primary);
|
||||
|
||||
font-size:4rem;
|
||||
padding:1rem;
|
||||
border-radius:60px;
|
||||
|
||||
}
|
||||
}
|
||||
//border-top: 1px solid var(--bs-border-color);
|
||||
padding: 2rem 0;
|
||||
|
||||
&:nth-child(even) {
|
||||
background: rgba(var(--bs-body-color-rgb),0.025);
|
||||
}
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
.col-img {
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0rem;
|
||||
color:var(--bs-body-color);
|
||||
text-align:center;
|
||||
line-height:1.8rem;
|
||||
|
||||
a {
|
||||
font-size:1.4rem;
|
||||
font-weight: 600;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:var(--bs-body-color);
|
||||
|
||||
&.more {
|
||||
font-size:0.8rem;
|
||||
text-align:center;
|
||||
|
||||
&:hover{
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
color:var(--bs-gray);
|
||||
line-height: 1.8rem;
|
||||
text-align:center;
|
||||
padding:1.5rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
.showcase-5 {
|
||||
|
||||
|
||||
.feature {
|
||||
-webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
padding:1rem 0 0;
|
||||
border-radius:7px;
|
||||
}
|
||||
|
||||
.font-container {
|
||||
margin-bottom:0rem;
|
||||
|
||||
.font-icon {
|
||||
color:var(--bs-primary);
|
||||
|
||||
font-size:4rem;
|
||||
padding:1.4rem;
|
||||
border-radius:60px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
padding: 2rem 0;
|
||||
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
.col-img {
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0rem;
|
||||
color:var(--bs-body-color);
|
||||
text-align:center;
|
||||
line-height:1.8rem;
|
||||
|
||||
a {
|
||||
font-size:1.4rem;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:var(--bs-gray);
|
||||
|
||||
&.more {
|
||||
margin-right:2rem;
|
||||
text-align:right;
|
||||
font-size:0.9rem;
|
||||
|
||||
&:hover{
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
color:var(--bs-gray);
|
||||
line-height: 1.4rem;
|
||||
padding:2rem;
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
.showcase-6 {
|
||||
padding: 2rem 0;
|
||||
|
||||
.feature {
|
||||
-webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
padding:1rem 0;
|
||||
border-radius:7px;
|
||||
display:flex;
|
||||
|
||||
.text {
|
||||
padding:1rem 1rem 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.font-container {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 80px;
|
||||
flex: 0 0 80px;
|
||||
|
||||
.font-icon {
|
||||
color:var(--bs-primary);
|
||||
|
||||
font-size:5rem;
|
||||
padding:1.4rem;
|
||||
border-radius:60px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 1rem;
|
||||
color:var(--bs-body-color);
|
||||
line-height:1.8rem;
|
||||
|
||||
a {
|
||||
font-size:1.4rem;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:var(--bs-gray);
|
||||
|
||||
&.more {
|
||||
font-size:0.9rem;
|
||||
i {
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
|
||||
&:hover{
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
color:var(--bs-gray);
|
||||
line-height: 1.7rem;
|
||||
margin-bottom:1rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
.showcase-7 {
|
||||
padding: 2rem 0;
|
||||
|
||||
.feature {
|
||||
-webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
border-radius:7px;
|
||||
display:flex;
|
||||
|
||||
.text {
|
||||
padding:1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.font-container {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 80px;
|
||||
flex: 0 0 80px;
|
||||
display:flex;
|
||||
background:var(--bs-light);
|
||||
|
||||
.font-icon {
|
||||
color:var(--bs-primary);
|
||||
margin:auto;
|
||||
|
||||
font-size:5rem;
|
||||
padding:1.4rem;
|
||||
border-radius:60px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 1rem;
|
||||
color:var(--bs-body-color);
|
||||
line-height:1.4rem;
|
||||
|
||||
a {
|
||||
font-size:1.4rem;
|
||||
line-height:2.1rem;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:var(--bs-gray);
|
||||
|
||||
&.more {
|
||||
font-size:0.9rem;
|
||||
i {
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
|
||||
&:hover{
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
color:var(--bs-gray);
|
||||
line-height: 1.7rem;
|
||||
margin-bottom:1rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
.showcase-8 {
|
||||
padding: 2rem 0;
|
||||
|
||||
.feature {
|
||||
-webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb),.1);
|
||||
border-radius:7px;
|
||||
display:flex;
|
||||
|
||||
.text {
|
||||
padding:2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.font-container {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 210px;
|
||||
flex: 0 0 210px;
|
||||
display:flex;
|
||||
background:var(--bs-light);
|
||||
|
||||
.font-icon {
|
||||
color:var(--bs-primary);
|
||||
margin:auto;
|
||||
|
||||
font-size:7rem;
|
||||
padding:1.4rem;
|
||||
border-radius:60px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.col-md-6 {
|
||||
//padding: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 2rem;
|
||||
color:var(--bs-body-color);
|
||||
line-height:1.4rem;
|
||||
|
||||
a {
|
||||
font-size:2.7rem;
|
||||
line-height:3.5rem;
|
||||
color:var(--bs-body-color);
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:var(--bs-gray);
|
||||
|
||||
&.more {
|
||||
font-size:0.9rem;
|
||||
color:var(--bs-primary);
|
||||
|
||||
i {
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
|
||||
&:hover{
|
||||
color:var(--bs-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
color:var(--bs-gray);
|
||||
line-height: 1.4rem;
|
||||
margin-bottom:1rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user