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;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<. include!("../components/headers.html"); .>
|
||||
<. include!("./header/index.html"); .>
|
||||
<main>
|
||||
<main class="panel-main">
|
||||
<. include!("./taskbar/index.html"); .>
|
||||
<. include!("./help-banner/index.html"); .>
|
||||
<div class="inner-container">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<. include!("../../../components/headers.html"); .> <. include!("../../header/index.html");
|
||||
.>
|
||||
|
||||
<main>
|
||||
<main class="panel-main">
|
||||
<. include!("../../taskbar/index.html"); .> <.
|
||||
include!("../../help-banner/index.html"); .>
|
||||
<!-- Main content container -->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<. include!("../../../components/headers.html"); .> <.
|
||||
include!("../../header/index.html"); .>
|
||||
|
||||
<main>
|
||||
<main class="panel-main">
|
||||
<. include!("../../taskbar/index.html"); .> <.
|
||||
include!("../../help-banner/index.html"); .>
|
||||
<!-- Main content container -->
|
||||
|
||||
Reference in New Issue
Block a user