mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
settings page styling
This commit is contained in:
@@ -29,18 +29,8 @@
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
li.help-text__instructions::marker {
|
||||
background-color: $violet;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 50%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.help-text__instructions {
|
||||
font-size: 19px;
|
||||
font-weight: 500;
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -20,4 +20,11 @@
|
||||
|
||||
.help-text {
|
||||
flex-direction: column;
|
||||
justify-content: normal;
|
||||
padding: 10px;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.help-text__instructions {
|
||||
width: 86%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user