summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 19:33:42 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 19:33:42 +0200
commit5bb0d45cf9784bb5d4b88632655011a44923365a (patch)
treed4c463c700e28dacf7ed3f0f3c0af91c17549592 /style.scss
parent64cfb355c8ba9c1ac19d67cb6655f910e1c1e371 (diff)
Details styling
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss22
1 files changed, 17 insertions, 5 deletions
diff --git a/style.scss b/style.scss
index 3695f5e..983c872 100644
--- a/style.scss
+++ b/style.scss
@@ -19,7 +19,7 @@ body {
font-size: modular-scale(2);
small {
text-transform: uppercase;
- color: #bbb;
+ color: #669;
display: block;
}
}
@@ -85,11 +85,23 @@ body {
}
}
div.details {
- span.label {
- font-family: $lucida-grande;
+ span.netmask {
+ display: inline-block;
}
span.count {
- margin-left: 2em;
+ display: inline-block;
+ margin-left: 3em;
+ }
+ span.value {
+ font-size: modular-scale(1);
+ }
+ span.label {
+ display: block;
+ font-family: $lucida-grande;
+ text-transform: uppercase;
+ font-size: modular-scale(2);
+ font-weight: bold;
+ color: #779;
}
}
}
@@ -97,7 +109,7 @@ body {
footer {
margin-top: 50px;
text-align: center;
- font-size: 0.7em;
+ font-size: modular-scale(-1);
}
}