mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
auth forms styling updated
This commit is contained in:
@@ -18,19 +18,14 @@
|
||||
@import '../../reset';
|
||||
@import '../../vars';
|
||||
@import '../../components/button';
|
||||
@import '../../components/inner-container';
|
||||
@import '../../components/main';
|
||||
|
||||
main {
|
||||
.panel-main {
|
||||
@include main;
|
||||
margin-left: 14%;
|
||||
min-height: 100%;
|
||||
background-color: $backdrop;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.inner-container {
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
max-width: 50%;
|
||||
margin: 50px auto;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
@include inner-container;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user