mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
color scheme
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
@import '../reset';
|
||||
@import '../vars';
|
||||
|
||||
body {
|
||||
background-color: $backdrop;
|
||||
}
|
||||
|
||||
.form__logo {
|
||||
width: 110px;
|
||||
@@ -32,6 +37,7 @@
|
||||
|
||||
.form__box {
|
||||
border: 1px solid #eaecef;
|
||||
border: 1px solid black;
|
||||
background-color: #f6f8fa;
|
||||
border-radius: 5px;
|
||||
padding: 20px 0;
|
||||
@@ -75,8 +81,9 @@
|
||||
.form__submit-button {
|
||||
display: block;
|
||||
border: 1px solid skyblue;
|
||||
background: #2ea44f;
|
||||
color: white;
|
||||
|
||||
background: $violet;
|
||||
color: $light-text;
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
width: 80%;
|
||||
|
||||
Reference in New Issue
Block a user