first commit

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 12:19:53 -04:00
commit 7c8c8b1c76
4586 changed files with 2050693 additions and 0 deletions
@@ -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;
}
}
}
}