0% found this document useful (0 votes)
19 views

Css Project

Uploaded by

cedex5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Css Project

Uploaded by

cedex5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

DOCTYPE html>
<html lang="en">
<head>
<title>UPI Gateway | Phonepe Merchant Payment Gateway</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no">
<link rel="stylesheet" type="text/css" href="assets/dist/css/adminx.css"
media="screen" />
<link rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"/>
<link rel="icon" href="assets/img/icon.png" type="image/*" />
<script src="assets/dist/js/historry.js"></script>
<script src="assets/dist/js/sweetalert.min.js"></script>
<style>
* {
-webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
color-adjust: exact !important; /*Firefox*/
}
.navbar-brand-image {
width: 3.875rem;
height: 1.875rem;
}
.brand-logo{
background-image: url('images/brand.png');
background-size: contain;
background-repeat: no-repeat;
background-position:
center;
height: 40px; width: 120px

.small-logo {
/* height: 60px; */
width: 150px;
}

.adminx-container .navbar {
font-size: .875rem;
/* background-color: #000; */
height: 3.5rem;
padding: 0;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
background-image: linear-gradient(90deg, #014276, #2196f3);
}
.adminx-sidebar {
/* background: #fff; */
position: fixed;
width: 260px;
top: 3.5rem;
bottom: 0;
left: 0;
z-index: 1040;
-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 1px 1px 1px 0 rgba(0,0,0,.1);
background-image: linear-gradient(350deg, #2093ee, #024378);
}
.sidebar-nav-link {
padding: .5rem 1.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.sidebar-nav-link.active {
color: #ffffff;
}
.sidebar-sub-nav {
list-style-type: none;
margin: 0;
padding: .5rem 0;
font-size: .875rem;
background-image: linear-gradient(180deg, #024378, #2093ee);
}
a:hover {
color: white;
}
.card{
border-radius: 5px;
}
.sp-background {
background: linear-gradient(#014378,#2094ef);
border-radius: 5px;
}
.card-nblue {
background: #014378;
border: 2px white solid;
}
.text-nblue {
color: #011f3f;
}
.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #0e98be;
}

.bg-mix {
background: linear-gradient(#024378,#2093ef);
}
.table-hover tbody tr:hover {
background-color: #014378;
color: white;
}
.btn-group-xs > .btn, .btn-xs {
padding: .25rem .4rem;
font-size: .875rem;
line-height: .5;
border-radius: .2rem;
}

a {
text-decoration: none;
}

.hand {
cursor: pointer;
}
.h4, h4 {
font-size: 1.2rem;
font-weight: 600;
}

.ul-list>li {
list-style-type: none;
}
</style>

</head>

You might also like