Layout changes
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
|
||||
:root {
|
||||
--h1-font-size: 18px;
|
||||
--h2-font-size: 17px;
|
||||
--h3-font-size: 16px;
|
||||
--default-font-size: 14px;
|
||||
--h1-font-size: 1.1em;
|
||||
--h2-font-size: 1.1em;
|
||||
--h3-font-size: 1em;
|
||||
--default-font-size: 1em;
|
||||
--app-header-font-size: 1.5em;
|
||||
--link-font-size: 0.75em;
|
||||
--h1-color: #64aa82;
|
||||
--app-header-font-size: 25px;
|
||||
--default-animation-time: .5s;
|
||||
--default-animation-time: 0.5s;
|
||||
--default-font-color: #c2c2c2;
|
||||
--default-header-color: #abbacd;
|
||||
--default-amount-color: #a5b3c0;
|
||||
@@ -24,11 +26,11 @@
|
||||
}
|
||||
|
||||
.digital {
|
||||
font-family: "DroidSans", sans-serif;
|
||||
font-family: "Digital Sans EF Medium", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 13px;
|
||||
font-size: var(--link-font-size);
|
||||
}
|
||||
a:link {
|
||||
color: var(--link-color);
|
||||
@@ -258,15 +260,19 @@ select option {
|
||||
|
||||
.amount {
|
||||
font-family: 'localFixed', monospace;
|
||||
font-size: 14px;
|
||||
font-size: var(--default-font-size);
|
||||
}
|
||||
|
||||
.amount-full {
|
||||
font-family: 'localFixed', monospace;
|
||||
font-size: 14px;
|
||||
font-size: var(--default-font-size);
|
||||
}
|
||||
|
||||
.address {
|
||||
font-family: 'localFixed', monospace;
|
||||
font-size: 14px;
|
||||
font-size: var(--default-font-size);
|
||||
}
|
||||
|
||||
.app-header {
|
||||
font-size: var(--app-header-font-size);
|
||||
}
|
@@ -1,5 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>SiaDrive</title>
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" type="text/css" href="css/cryptocoins.css">
|
||||
@@ -11,7 +12,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="padded" style="padding-bottom: 0;">
|
||||
<h1 class="digital" style="font-size: 24px;padding-bottom: 0;" id="ID_SiaDrive"></h1>
|
||||
<h1 class="digital app-header" style="padding-bottom: 0;" id="ID_SiaDrive"></h1>
|
||||
</div>
|
||||
<div class="padded" id="main_window" style="padding-top: 0;"></div>
|
||||
<div class="hidden-element" id="app_window">
|
||||
|
Reference in New Issue
Block a user