mirror of
https://github.com/getredash/redash.git
synced 2025-12-26 21:01:31 -05:00
40 lines
660 B
CSS
40 lines
660 B
CSS
.main {
|
|
max-width: 320px;
|
|
margin: 0 auto;
|
|
margin-top:20px;
|
|
}
|
|
|
|
.login-or {
|
|
position: relative;
|
|
font-size: 18px;
|
|
color: #aaa;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.span-or {
|
|
display: block;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: -2px;
|
|
margin-left: -25px;
|
|
background-color: #fff;
|
|
width: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.hr-or {
|
|
background-color: #cdcdcd;
|
|
height: 1px;
|
|
margin-top: 0px !important;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
|
|
img.login-button {
|
|
width: 250px;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |