mirror of
https://gitlab.com/nekoya/web.git
synced 2024-12-23 15:00:41 +01:00
Update notif pay header
This commit is contained in:
parent
da072e2095
commit
57db5ecc8d
1 changed files with 1 additions and 129 deletions
|
@ -1,136 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Notifycation Payment</title>
|
|
||||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
|
||||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
|
||||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
|
||||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
font-family: 'Poppins', sans-serif;
|
|
||||||
background-color: #1b1c1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-color {
|
<%- include('../layouts/header.ejs', {title: 'Notification Payment', state: 'notif-pay'}); %>
|
||||||
background-color: #212226;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-radius {
|
|
||||||
border-bottom-left-radius: 20px;
|
|
||||||
border-bottom-right-radius: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
position: center;
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 20px;
|
|
||||||
background-color: #212226;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon {
|
|
||||||
position: center;
|
|
||||||
margin: auto;
|
|
||||||
width: 70%;
|
|
||||||
height: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-pay {
|
|
||||||
width: 100%;
|
|
||||||
background-color: darkred;
|
|
||||||
border-color: darkred;
|
|
||||||
border-radius: 100px;
|
|
||||||
position: center;
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-pay:hover {
|
|
||||||
background-color: red;
|
|
||||||
border-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
:focus {
|
|
||||||
outline: 0 !important;
|
|
||||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 766px) {
|
|
||||||
.card h2 {
|
|
||||||
font-size: 7vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card h5 {
|
|
||||||
font-size: 5vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-brand {
|
|
||||||
width: 11vw;
|
|
||||||
height: 11vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 767px) {
|
|
||||||
.card h2 {
|
|
||||||
font-size: 4vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card h5 {
|
|
||||||
font-size: 2vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-brand {
|
|
||||||
width: 8vw;
|
|
||||||
height: 8vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 993px) {
|
|
||||||
.card h2 {
|
|
||||||
font-size: 3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card h5 {
|
|
||||||
font-size: 1.3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-brand {
|
|
||||||
width: 6vw;
|
|
||||||
height: 6vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
|
||||||
.card h2 {
|
|
||||||
font-size: 4vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card h5 {
|
|
||||||
font-size: 2vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-brand {
|
|
||||||
width: 6vw;
|
|
||||||
height: 6vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
:focus {
|
|
||||||
outline: 0 !important;
|
|
||||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
<body>
|
||||||
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Notification'}); %>
|
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Notification'}); %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue