mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Merge branch 'main' of https://gitlab.com/nekoya/web
This commit is contained in:
commit
2ae70ce732
3 changed files with 14 additions and 2 deletions
|
@ -21,6 +21,18 @@ body {
|
||||||
width: 5%;
|
width: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-close {
|
||||||
|
color: white;
|
||||||
|
background-color: darkred;
|
||||||
|
border-color: darkred;
|
||||||
|
border-radius: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-close:hover {
|
||||||
|
background-color: red;
|
||||||
|
border-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
width: 15vw;
|
width: 15vw;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
<meta name="theme-color" content="#2f0001">
|
<meta name="theme-color" content="#2f0001">
|
||||||
<link href="assets/favicon.webp" rel="shortcut icon" type="image/webp" />
|
<link href="img/favicon.webp" rel="shortcut icon" type="image/webp" />
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
<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">
|
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||||
|
|
|
@ -580,7 +580,7 @@
|
||||||
You have successfully subscribed to the newsletter. Thank you for your subscription.
|
You have successfully subscribed to the newsletter. Thank you for your subscription.
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
<button type="button" class="btn btn-secondary button-close" data-dismiss="modal">Close</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue