mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-05 14:01:36 +00:00
36 lines
548 B
CSS
36 lines
548 B
CSS
body {
|
|
width: 400px;
|
|
text-align: center;
|
|
background-color: #191a1c;
|
|
color: whitesmoke;
|
|
|
|
left: 50%;
|
|
top: 50%;
|
|
}
|
|
|
|
.container {
|
|
display: block;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
width: 80%;
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.goButton {
|
|
border-radius: 5px;
|
|
background-color: #075656;
|
|
border: 4px solid #075656;
|
|
color: whitesmoke;
|
|
font-weight: 400;
|
|
padding: 4px 15px;
|
|
margin-right: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
label {
|
|
font-size: 1.1rem;
|
|
margin: 15px auto;
|
|
display: block;
|
|
}
|