authentic/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css

59 lines
1.1 KiB
CSS

div#fc-button-wrapper, div#fc-explanation-text {
text-align: center;
width: 100%;
}
div#fc-explanation-text p:first-child {
margin-top: 8px;
}
div#fc-button-wrapper {
margin-top: 20px;
}
div#fc-button {
display: inline-block;
box-sizing: border-box;
max-width: 100%;
border: none;
border-radius: 5px;
}
div#fc-button-wrapper.small div#fc-button {
width: 180px;
}
div#fc-button:active {
box-shadow: 0px 1px rgba(0, 0, 0, 0.6) inset, -1px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px rgba(0, 0, 0, 0.3) inset, 0px -1px rgba(0, 0, 0, 0.05) inset;
}
div#fc-button a.button {
text-decoration: none;
width: 300px;
height: 80px;
background-image: url('../img/FC-connect-button.svg');
background-repeat: no-repeat;
background-size: 100% 100%;
background-color: #034ea2;
display: block;
border: 1px solid #034ea2;
border-radius: 3px;
}
div#fc-button a.button:hover {
background-color: #2183f0;
}
div#fc-button a.linking-button {
width: 230px;
height: 62px;
}
div#fc-button-wrapper.small div#fc-button a.button div img {
height: 50px;
}
span.fc-user-email {
display: block;
}