76 lines
1.3 KiB
SCSS
76 lines
1.3 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
.post-content{
|
|
p{
|
|
font-size: larger;
|
|
}
|
|
color: #747079;
|
|
.cycle-pager{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
position: absolute;
|
|
bottom: 0.5rem !important;
|
|
z-index: 100;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
td{
|
|
@media(min-width:769px){
|
|
width: 50%;
|
|
}
|
|
}
|
|
.fusion-title-heading{
|
|
color: #416319;
|
|
font-size: 2em !important;
|
|
}
|
|
.title-heading-center{
|
|
text-align: center;
|
|
}
|
|
li{
|
|
|
|
}
|
|
li.fusion-li-item {
|
|
display: flex;
|
|
gap: 1em;
|
|
align-items: center;
|
|
i{
|
|
background-color: #416319;
|
|
color: #fff;
|
|
border-radius: 2em;
|
|
padding: 0.5em;
|
|
width: 1.5em;
|
|
height: 1.5em;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fusion-button {
|
|
display: inline-block;
|
|
background: #416319;
|
|
color: #fff !important;
|
|
padding: 1em 2em;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
&:hover{
|
|
background: #8bc34a;
|
|
}
|
|
}
|
|
// .fusion-flex-container .fusion-flex-align-items-flex-start {
|
|
// align-items: flex-start;
|
|
// }
|
|
// .fusion-flex-container .fusion-row {
|
|
// flex-wrap: wrap;
|
|
// display: flex;
|
|
// flex: 1;
|
|
// width: 100%;
|
|
// }
|
|
// .fusion-flex-container .fusion-row .fusion-flex-column {
|
|
// display: flex;
|
|
// } |