Merge pull request #35 from Gusted/use-full-screen

Let widget use full-screen
This commit is contained in:
Aravinth Manivannan 2022-07-27 21:35:52 +05:30 committed by GitHub
commit 961bb6c5f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@
@import '../reset';
.widget__contaienr {
max-width: 300px;
max-height: 74px;
display: flex;
align-items: center;
box-sizing: border-box;
display: flex;
height: 100%;
}
.widget__noscript-container {
@ -49,13 +49,10 @@
}
.widget__verification-container {
display: none;
/*display: flex; */
align-items: center;
display: none;
line-height: 30px;
flex: 2;
margin: auto;
font-size: 0.99rem;
font-size: 1rem;
}
.widget__verification-checkbox {
@ -95,15 +92,10 @@
}
.widget__mcaptcha-details {
flex: 1;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.widget__mcaptcha-logo-container {
flex: 2;
padding-top: 3px;
margin-left: auto;
margin-right: 10px;
}
.widget__mcaptcha-brand-name {