mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
demo user banner
This commit is contained in:
@@ -47,14 +47,24 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.auth__secondary-action__banner {
|
||||
@mixin auth__secondary-action__banner-base {
|
||||
display: block;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.auth__secondary-action__banner {
|
||||
@include auth__secondary-action__banner-base;
|
||||
margin: 20px auto auto auto;
|
||||
}
|
||||
|
||||
.auth__demo-user__banner {
|
||||
@include auth__secondary-action__banner-base;
|
||||
margin: 5px auto auto auto;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
.auth__secondary-action__link {
|
||||
text-decoration: none;
|
||||
color: $blue-link;
|
||||
|
||||
@@ -42,3 +42,7 @@ body {
|
||||
.auth__logo {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.auth__demo-user__cred{
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user