first commit
This commit is contained in:
@@ -0,0 +1,568 @@
|
||||
body {
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
|
||||
.float-modal {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
|
||||
.close {
|
||||
opacity: 1;
|
||||
text-shadow: none;
|
||||
border: 1px solid #fff;
|
||||
color: #fff;
|
||||
border-radius: 33px;
|
||||
font-weight: normal;
|
||||
line-height: 14px;
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
color: white;
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
||||
.modal-header {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#signupModal {
|
||||
.modal-body {
|
||||
h3 {
|
||||
font-size: 48px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
.signup-btn {
|
||||
background-color: #6063EA !important;
|
||||
color: #FFF !important;
|
||||
line-height: 2rem;
|
||||
font-size: 1.2rem !important;
|
||||
padding-left: 3rem !important;
|
||||
padding-right: 3rem !important;
|
||||
border-radius: 5rem!important;
|
||||
margin: 0 15% !important;
|
||||
display: block;
|
||||
height: auto !important;
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
.mc4wp-form {
|
||||
.form-control {
|
||||
border: none;
|
||||
border-bottom: #dcdcdc solid 1px;
|
||||
border-radius: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.subcribe-button {
|
||||
background: #FF9ACC;
|
||||
color: #000000;
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
|
||||
font-family: 'Abril Fatface';
|
||||
font-size: 20px;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.square-blog-block-format {
|
||||
border: #e9ebee solid 1px;
|
||||
background-color: rgba(33, 37, 41, 0.4);
|
||||
|
||||
.post-title {
|
||||
top: 25px;
|
||||
left: 40px;
|
||||
padding-right: 20px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 375px) {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 300;
|
||||
font-size: 29px;
|
||||
color: white;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 375px) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
&.short-title {
|
||||
max-width: 45%;
|
||||
max-height: 45%;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
max-width: 100%;
|
||||
max-height: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
&.expand-title {
|
||||
max-width: 100%;
|
||||
max-height: 45%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.post-description {
|
||||
max-width: 40%;
|
||||
max-height: 30%;
|
||||
left: 40px;
|
||||
color: white;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
max-width: 85%;
|
||||
}
|
||||
|
||||
&.right-meta {
|
||||
bottom: 60px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
bottom: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
&.left-meta {
|
||||
bottom: 60px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
bottom: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 16px;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 5;
|
||||
overflow: hidden;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media (max-width: 375px) {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
bottom: 30px;
|
||||
font-size: 14px;
|
||||
color: white;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
&.right-meta {
|
||||
right: 40px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&.left-meta {
|
||||
left: 40px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.post-date {
|
||||
word-spacing: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.heateorSssGoogleGmailBackground {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.nsem-dialog, .nssm-dialog {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.nsem-modal-content, .nssm-modal-content {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
height: 100vh;
|
||||
min-height: 800px;
|
||||
}
|
||||
|
||||
.nsem-modal-content {
|
||||
padding: 72px;
|
||||
}
|
||||
|
||||
.nsem-close {
|
||||
margin: -70px -60px 0 0 !important;
|
||||
font-size: 38px;
|
||||
opacity: 1;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nsem-modal-header{
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nsem-header-small{
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 120%;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.nsem-title{
|
||||
margin: 12px 0;
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
line-height: 115.4%;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.nsem-subtitle{
|
||||
margin-bottom: 54px;
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 20px;
|
||||
line-height: 145%;
|
||||
letter-spacing: -0.2px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.nsem-modal-body{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nsem-btn-1{
|
||||
width: 100%;
|
||||
padding: 13px 0;
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
line-height: 134.77%;
|
||||
background-color: #FFFFFF;
|
||||
border-width: 0;
|
||||
border: 2px solid #000000;
|
||||
box-sizing: border-box;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.nsem-btn-1 img {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.nsem-btn-1 p {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.nsem-btn-1:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.nsem-form-input{
|
||||
border: 2px solid #000000;
|
||||
box-sizing: border-box;
|
||||
border-radius: 5px;
|
||||
padding: 23px 12px;
|
||||
margin-bottom: 32px;
|
||||
font-weight: normal;
|
||||
line-height: 145%;
|
||||
letter-spacing: -0.2px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.nsem-form-input::placeholder{
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
line-height: 145%;
|
||||
letter-spacing: -0.2px;
|
||||
color: #000000;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.nsem-form-input:focus{
|
||||
border-color: #6063EA;
|
||||
box-shadow: 0 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.nsem-body-small-container{
|
||||
margin: 20px 0 21px;
|
||||
}
|
||||
|
||||
.nsem-body-small{
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
line-height: 145%;
|
||||
letter-spacing: -0.2px;
|
||||
color: #000000;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.nsem-btn-2{
|
||||
width: 100%;
|
||||
padding: 13px 0;
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-size: 18px;
|
||||
line-height: 134.77%;
|
||||
|
||||
text-align: center;
|
||||
|
||||
background-color: #6063EA;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.nsem-btn-2:focus{
|
||||
outline: none;
|
||||
background-color: #ECECFF;
|
||||
}
|
||||
|
||||
.nssm-modal-content {
|
||||
padding: 32px;
|
||||
background-color: #241342;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.nssm-modal-header {
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nssm-close{
|
||||
margin: -27px -15px 0 0 !important;
|
||||
font-size: 38px;
|
||||
opacity: 1;
|
||||
font-weight: 300;
|
||||
color: #FFFFFF;
|
||||
text-shadow: 0 0 !important;
|
||||
}
|
||||
|
||||
.nssm-close:hover{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.nssm-body{
|
||||
padding: 126px 41px 144px;
|
||||
}
|
||||
|
||||
.nssm-small{
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 120%;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.nssm-title{
|
||||
margin: 12px 0 40px;
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 32px !important;
|
||||
line-height: 115.4%;
|
||||
}
|
||||
|
||||
.nssm-text{
|
||||
font-family: Open Sans;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 20px;
|
||||
line-height: 145%;
|
||||
letter-spacing: -0.2px;
|
||||
}
|
||||
|
||||
.nssm-custom-link{
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.nssm-custom-link:hover{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
form.signup-form {
|
||||
.nsem-form-input {
|
||||
&.has-error {
|
||||
border-color: #000000;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
form.subscribe-form .form-msg-block p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
#signupModal {
|
||||
.nsem-modal-content {
|
||||
min-height: 850px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
#successSignupModal {
|
||||
overflow: auto;
|
||||
.nssm-modal-content {
|
||||
min-height: 850px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-featured-img {
|
||||
height: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.comments-wrapper ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.comments-wrapper li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.comments-wrapper article {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.comments-wrapper .comment-content p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.comments-wrapper .comment span {
|
||||
font-style: italic;
|
||||
color: #241342;
|
||||
}
|
||||
|
||||
.comment-form-wrapper .comment-reply-title, .comments-wrapper .title {
|
||||
font-family: "Abril Fatface";
|
||||
font-weight: normal;
|
||||
font-size: 30px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.comment-form-wrapper .form-control {
|
||||
background-color: transparent;
|
||||
color: #241342;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.comment-form-wrapper .form-control:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.comment-form-wrapper .form-group {
|
||||
color: #241342;
|
||||
font-family: "Open Sans";
|
||||
border-bottom: 1px solid #241342;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.comment-form-wrapper .form-submit {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.comment-form-wrapper .form-submit .submit {
|
||||
background: #ff9acc;
|
||||
color: #000;
|
||||
margin-top: 15px;
|
||||
padding: 0 70px;
|
||||
height: 35px;
|
||||
font-size: 20px;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media (min-width: 426px){
|
||||
.nsem-dialog, .nssm-dialog{
|
||||
margin: 38px auto;
|
||||
}
|
||||
.nsem-modal-content, .nssm-modal-content {
|
||||
height: auto;
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
border-radius: .3rem;
|
||||
min-height: unset;
|
||||
}
|
||||
.modal{
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 992px) {
|
||||
.container {
|
||||
max-width: 97%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
/*!
|
||||
* Theme Name: Float Theme
|
||||
* Description: Float Theme
|
||||
* Theme URI: https://goldenowl.asia/
|
||||
* Version: 1.0
|
||||
* Author: goldenowl team
|
||||
* Author URI: https://goldenowl.asia/
|
||||
* Textdomain: float
|
||||
*/
|
||||
|
||||
// for library
|
||||
@import 'node_modules/bootstrap/dist/css/bootstrap';
|
||||
|
||||
$fa-font-path: 'assets/awesome-fonts';
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/fontawesome';
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/solid';
|
||||
@import 'node_modules/@fortawesome/fontawesome-free/scss/regular';
|
||||
|
||||
@import 'sass/fonts/font';
|
||||
@import 'sass/general';
|
||||
@import 'sass/variables';
|
||||
@import 'sass/mixins/mixins';
|
||||
@import 'sass/layouts/header';
|
||||
@import 'sass/layouts/footer';
|
||||
@import 'sass/layouts/sidebar';
|
||||
@import 'sass/modules/single';
|
||||
@import 'sass/modules/page';
|
||||
@import 'sass/modules/home';
|
||||
@@ -0,0 +1,298 @@
|
||||
@font-face {
|
||||
font-family: 'Abril Fatface';
|
||||
src: url('./assets/float-font/abrilfatface/abrilfatface-regular-webfont.eot');
|
||||
src: url('./assets/float-font/abrilfatface/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/abrilfatface/abrilfatface-regular-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/abrilfatface/abrilfatface-regular-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/abrilfatface/abrilfatface-regular-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/abrilfatface/abrilfatface-regular-webfont.svg#abril_fatfaceregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-bold-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-bold-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-bold-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-bold-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-bolditalic-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-bolditalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-bolditalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-bolditalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-extrabold-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-extrabold-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-extrabold-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-extrabold-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-extrabolditalic-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-extrabolditalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-extrabolditalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-extrabolditalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-italic-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-italic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-italic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-italic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-light-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-light-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-light-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-light-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-light-webfont.svg#open_sanslight') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-lightitalic-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-lightitalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-lightitalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-lightitalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-regular-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-regular-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-regular-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-regular-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-semibold-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-semibold-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-semibold-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-semibold-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('./assets/float-font/opensans/opensans-semibolditalic-webfont.eot');
|
||||
src: url('./assets/float-font/opensans/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/opensans/opensans-semibolditalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/opensans/opensans-semibolditalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/opensans/opensans-semibolditalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/opensans/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-black-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-black-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-black-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-black-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-blackitalic-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-blackitalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-blackitalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-blackitalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-blackitalic-webfont.svg#source_sans_problack_italic') format('svg');
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-bold-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bold-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bold-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bold-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-bolditalic-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bolditalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bolditalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-extralight-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralight-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralight-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralight-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-extralightitalic-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralightitalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralightitalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralightitalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-extralightitalic-webfont.svg#source_sans_proXLtIt') format('svg');
|
||||
font-weight: 200;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-regular-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-regular-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-regular-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-regular-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-semibold-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibold-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibold-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibold-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-semibolditalic-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibolditalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibolditalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibolditalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-semibolditalic-webfont.svg#source_sans_proSBdIt') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-italic-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-italic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-italic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-italic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-light-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-light-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-light-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-light-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-lightitalic-webfont.eot');
|
||||
src: url('./assets/float-font/sourcesanspro/sourcesanspro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-lightitalic-webfont.woff2') format('woff2'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-lightitalic-webfont.woff') format('woff'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-lightitalic-webfont.ttf') format('truetype'),
|
||||
url('./assets/float-font/sourcesanspro/sourcesanspro-lightitalic-webfont.svg#source_sans_prolight_italic') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
.store-wrapper {
|
||||
text-align: center;
|
||||
padding-top: 80px;
|
||||
font-family: "Open Sans";
|
||||
|
||||
>p {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 34px;
|
||||
margin: 0 18px 0 0;
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
background: transparent center no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
footer#footer {
|
||||
margin: 80px 0;
|
||||
|
||||
.copyright {
|
||||
border-top: #F0F3F7 solid 2px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
color: #8593A6;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
#container {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
#header nav {
|
||||
padding: 0;
|
||||
|
||||
ul {
|
||||
margin-top: 15px;
|
||||
text-align: right;
|
||||
|
||||
li {
|
||||
a {
|
||||
color: #241342;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 19px;
|
||||
|
||||
&.menu-signup-btn {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-weight: 600;
|
||||
line-height: 18px;
|
||||
background: #6063EA;
|
||||
}
|
||||
|
||||
&.btn-sm {
|
||||
border-radius: 15px;
|
||||
padding: 5px 25px;
|
||||
}
|
||||
|
||||
&[href*="blog.float.sg"] {
|
||||
color: #E65190;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
&.current-menu-item a {
|
||||
color: #E65190;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
.sidebar {
|
||||
li.widget {
|
||||
list-style-type: none;
|
||||
padding: 0 0 46px 80px;
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
padding: 0 0 30px 0;
|
||||
}
|
||||
|
||||
.card .card-body{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
border-bottom: #dbe0e6 solid 0.75px;
|
||||
}
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 45px;
|
||||
}
|
||||
|
||||
h3.widgettitle {
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.widget_float_widget-newsletter {
|
||||
h3.widgettitle {
|
||||
font-family: 'Abril Fatface';
|
||||
font-size: 30px;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.widget_mc4wp_form_widget {
|
||||
h3.widgettitle {
|
||||
font-family: 'Abril Fatface';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.subcribe-button {
|
||||
margin-top: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
.float_widget_recent_entries {
|
||||
h3.widgettitle {
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
color: #000000;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.post-item {
|
||||
.post-thumbnail {
|
||||
padding: 0 1.25rem;
|
||||
}
|
||||
|
||||
.card-title a {
|
||||
font-family: 'Abril Fatface';
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 30px;
|
||||
letter-spacing: -0.02em;
|
||||
color: #000000;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.card-text {
|
||||
font-size: 14px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
.read-more a {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,143 @@
|
||||
.home-wrapper {
|
||||
.title {
|
||||
width: 263.37px;
|
||||
margin: auto;
|
||||
font-family: 'Abril Fatface';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 132.947px;
|
||||
background: linear-gradient(89.24deg, #6063EA 0.49%, #E963A4 99.69%);
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.post-list-filter {
|
||||
&__post-type {
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sub-title {
|
||||
margin-top: 50px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
display: block !important;
|
||||
|
||||
.social-share {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 127px;
|
||||
height: 10px;
|
||||
background: linear-gradient(89.24deg, #6063EA 0.49%, #E963A4 99.69%);
|
||||
}
|
||||
}
|
||||
|
||||
.pagination-block {
|
||||
margin-top: 30px;
|
||||
|
||||
.btn-page {
|
||||
cursor: pointer;
|
||||
|
||||
&.btn-default {
|
||||
&:hover {
|
||||
background-color: #0000001a;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background-color: #E963A4;
|
||||
border-color: #e963a4;
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
background-color: #E963A4;
|
||||
border-color: #E963A4;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
margin-top: 40px;
|
||||
|
||||
.recent-post {
|
||||
.row:nth-child(1) {
|
||||
.col-md-6 {
|
||||
height: 500px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
@media (max-width: 375px) {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
@media (max-width: 500px) {
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.row:nth-child(2) {
|
||||
@media (max-width: 500px) {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.col-md-12 {
|
||||
height: 400px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
@media (max-width: 375px) {
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.row:nth-child(3) {
|
||||
.col-md-6 {
|
||||
height: 900px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
@media (max-width: 375px) {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
@media (max-width: 500px) {
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,127 @@
|
||||
main.main-content {
|
||||
margin-top: 80px;
|
||||
min-height: 800px;
|
||||
|
||||
.title-section {
|
||||
h1 {
|
||||
font-family: 'Abril Fatface';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 40px;
|
||||
color: #241342;
|
||||
}
|
||||
|
||||
.author {
|
||||
font-style: italic;
|
||||
font-size: 20px;
|
||||
color: #241342;
|
||||
}
|
||||
}
|
||||
|
||||
.video-section {
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
.featured-img-section {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.content-section {
|
||||
min-height: 400px;
|
||||
|
||||
.content-section__body {
|
||||
font-size: 18px;
|
||||
line-height: 29px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
padding-right: 30px;
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.content-section__sidebar {
|
||||
border-left: #dbe0e6 solid 0.75px;
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.subcribe-form-section {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: 80px;
|
||||
background-color: #F2F2F2;
|
||||
|
||||
.subcribe-form-section__heading {
|
||||
font-family: 'Abril Fatface';
|
||||
font-weight: normal;
|
||||
font-size: 30px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.subcribe-form-section__body {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 0 150px;
|
||||
|
||||
form.subscribe-form {
|
||||
max-width: 500px;
|
||||
margin: auto;
|
||||
|
||||
.form-group {
|
||||
color: #241342;
|
||||
font-family: "Open Sans";
|
||||
border-bottom: 1px solid #241342;
|
||||
background-color: transparent;
|
||||
|
||||
input {
|
||||
background-color: transparent;
|
||||
color: #241342;
|
||||
border: none;
|
||||
|
||||
&:active,
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 0 transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.subcribe-button {
|
||||
background: #ff9acc;
|
||||
color: #000;
|
||||
margin-top: 15px;
|
||||
padding: 0 70px;
|
||||
height: 35px;
|
||||
font-size: 20px;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.subcribe-form-section {
|
||||
.subcribe-form-section__body {
|
||||
padding: 0 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user