mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
sqlx update and verification button styling
This commit is contained in:
@@ -603,11 +603,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"nullable": [
|
"nullable": [
|
||||||
false,
|
true,
|
||||||
false,
|
true,
|
||||||
false,
|
true,
|
||||||
false,
|
true,
|
||||||
false
|
true
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
15
templates/email/css/button.css
Normal file
15
templates/email/css/button.css
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
.button:hover {
|
||||||
|
background-color: #993299;
|
||||||
|
cursor: grab;
|
||||||
|
transform: translateY(-5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
background-color: #800080;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px rgba(0, 0, 0, 0.125) solid;
|
||||||
|
padding: 10px;
|
||||||
|
font-size: 20px;
|
||||||
|
min-height: 45px;
|
||||||
|
}
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
<title><.= PAGE .> | <.= crate::pages::NAME .></title>
|
<title><.= PAGE .> | <.= crate::pages::NAME .></title>
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
<. include!("../components/footer/main.css"); .>
|
<. include!("../components/footer/main.css"); .>
|
||||||
|
<. include!("../css/button.css"); .>
|
||||||
<. include!("../css/base.css"); .>
|
<. include!("../css/base.css"); .>
|
||||||
<. include!("../css/message-text.css"); .>
|
<. include!("../css/message-text.css"); .>
|
||||||
<. include!("./css/verification__link.css"); .>;
|
<. include!("./css/verification__link.css"); .>;
|
||||||
|
|||||||
Reference in New Issue
Block a user