hedera-web/web/pages/update-browser/style.css

27 lines
276 B
CSS
Raw Normal View History

*
{
font-family: 'Open Sans';
}
img
{
position: absolute;
margin-top: -18em;
margin-left: -18em;
top: 50%;
left: 50%;
}
#continue
{
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin: 15px;
text-align: center;
}
a
{
color: #444;
border-width: 0px;
}