feat: login + register css
This commit is contained in:
@ -42,6 +42,49 @@
|
|||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.validation_box {
|
||||||
|
display: none;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
background: #D0000011;
|
||||||
|
border: 1px solid #D00000aa;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.validation_box__msg {
|
||||||
|
color: #111;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.success_box {
|
||||||
|
display: none;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
background: #6AB54711;
|
||||||
|
border: 1px solid #6AB547aa;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.success_box__msg {
|
||||||
|
color: #111;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login_link {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 20px 0 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login_link > a {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 450px) {
|
@media only screen and (max-width: 450px) {
|
||||||
.container {
|
.container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -42,6 +42,49 @@
|
|||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.validation_box {
|
||||||
|
display: none;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
background: #D0000011;
|
||||||
|
border: 1px solid #D00000aa;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.validation_box__msg {
|
||||||
|
color: #111;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.success_box {
|
||||||
|
display: none;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
background: #6AB54711;
|
||||||
|
border: 1px solid #6AB547aa;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.success_box__msg {
|
||||||
|
color: #111;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login_link {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 20px 0 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login_link > a {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 450px) {
|
@media only screen and (max-width: 450px) {
|
||||||
.container {
|
.container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Reference in New Issue
Block a user