initial
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
/* Auth */
|
||||
|
||||
.auth {
|
||||
&.login-full-bg {
|
||||
background: url("http://via.placeholder.com/1366x768/f4f4f4/000000");
|
||||
background-size: cover;
|
||||
}
|
||||
.login-half-bg {
|
||||
background: url("http://via.placeholder.com/1366x768/f4f4f4/000000");
|
||||
background-size: cover;
|
||||
}
|
||||
&.register-full-bg {
|
||||
background: url("http://via.placeholder.com/1366x768/f4f4f4/000000");
|
||||
background-size: cover;
|
||||
}
|
||||
.register-half-bg {
|
||||
background: url("http://via.placeholder.com/1366x768/f4f4f4/000000");
|
||||
background-size: cover;
|
||||
}
|
||||
&.lock-full-bg {
|
||||
background: url("http://via.placeholder.com/1366x768/f4f4f4/000000");
|
||||
background-size: cover;
|
||||
}
|
||||
.lock-profile-img {
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
.auth-form-dark {
|
||||
background: rgba($black, 0.3);
|
||||
color: $white;
|
||||
.form-control {
|
||||
border-color: rgba($white, 0.2);
|
||||
color: $white;
|
||||
@include input-placeholder {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.auth-form-light {
|
||||
background: $white;
|
||||
color: $black;
|
||||
.form-control {
|
||||
border-color: rgba($black, 0.2);
|
||||
color: $black;
|
||||
@include input-placeholder {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
}
|
||||
.auth-form-transparent {
|
||||
background: transparent;
|
||||
color: $white;
|
||||
form {
|
||||
.form-group {
|
||||
.form-control {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
border-color: rgba($white, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
form {
|
||||
.form-group {
|
||||
position: relative;
|
||||
label {
|
||||
margin-bottom: 0;
|
||||
vertical-align: bottom;
|
||||
font-size: 0.8125rem;
|
||||
font-family: $type1-light;
|
||||
}
|
||||
.form-control {
|
||||
background: transparent;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-radius: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 2.5rem;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
i {
|
||||
position: absolute;
|
||||
right: 1rem;
|
||||
height: 18px;
|
||||
top: calc((100% - 18px) / 2);
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.auth-link {
|
||||
font-size: $default-font-size;
|
||||
&:hover {
|
||||
color: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
/* Error */
|
||||
|
||||
.error-page {
|
||||
h1 {
|
||||
font-size: 9.375rem;
|
||||
line-height: 1;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 8rem;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
font-size: 4.375rem;
|
||||
line-height: 1;
|
||||
}
|
||||
.error-page-divider {
|
||||
@media (min-width: 992px) {
|
||||
border-left: 3px solid rgba($white, .2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,222 @@
|
||||
/* Landing */
|
||||
|
||||
.landing-page {
|
||||
.navbar {
|
||||
padding: 2rem 0;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
.navbar-brand {
|
||||
img {
|
||||
width: 145px;
|
||||
}
|
||||
}
|
||||
.navbar-collapse {
|
||||
@media (max-width: 991px) {
|
||||
display: block;
|
||||
}
|
||||
&.collapse {
|
||||
display: none;
|
||||
}
|
||||
&.show {
|
||||
display: block;
|
||||
}
|
||||
.navbar-nav {
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
color: $white;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
font-size: .9375rem;
|
||||
font-family: $type1-semibold;
|
||||
text-align: left;
|
||||
@media (min-width: 992px) {
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.top-banner {
|
||||
background: url("../images/samples/Banner_bg.jpg");
|
||||
background-size: cover;
|
||||
.demo-image {
|
||||
img {
|
||||
max-width: 500px;
|
||||
@media (min-width: 992px) {
|
||||
position: absolute;
|
||||
left: -80px;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
margin-top: 1rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.top-banner-content {
|
||||
padding-top: 80px;
|
||||
padding-bottom: 120px;
|
||||
}
|
||||
}
|
||||
.middle-section {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 80px;
|
||||
text-align: center;
|
||||
color: $black;
|
||||
.card {
|
||||
background: $white;
|
||||
border-radius: 10px;
|
||||
box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
|
||||
border: 1px solid $white-smoke;
|
||||
@include transition(box-shadow .5s ease);
|
||||
&:hover {
|
||||
box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
|
||||
}
|
||||
&.card-icon-top {
|
||||
position: relative;
|
||||
.card-body {
|
||||
padding: 3rem;
|
||||
}
|
||||
.card-icon {
|
||||
position: absolute;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
top: -30px;
|
||||
left: calc(50% - 30px);
|
||||
}
|
||||
}
|
||||
&.card-item-preview {
|
||||
position: relative;
|
||||
.badge {
|
||||
position: absolute;
|
||||
top: -25px;
|
||||
right: -35px;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
padding: 1rem;
|
||||
border-radius: 50%;
|
||||
line-height: 32px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.card-img-top {
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.bottom-section {
|
||||
color: $black;
|
||||
text-align: center;
|
||||
padding-top: 80px;
|
||||
}
|
||||
.feature-list {
|
||||
margin-top: 100px;
|
||||
margin-bottom: 100px;
|
||||
.feature-list-row {
|
||||
&:first-child {
|
||||
@media (min-width: 992px) {
|
||||
border-bottom: 1px solid $white-smoke;
|
||||
}
|
||||
}
|
||||
.feature-list-item {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 2rem;
|
||||
i {
|
||||
display: block;
|
||||
font-size: 1.875rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h4 {
|
||||
@extend .font-weight-normal;
|
||||
}
|
||||
p {
|
||||
@extend .font-weight-light;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
border-right: 1px solid $white-smoke;
|
||||
&:last-child {
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
.feature-description {
|
||||
font-family: $type1-regular;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
background: url("../images/samples/footer_bg.jpg");
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
padding-top: 80px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
.footer-top {
|
||||
border-bottom: 1px solid rgba($white, .2);
|
||||
.brand-logo {
|
||||
width: 145px;
|
||||
}
|
||||
.footer-social-icons {
|
||||
margin-top: 3rem;
|
||||
i {
|
||||
width: 43px;
|
||||
height: 43px;
|
||||
font-size: 1rem;
|
||||
border-radius: 100%;
|
||||
text-align: center;
|
||||
line-height: 43px;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
.contact-details {
|
||||
i {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
.nav {
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
color: $white;
|
||||
border-right: 1px solid $border-color;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
font-size: .9375rem;
|
||||
font-family: $type1-regular;
|
||||
line-height: 1;
|
||||
}
|
||||
&:last-child {
|
||||
.nav-link {
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
.nav-link {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-control {
|
||||
background: lighten($black, 9%);
|
||||
border: 2px solid darken($white, 50%);
|
||||
border-radius: 1.25rem;
|
||||
padding-top: .75rem;
|
||||
padding-bottom: .75rem;
|
||||
}
|
||||
}
|
||||
.footer-bottom {
|
||||
color: $white;
|
||||
font-family: $type1-semibold;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user