mirror of
https://github.com/ivabus/www
synced 2024-11-14 19:45:07 +03:00
Authenticate > Join
This commit is contained in:
parent
13f1480f84
commit
7f86ddfeb0
1 changed files with 6 additions and 11 deletions
|
@ -5,9 +5,8 @@
|
||||||
@media only screen and (min-width: 1200px) {
|
@media only screen and (min-width: 1200px) {
|
||||||
|
|
||||||
.gf-container {
|
.gf-container {
|
||||||
width: 8vw;
|
width: 16vw;
|
||||||
height: 8vw;
|
height: 8vw;
|
||||||
border-radius: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -39,9 +38,8 @@
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
|
|
||||||
.gf-container {
|
.gf-container {
|
||||||
width: 8.333vw;
|
width: 16.66vw;
|
||||||
height: 8.333vw;
|
height: 8.333vw;
|
||||||
border-radius: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -73,9 +71,8 @@
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
|
||||||
.gf-container {
|
.gf-container {
|
||||||
width: 8vw;
|
width: 16vw;
|
||||||
height: 8vw;
|
height: 8vw;
|
||||||
border-radius: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -107,9 +104,8 @@
|
||||||
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
||||||
|
|
||||||
.gf-container {
|
.gf-container {
|
||||||
width: 8vw;
|
width: 16vw;
|
||||||
height: 8vw;
|
height: 8vw;
|
||||||
border-radius: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -141,9 +137,8 @@
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
||||||
.gf-container {
|
.gf-container {
|
||||||
width: 20vw;
|
width: 40vw;
|
||||||
height: 20vw;
|
height: 20vw;
|
||||||
border-radius: 100px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -175,5 +170,5 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp" style="background-color:#8EC7BF;">
|
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp" style="background-color:#8EC7BF;">
|
||||||
JOIN
|
AUTHENTICATE
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue