changed font size
This commit is contained in:
parent
0c3931a006
commit
accecea944
1 changed files with 6 additions and 0 deletions
|
@ -6844,6 +6844,12 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
||||||
-o-transform-origin:top left; -o-transform:rotate(-90deg);
|
-o-transform-origin:top left; -o-transform:rotate(-90deg);
|
||||||
transform-origin:top left; transform:rotate(-90deg);
|
transform-origin:top left; transform:rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
#paperkeyarea .keyarea .artwallet .btcaddress {
|
||||||
|
font-size: 10px !important;
|
||||||
|
}
|
||||||
|
#paperkeyarea .keyarea .artwallet .btcprivwif {
|
||||||
|
font-size: 7px !important;
|
||||||
|
}
|
||||||
#paperarea .artwallet .btcencryptedkey
|
#paperarea .artwallet .btcencryptedkey
|
||||||
{
|
{
|
||||||
position: absolute; top: 174px; left: 332px; z-index: 100; font-size: 8px; background-color: transparent;
|
position: absolute; top: 174px; left: 332px; z-index: 100; font-size: 8px; background-color: transparent;
|
||||||
|
|
Loading…
Reference in a new issue