mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 06:25:46 +00:00
Merge pull request #35 from Gusted/use-full-screen
Let widget use full-screen
This commit is contained in:
commit
961bb6c5f4
@ -18,10 +18,10 @@
|
|||||||
@import '../reset';
|
@import '../reset';
|
||||||
|
|
||||||
.widget__contaienr {
|
.widget__contaienr {
|
||||||
max-width: 300px;
|
align-items: center;
|
||||||
max-height: 74px;
|
|
||||||
display: flex;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget__noscript-container {
|
.widget__noscript-container {
|
||||||
@ -49,13 +49,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.widget__verification-container {
|
.widget__verification-container {
|
||||||
display: none;
|
|
||||||
/*display: flex; */
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
display: none;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
flex: 2;
|
font-size: 1rem;
|
||||||
margin: auto;
|
|
||||||
font-size: 0.99rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget__verification-checkbox {
|
.widget__verification-checkbox {
|
||||||
@ -95,15 +92,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.widget__mcaptcha-details {
|
.widget__mcaptcha-details {
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-sizing: border-box;
|
margin-left: auto;
|
||||||
}
|
margin-right: 10px;
|
||||||
|
|
||||||
.widget__mcaptcha-logo-container {
|
|
||||||
flex: 2;
|
|
||||||
padding-top: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget__mcaptcha-brand-name {
|
.widget__mcaptcha-brand-name {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user