aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-19 12:10:16 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-19 12:10:16 +0100
commit89b550735467a2b07bc69dbff4efbe3ebcaff08a (patch)
treedf685f3eadf8421306f20c1a8fb76fd935f884e5 /view/theme/redbasic/css
parent2a25ddff3685502e22a7de8d30bb2c423c4d0ed1 (diff)
downloadvolse-hubzilla-89b550735467a2b07bc69dbff4efbe3ebcaff08a.tar.gz
volse-hubzilla-89b550735467a2b07bc69dbff4efbe3ebcaff08a.tar.bz2
volse-hubzilla-89b550735467a2b07bc69dbff4efbe3ebcaff08a.zip
fix custom fontsize for app
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index decaf0d4e..4ab2fe036 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -8,12 +8,12 @@
/* generals */
html {
- font-size: 100%;
+ font-size: $font_size;
}
body {
font-family: sans-serif, arial, freesans;
- font-size: $body_font_size;
+ font-size: 0.9rem;
background-color: $bgcolour;
background-image: url('$background_image');
background-attachment: fixed;
@@ -284,7 +284,7 @@ footer {
.fn {
font-weight: bold;
- font-size: $font_size;
+ font-size: 1rem;
color: #444444;
}
@@ -751,7 +751,7 @@ div.jGrowl div.jGrowl-notification {
.jslider .jslider-scale ins {
color: #333;
- font-size: $body_font_size;
+ font-size: 0.9rem;
width: 100px;
text-align: center;
}
@@ -1160,7 +1160,7 @@ img.mail-conv-sender-photo {
.page-body,
.chat-item-text,
.chat-item-text-self {
- font-size: $font_size;
+ font-size: 1rem;
}
.item-tool {
@@ -1288,7 +1288,7 @@ img.mail-conv-sender-photo {
#avatar {
width: 2.2rem;
height: 2.2rem;
- border-radius: $radius;
+ border-radius: 50%;
}
.page-title {
@@ -1446,7 +1446,7 @@ main.fullscreen .section-content-wrapper-np {
/* bootstrap overrides */
blockquote {
- font-size: $font_size;
+ font-size: 1rem;
font-style: italic;
border-left: 3px solid #ccc;
padding: 1em 0px 1em 1.5em;
@@ -1454,7 +1454,7 @@ blockquote {
}
.dropdown-menu {
- font-size: $body_font_size;
+ font-size: 0.9rem;
border-radius: $radius;
}