Viewing File: /home/ubuntu/btcthrottle-backend/public/vuexy-assets/css/demo.css
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
--primary-color:#3D9F99;
--secondary-color:#151515;
--primary-light-color:#98d6d5;
--secondary-light-color:#bbe3e3;
--light-color:#fff;
--dark-color:#000;
}
body{
font-family: 'Work Sans', sans-serif!important;
}
.light-style .menu .app-brand.demo {
height: 64px;
}
.dark-style .menu .app-brand.demo {
height: 64px;
}
.app-brand-logo.demo {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
/* justify-content: center; */
display: -ms-flexbox;
display: flex;
width: 14em;
height: auto;
}
.app-brand-logo.custome-admin-logo{
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
display: -ms-flexbox;
display: flex;
width: 4em!important;
height: auto!important;
}
.auth-page-logo img{
width: 100%;
object-fit: contain;
}
.app-brand-logo.demo svg {
width: 35px;
height: 24px;
}
.app-brand-text.demo {
font-size: 1.375rem;
}
/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
z-index: auto;
}
/*
* Content
******************************************************************************/
.demo-blocks > * {
display: block !important;
}
.demo-inline-spacing > * {
margin: 1rem 0.375rem 0 0 !important;
}
/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
margin-top: 1rem !important;
margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
margin-top: 0 !important;
}
.demo-vertical-spacing-lg > * {
margin-top: 1.875rem !important;
margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
margin-top: 0 !important;
}
.demo-vertical-spacing-xl > * {
margin-top: 5rem !important;
margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
margin-top: 0 !important;
}
.rtl-only {
display: none !important;
text-align: left !important;
direction: ltr !important;
}
[dir='rtl'] .rtl-only {
display: block !important;
}
/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
#dropdown-variation-demo .btn-group .text-truncate {
width: 254px;
position: relative;
}
#dropdown-variation-demo .btn-group .text-truncate::after {
position: absolute;
top: 45%;
right: 0.65rem;
}
}
/*
* Layout demo
******************************************************************************/
.layout-demo-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 1rem;
}
.layout-demo-placeholder img {
width: 900px;
}
.layout-demo-info {
text-align: center;
margin-top: 1rem;
}
.custome-bg{
/* background:#3D9F99; */
background: url("../../images/bitcoin-auth.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100%;
overflow: hidden;
min-height: calc(100vh - 14.5rem);
flex: 2;
}
/* .custome-bg::after{
content: '';
position: absolute;
background:linear-gradient(45deg, black, transparent);
inset: 0;
display: inline-block;
} */
.custome-default-btn{
background-color: var(--primary-color);
border-color:var(--primary-color) ;
color: #fff;
}
.custome-default-btn:hover{
background-color: #3D9F99;
border-color:#3D9F99 ;
color: #fff;
}
a{
color: #151515;
}
.app-brand-text.demo{
color: #fff!important;
}
.customr-bg-image{
position: relative;
z-index: 99;
background: rgb(61 159 154 / 10%);
justify-content: center;
height: 100%;
}
.authentication-bg{
background: #fff;
position: relative;
}
.flex-1{
flex: 1;
}
.authentication-inner{
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: center;
align-items: center;
margin: 0 auto;
overflow: hidden;
}
.customr-bg-image .card{
background: #fff;
}
.breadcrumb-item, .breadcrumb-item a{
color: #3D9F99;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder{
font-size: 0.9em;
}
.form-control::placeholder{
font-size: 0.9em;
}
Back to Directory
File Manager