mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-12 11:28:56 +00:00
64 lines
1.1 KiB
CSS
64 lines
1.1 KiB
CSS
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
background: #ebebeb;
|
|
vertical-align: baseline;
|
|
text-align: center;
|
|
font-family: Roboto;
|
|
}
|
|
|
|
.header {
|
|
height: 40px;
|
|
width: 100%;
|
|
background: #1A1A1A;
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
.unsupported-browsers {
|
|
width: 100%;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.main {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.box {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
p {
|
|
width: 100%;
|
|
clear: both;
|
|
font-size: 15px;
|
|
}
|
|
|
|
img {
|
|
clear: both;
|
|
}
|
|
|
|
a {
|
|
clear: both;
|
|
color: #01B757;
|
|
width: 100%;
|
|
text-decoration: none;
|
|
display: block;
|
|
font-size: 20px;
|
|
} |