2020-08-30 20:25:21 +00:00
|
|
|
<?php include("../colors.php"); ?>
|
|
|
|
|
|
|
|
.title{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container{
|
|
|
|
margin: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section{
|
2020-10-29 20:49:43 +00:00
|
|
|
margin: 40px 0px;
|
2020-08-30 20:25:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-10-29 20:49:43 +00:00
|
|
|
|
|
|
|
.login-btn{
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-right: 16px;
|
|
|
|
padding: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.login-btn.twitter{
|
|
|
|
background-color: #1da1f2;
|
|
|
|
}
|
|
|
|
.login-btn.mastodon{
|
|
|
|
background-color: #1f222b;
|
|
|
|
}
|