Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/scss/ |
| [Home] [System Details] [Kill Me] |
//Pricing Table Featured
.tm-price-table_featured {
position: absolute;
top: 0;
left: auto;
right: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
width: 150px;
overflow: hidden;
height: 150px;
}
.tm-price-table_featured-inner {
text-align: center;
left: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
margin-top: 35px;
font-size: 14px;
line-height: 2;
color: #fff;
}
//Block Reveal
.block-revealer__element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
pointer-events: none;
opacity: 0;
}
// Unset Theme list style
address, dl, fieldset, figure, ol, p, pre, ul {
margin: 0 0 20px 0;
}
// Set default hr style
.jl-hr, hr {
overflow: visible;
text-align: inherit;
margin: 0 0 20px 0;
border: 0;
border-top: 1px solid #e5e5e5;
}
// Override Uikit Primary Color with Theme Accent Color
.jl-overlay-primary {
background: fade-out($accent-color-1, 20%);
}
.jl-text-primary,
.jl-alert-primary {
color: $accent-color-1 !important;
}
.jl-button-primary {
background-color: $accent-color-1;
&:focus,
&:hover {
background-color: darken($accent-color-1, 10%);
}
}
.jl-card-primary {
background: $accent-color-1;
&.jl-card-hover:hover {
background-color: darken($accent-color-1, 10%);
}
}
.jl-tile-primary,
.jl-section-primary {
background: $accent-color-1;
}
/* Hover + Focus */
.jl-subnav-pill > .jl-active > a,
.jl-dotnav > .jl-active > * {
background-color: $accent-color-1;
}
/* Hover + Active + Focus */
.jl-tab > .jl-active > a,
.jl-tab > * > a:hover,
.jl-tab > * > a:focus {
border-color: $accent-color-1;
}
/* Hover + Focus */
.jl-accordion-title:hover,
.jl-accordion-title:focus {
color: $accent-color-1;
}
.jl-button-default {
background-color: rgba(255, 255, 255, 0);
color: $accent-color-1;
border: 1px solid $accent-color-1;
}
.jl-card-primary > .tm-timeline-arrow {
background-color: $accent-color-1;
}
// Joomla Override login form (remove if not needed)
#jl-login-form,
.tm-form-reset,
.tm-form-remind,
.tm-form-login,
.tm-form-registration,
.tm-form-profile-edit {
input {
box-sizing: inherit;
box-shadow: none;
border-radius: 0;
height: 40px;
}
.jl-form-icon {
height: 40px;
}
.jl-checkbox {
display: inline-block;
height: 16px;
width: 16px;
margin: 0;
}
}
.tm-form-reset,
.tm-form-remind,
.tm-form-login,
.tm-form-registration,
.tm-form-profile-edit {
input {
width: 100%;
}
}
.profile {
#users-profile-core,
#users-profile-custom {
.jl-description-list {
dd {
margin-left: 0;
}
}
}
}
//Tags
.tm-tags {
a {
text-transform: none;
&:hover,
&:focus {
color: #ffffff;
}
}
}
.jl-popup-login {
.jl-list {
width: 300px;
margin: 0 auto;
}
li {
display: inline-block;
}
}